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); 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; |
there are a lot of str buffs to be had from multiple classes. if everyone is buffing str, then they will be overwriting each other into a buff war that will leave your bots oom when the battle starts. be careful when doing this.
|
Bots don't have code to check for that? From what I've seen the same could be said of damage shields. I group with a druid and wizard atm and they don't repeatedly cast DSes trying to overwrite each other. Same whn I had druid mage bots grouped. I'll check it later and add a shaman to my group and see what happens.
|
So did some tests and the problem you mentioned doesnt occur for me. The shaman and enchanter werent having any kind of casting craziness. The Shaman's STR buff was cast on my paladin and they both talked about it and decided that the str without the agi loss was probably for the best.
|
good to know
|
I wouldnt use maxlevel =255 as I wouldnt care about 10 str or so at lvl 75..
|
I use 255 because there is no greater straight STR buff for enchanters and +10 is better than +0, but it is preference. I only have it till 18.
I always try to think of those that have no DB or coding skills. People like you can do what ya want :) |
All times are GMT -4. The time now is 04:13 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.