View Single Post
  #2  
Old 01-20-2007, 08:19 AM
JrFaust
Sarnak
 
Join Date: Aug 2005
Location: Overthere
Posts: 82
Default

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
Reply With Quote