When updating to newer revisions, I always back check the sql files, as well as the changelog. I'm not aware of any changelog sql changes lately, so it's probably just an sql file that needs to be sourced. Check specifically for 1793_resist_adjust.sql. What I do is load the file in MySQL Query Browser, see what the file does, then check those tables that it affects to see if I need to source it or not. Most should fail if they are already in, but I prefer not to test it out. Sometimes they are added into the full peq db script right away, sometimes not. If it appears all are correctly sourced in, then debug. Check for any place there is a GetBotSpells() call, and see if you get any spells. If you do, then there's something keeping them from casting, otherwise, it's almost certainly a db issue.
I couldn't find it, but I thought there was a #command to view an npc's spell list. That might be something that would be useful.
|