View Single Post
  #15  
Old 01-16-2010, 05:54 PM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

I will take a look at home later the latest DB version to check on spells, as with a quick glance, PEQ doesn't appear to have Kragg's Mending, which means the Shaman bot doesn't have a healing spell from LVL 57 to 62, when it gets Tnarg's Mending. I didn't realize it because it is in Congdar's bot_spell.xls file, but didn't make it into the .sql file to load into the DB.



EDIT- Kragg's Mending insert

INSERT INTO npc_spells_entries (npc_spells_id, spellid, type, minlevel, maxlevel, priority) VALUES
-- Mini (%) CHeal - Shaman
(706, 2435, 2, 58, 62, 2); -- Kragg's Mending
Reply With Quote