PDA

View Full Version : Missing EQOffline Rules


nosfentora
03-03-2009, 05:11 PM
Can someone post the default 'EQOffline:' rules from rule_values.
I just pulled the latest rule_values.sql from the svn and there's none listed.

thanks!

Baub
03-04-2009, 09:19 PM
RULE_REAL ( EQOffline, BotManaRegen, 1.0 ) // Adjust mana regen for bots, 1 is fast and higher numbers slow it down 3 is about the same as players.
RULE_BOOL ( EQOffline, BotFinishBuffing, true ) // Allow for buffs to complete even if the bot caster is out of mana. Only affects buffing out of combat.
RULE_INT ( EQOffline, CreateBotCount, 150 ) // Number of bots that each account can create
RULE_INT ( EQOffline, SpawnBotCount, 71 ) // Number of bots a character can have spawned at one time, You + 71 bots is a 12 group raid
RULE_BOOL ( EQOffline, BotQuest, false ) // Optional quest method to manage bot spawn limits using the quest_globals name bot_spawn_limit, see: /bazaar/Aediles_Thrall.pl

cavedude
03-05-2009, 01:35 AM
The SQL is in bots.sql in the PEQ CVS.

nosfentora
03-05-2009, 09:18 AM
Thanks Baub!

CD - didn't even think to look there! Thanks!