View Single Post
  #6  
Old 05-04-2011, 03:31 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Quote:
Originally Posted by devn00b View Post
ghetto fix would be to just do
update npc_types set npc_spells_id=6 where class=10 and npc_spells_id=0

This would set all shaman mobs to cast shaman spells if they have no spells assigned.

Course this prob has some unintended consequences such as shaman guildmasters now casting spells. I don't see this as an issue however.
I was thinking something along this line myself but those unintended consequences kept me from suggesting it. I'm only a tinkerer with EMU code and the DB
Reply With Quote