Question about spellcasting for NPC's
Hi,
I am trying to make lord nagafen cast "dragon roar" as a pb aoe spell. i modified the npc_spells.txt file to read...
# **************
# Dragon Roar
# **************
INSERT INTO npc_spells (id, name, parent_list, attack_proc)
VALUES (13, "DRAGON SPELLS", 0, 1);
INSERT INTO npc_spells_entries (npc_spells_id, spellid, type, minlevel, maxlevel, manacost, recast_delay, priority) VALUES (13, 789, 1, 5, 55, -1, -1, 50);
This introduced it into the menu of spells i can pick for NPCS using eqadmin 4.5/
even thou everything seems correct nagafen refuses to cast any spell, much less dragon roar...
could i please have a hint to what im doing wrong???
|