View Single Post
04-21-21, 02:27 PM   #1
add1ct1v3
A Defias Bandit
Join Date: Apr 2021
Posts: 2
Classic wow warrior charge/stance change macro

Hello,

I have 2 macros that I use on my warrior and they both require perfect range/timing otherwise they fail.
An example :

#showtooltip
/cast Charge
/cast Berserker Stance

The problem is that if the target is not in range and/or I spam it too soon, the "/cast Charge" will fail and it will move to the next one.
I want to know if there's a way to add a condition in between, a condition of any kind. Like "if cooldown => 1 then cast Berserker Stance". I am sure it cannot be that easy or how I present it because I just started into programing 2 months ago and I have no idea what so ever on how to write in Lua, although it looks really similar to python at some of the basic aspects.
Looking forward to some advice. Thank you very much.
  Reply With Quote