Log in

View Full Version : New Build - Duplicate Rules?


Expletus
01-11-2014, 04:37 PM
Anyone know why after a new build when I edit the rule_values table, i have multiple, duplicate entries on the table itself?

like enable tutorial button, caps, corpse drags, experience settings... all duplicate. I dropped the DB and did it again, same deal. Any idea?

demonstar55
01-11-2014, 04:38 PM
There are multiple rule sets, and some rule sets are applied based on the zone.

Expletus
01-11-2014, 04:40 PM
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.

Kingly_Krab
01-11-2014, 06:38 PM
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.
UPDATE zone SET ruleset = #;
That would make which ever one you chose global.