Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-19-2009, 05:05 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default rule_values and Notes

It annoyed me that some of the rules did not have notes, but I found them in the source code. Here's the sql to add the notes for the various Bots: rules

Code:
UPDATE rule_values
SET notes = "Adjust mana regen for bots, 1 is fast and higher numbers slow it down 3 is about the same as players."
WHERE rule_name = "Bots:BotManaRegen";
UPDATE rule_values
SET notes = "Allow for buffs to complete even if the bot caster is out of mana.  Only affects buffing out of combat."
WHERE rule_name = "Bots:BotFinishBuffing";
UPDATE rule_values
SET notes = "Number of bots that each account can create"
WHERE rule_name = "Bots:CreateBotCount";
UPDATE rule_values
SET notes = "Number of bots a character can have spawned at one time, You + 71 bots is a 12 group raid"
WHERE rule_name = "Bots:SpawnBotCount";
UPDATE rule_values
SET notes = "Optional quest method to manage bot spawn limits using the quest_globals name bot_spawn_limit, see: /bazaar/Aediles_Thrall.pl"
WHERE rule_name = "Bots:BotQuest";
UPDATE rule_values
SET notes = "Bots will cast single target buffs as group buffs, default is false for single. Does not make single target buffs work for MGB."
WHERE rule_name = "Bots:BotGroupBuffing";
UPDATE rule_values
SET notes = "Anita Thrall's (Anita_Thrall.pl) Bot Spell Scriber quests."
WHERE rule_name = "Bots:BotSpellQuest";
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:49 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3