View Single Post
  #2  
Old 02-19-2015, 09:02 AM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

Quote:
if ($hpevent <= 45) {
quest::emote("shakes with laughter and says, 'You are much stronger than I thought. I give up.");
quest::modifynpcstat("special_attacks",ABfHG);
quest::settimer(1,60);
$npc->WipeHateList();
}
This will keep it targetable just sets it immune. This is what I used for one of my bosses but I removed a bunch of stuff.
Reply With Quote