View Single Post
  #7  
Old 02-19-2015, 09:32 AM
utbbop
Sarnak
 
Join Date: May 2009
Location: Mentor
Posts: 58
Default

Okay, looks like I was able to get this working. I used MaxEXPLevel instead of MaxLevel.

1. Create a new rule in rule_sets table.
- Example:
ruleset_id = 20
name = OasisMaxLevel

2. Create a new rule in rule_values table.
- Example:
ruleset_id = 20
rule_name = MaxExpLevel
rule_value = 5
notes = Oasis Maximum Level Allowed to Gain Experience from Killing Monsters in this zone. (STILL ALLOWS ANY LEVEL PLAYER TO ENTER THE ZONE)

3. Add newly created rule to Oasis in zone table.
- Example:
ruleset = 20


Thanks all for the help!
Reply With Quote