This is just something I noticed that "might" help people who are having trouble getting custom expansion settings to work.
I am not sure about the peq database that Akka's installer downloads, but the one I got from daily dump (feb 22) has one
of the rules from ruletypes.h not in the rulevalues table by default
World:UseClientBasedExpansionSettings
This, when set to true, overrides the
World:Expansion Settings. In ruletypes.h it is set to true by default.
(I confirmed this today)
Code:
RULE_BOOL(World, UseClientBasedExpansionSettings, true) // if true it will overrule World, ExpansionSettings and set someone's expansion based on the client they're using
For those who might not be aware, you may want to simply add this rule in your rulevalues table and set the value to false.
World:UseClientBasedExpansionSettings false