View Single Post
  #6  
Old 01-08-2014, 09:01 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

Kayen: Implemented Perl MOB Quest Object SetDisableMelee(1=Disabled) - Prevents the ability to auto attack.
Kayen: Implemented Perl MOB Quest Object IsMeleeDisabled()

So you would use
$npc->SetDisableMelee(1);

NPC will do all its regular functions but it won't be able to auto attack

Kayen
Reply With Quote