View Single Post
  #2  
Old 09-16-2012, 09:33 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

something like

Code:
foreach $ent ($npc->GetHateList()) {
    $npc->CastSpell($spellID, $ent->GetID());
}
should work, triggered via a timer or hp event
Reply With Quote