So I am looking to make a macro that will use thrown dagger if I am out of melee range of my target or spinning edge if I am in melee range. I tried a few different combinations and so far nothing has worked. Any help would be appreciated.
Printable View
So I am looking to make a macro that will use thrown dagger if I am out of melee range of my target or spinning edge if I am in melee range. I tried a few different combinations and so far nothing has worked. Any help would be appreciated.
I think:
/ac "Spinning Edge" <t>
/ac "Throwing Dagger" <t>
should work. If you're in melee range, Spinning Edge should activate, and Throwing Dagger would fail because you're busy with the Spinning Edge attack. If you're out of range, Spinning Edge would fail, so Throwing Dagger should activate.
(Keep in mind the usual limitations of macros for combat actions. They cannot be queued in advance, so create a momentary gap between your previous action and the macroed action. Though if you're intending this as a way to initially begin a fight, that wouldn't matter.)
Combat macros like this one are terrible, for the reasons mentioned above. I highly suggest not doing this.