Couldn't I do something like:
Code:
ifdef PLAYERBOTS
RULE_CATEGORY ( PlayerBots )
RULE_BOOL ( PlayerBots, AutoRune, false ) // Allows Enchanter to automatically cast Rune line of buffs
RULE_INT ( PlayerBots, HybridHeals, 20 ) // Percentage at which hybrids will begin to cast heals on group
RULE_INT ( PlayerBots, ClericDDs, 75 ) // Percentage at which clerics will stop casting DDs and save mana for heals
RULE_CATEGORY_END()
#endif
And add that to the zone.cpp so the rules were reset when zoning?
Then have the check at cast time...that would allow only a read when zoning and not lag the server very much?
Criimson