Looking for a mac that will ...

Rooster95

Premium Member
Joined
Feb 12, 2007
Messages
472
Reaction score
4
Points
18
Age
48
Location
Southeast Ga.
... turn on attack automatically when something hits me. Does anyone have one of these they would be willing to share?
 
basic assist macro set to 100%

or:

Code:
Sub Main
:loop
/if (${Target.Type.Equal[corpse]}) /squelch /tar clear
:attacking
/if (${Me.Combat} && ${Target.ID}) /goto :attacking
/if (${Target.ID}) /attack on
/goto :loop
/return