View Single Post
  #4  
Old 10-15-2012, 06:24 PM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

This is what you do for your script OR set slow mitigation in your table.

Code:
sub EVENT_TIMER{

if ($timer eq "CastBuff")
{
$npc->NPCSpecialAttacks("f", 0); #Remove U
$npc->CastSpell(15080, $mobid);
$npc->NPCSpecialAttacks("Uf", 0); #Add U
}

}
Reply With Quote