Hi all,
New to the boards. Been reading non stop. This site rocks.
I am very new to Macro`s & I have tried to make a Macro for my zerker to fire of his Rage volley disc when it is ready & i am attacking. this is what i have so far but it doesn`t seem to work. Would someone please be able to help me. I am also thinking about putting an endurance check if over 25. but not that important. Not running this with any any other macro or plugin just by itself
New to the boards. Been reading non stop. This site rocks.
I am very new to Macro`s & I have tried to make a Macro for my zerker to fire of his Rage volley disc when it is ready & i am attacking. this is what i have so far but it doesn`t seem to work. Would someone please be able to help me. I am also thinking about putting an endurance check if over 25. but not that important. Not running this with any any other macro or plugin just by itself
Rich (BB code):
Sub main
/if (! ${Me.combatabilityReady["Rage Volley"]}) /return
/if (! ${Me.Combat}) /return
/if (${Me.Stunned}) /return
/if (! ${Target.ID}) /return
/if (${Target.CleanName.Equal[${Me}]}) /return
/face fast nolook
/disc "rage volley"
thanks
/return