Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bots

Development::Bots Forum for bots.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-22-2011, 06:46 AM
Criimson
Hill Giant
 
Join Date: Sep 2006
Posts: 172
Default Enchanter Bot - Beserker Line

So I noticed at 19 my chanter stopped casting strength on me. I looked at the DB and noticed that at 19 they get a new line of STR buffs called the beserker line. The DB has Strengthen from 1 - 18 when the beserker line starts but being that the new line reduces agi to gain STR and Damage Reduction I guess it was decided to remove it from their AI.

So here are the choices for you:


To add the beserker line
Code:
INSERT INTO `npc_spells_entries` (`id`, `npc_spells_id`, `spellid`, `type`, `minlevel`, `priority`) VALUES (9001, 705, 176, 8, 47, 1);
INSERT INTO `npc_spells_entries` (`id`, `npc_spells_id`, `spellid`, `type`, `minlevel`, `maxlevel`, `priority`) VALUES (9000, 705, 21, 8, 19, 46, 1);


To skip the beserker line but at least get some str from the chanter (+10 str)

Code:
UPDATE `npc_spells_entries` SET `maxlevel`=255 WHERE `id`=7080 LIMIT 1;
Criimson
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 01:13 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3