Good Taunt Addin Please based around this code

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

User avatar
Fuergrissa
a grimling bloodguard
a grimling bloodguard
Posts: 607
Joined: Mon Dec 08, 2003 3:46 pm
Location: UK

Good Taunt Addin Please based around this code

Post by Fuergrissa » Sat Mar 06, 2004 6:00 pm

Would it be possible for someone to have a look at this snippit i pulled from a nother thread and change it so it will do the ability taunt when the mob turns away from me so i can keep the aggro when its twinned with my beg macro.


Sub Taunt
/if $calc(($char(heading)+180)%360)>=$target(heading)+5 {
/if $calc(($char(heading)+180)%360)<=$target(heading)-5 }
/doability Taunt

Many Thanks in advance.