Ok still no go, I can create any npc and it casts fine - but never any pets.
Can someone post the sql for table npc_spells please
I think that's the problem
Thanks
GeorgeS
btw - here's sql to check - there's no pet summoning here. hmm I going to look at another database as investigate further
Select npc_spells.name,npc_spells_entries.npc_spells_id,n pc_spells_entries.spellid,npc_spells_entries.type, npc_spells_entries.minlevel,npc_spells_entries.max level,
spells.name
FROM npc_spells_entries,spells,npc_spells
WHERE
(npc_spells_entries.spellid=spells.spellid)
AND
(npc_spells.id=npc_spells_entries.npc_spells_id)
ORDER BY npc_spells_entries.npc_spells_id ASC
Last edited by GeorgeS; 07-22-2007 at 04:34 PM..
|