Advertisement
Guest User

Untitled

a guest
Jun 26th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.39 KB | None | 0 0
  1. if ($timer eq "AoE") {
  2. my $target = $npc->GetHateTop(); #gets top of the hate list
  3.      if ($target) { #this is a check, that i was told to use, helps prevent crashes and the like.
  4.      $npc->SpellFinished(6556, $target); #casts a spell on the Top of the hate list.  This case its an AoE blind, which would cause the AoE to hit everyone around the Top Target, likely the Main tank.
  5.      }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement