View Single Post
  #2  
Old 03-25-2017, 08:21 AM
Didymus's Avatar
Didymus
Fire Beetle
 
Join Date: Mar 2017
Posts: 12
Default

Quote:
Originally Posted by GRUMPY View Post
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
I love you! This problem was killing me for the longest time. No one could really help me solve this problem. Thank You sir!
Reply With Quote