Quote:
Originally Posted by devn00b
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