Thread
:
Mob attacks everything on hate list
View Single Post
#
2
09-16-2012, 09:33 AM
c0ncrete
Dragon
Join Date: Dec 2009
Posts: 719
something like
Code:
foreach $ent ($npc->GetHateList()) { $npc->CastSpell($spellID, $ent->GetID()); }
should work, triggered via a timer or hp event
c0ncrete
View Public Profile
Send a private message to c0ncrete
Find all posts by c0ncrete