View Single Post
  #8  
Old 09-18-2012, 03:21 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Code:
foreach $ent (@{$npc->GetHateList()}) {
    $npc->CastSpell($spellID, $ent->GetID());
}
This code doesn't seem to work. Quest stops working after "foreach $ent (@{$npc->GetHateList()}) {"
Reply With Quote