View Single Post
  #4  
Old 12-16-2010, 08:07 PM
nenelan
Hill Giant
 
Join Date: Feb 2008
Posts: 116
Default

Try this:

Code:
            $targ = $npc->GetHateTop();
            $targid = $targ->GetID();
            $npc->CastSpell(21439, $targid);
Also, shoot me an email if you need mob scripts done. I got free time lately.
Reply With Quote