Thread: Sow in Dungeons
View Single Post
  #14  
Old 09-23-2008, 01:39 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Here is the revised 'default NPC' and 'default pet NPC' spell list insert - also has the shaman sow list at 720. I made one mistake and this is I took sow off default shamans and kept sow on the new shaman list < it should be the other way around (easy to fix).
You need to first delete what you have;
Code:
DELETE FROM npc_spells_entries
where (npc_spells_id >=1 and npc_spells_id <=12)
or (npc_spells_id >=514 and npc_spells_id <=524);
Then run the insert.
When you get done, you can go into a zone and #showbuffs will reveal 3-4 buffs (or less).
buffing spam is gone with this fix.
It's only for PEQ database, will not work on AX_CLASSIC, as 514-524 are bots. I already have added them to the posted AX_CLASSIC update.
Reply With Quote