View Single Post
  #4  
Old 01-11-2014, 06:38 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Quote:
Originally Posted by Expletus View Post
So if I wanted the rules to apply throughout the whole DB, I would only edit the rule set 1 ? or rule set 10 ?

1= Default
2=PoP
10=EqEMU Default

Which one is default for the whole game? Like EXP mod regardless of zone / level - etc.
You can set which ever one you want to be global.
Code:
UPDATE zone SET ruleset = #;
That would make which ever one you chose global.
Reply With Quote