View Single Post
  #6  
Old 10-31-2013, 09:35 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

You could always do:

Code:
	if ($hpevent == 50) {
		quest::emote("shakes with laughter and says, 'You are much stronger than I thought. I give up!");
		quest::modifynpcstat("special_attacks",ABfHG);
    		$npc->WipeHateList();
Makes him unattackable and will not aggro, its all i used.

Last edited by Maceblade; 10-31-2013 at 09:37 PM.. Reason: im an idiot and didnt realize you already had this.
Reply With Quote