Donnavan2005
New member
- Joined
- May 30, 2005
- RedCents
- 0¢
Is anyone else having a problem with thier macro not auto taunting? It worked great not so long ago (not sure how long, wasn't paying close attention), but noticed this morning that it's not working. Here is the code I use in my macro:
The bash part of the macro works great, so I'm not sure whats going on...
Rich (BB code):
|--------------------------------------------------------------------------------
|SUB: SpecialCombat
|--------------------------------------------------------------------------------
Sub SpecialIt
/doevents
/declare TempID int inner 0
/if (${Target.Distance}<=17 && ${Me.AbilityReady[Taunt]}) {
/doability "Taunt"
}
/if (${Target.Distance}<=17 && ${Me.AbilityReady[Bash]}) {
/doability "Bash"
}
/return
The bash part of the macro works great, so I'm not sure whats going on...