SQL To Give NPC Casters Their Spells
I noticed by default that drawdes db has not assigned spell lists to npcs so here is some SQL statements to fix that.
--Add casting ability to all NPC classes: Code:
UPDATE npc_types SET npc_spells_id = '1' WHERE class = 2; I created a fairly good shaman list, i could not attach it to this post I will make a place to download it. |
The last version of my DB -should- have a complete spell list for all classes, and spell lists are already assigned in npc_types (no need to have an "update npc_types" script).
|
Drawde, no disrespect intended but I just downloaded your latest and not all npc_types were assigned their default. This patch actually fixed that. :?
|
What are the NPCs that don't have spell lists assigned?
I thought I'd set them all up OK, but it seems like some errors have crept in. Let me know what they are and I'll try and fix them for the next version. |
I wish I could tell you, but after I patched in the above everything was fixed. I didn't think to zip the table up for you so you could have a look, sorry :?
|
All times are GMT -4. The time now is 12:28 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.