Thread: Pet Taunt
View Single Post
  #17  
Old 01-21-2012, 10:28 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I tried to do a commit today, I guess I have never had the ability to do this. Can someone do this for me ?

special_attacks.cpp

Code:
//general stuff, for all classes....
//only gets used when their primary ability get used too
if (taunting && HasOwner() && target->IsNPC() && target->GetBodyType() != BT_Undead && taunt_time) {
   Say("Taunting %s, Master.", target->GetCleanName());
   Taunt(target->CastToNPC(), false);
}
Reply With Quote