Thread
:
NPC summon another NPC
View Single Post
#
2
01-20-2007, 08:19 AM
JrFaust
Sarnak
Join Date: Aug 2005
Location: Overthere
Posts: 82
Call of the Hero might work for ya.
$npc->castspell(1771,$mobid);
Replace the $mobid with the id of the spawned mob.
or mabe even
$npc->summon($mobid);
or
$npc->command_summon($mobid);
Hope that helps.
Later,
Rob
JrFaust
View Public Profile
Send a private message to JrFaust
Find all posts by JrFaust