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.