Thread: NPC + Target DD
View Single Post
  #6  
Old 12-01-2009, 08:37 PM
jayseesee
Fire Beetle
 
Join Date: Jan 2009
Location: Home
Posts: 17
Default

Disregard, we got this to work.
Code:
$targ = $npc->GetTarget();
$targid = $targ->GetID();
$npc->CastSpell($spellid,$targid);
I suppose GetHateTop() would work just as well =P
Reply With Quote