Wand macro for warlock

Post Reply
Mcbeefcake
Posts: 4

Wand macro for warlock

Post by Mcbeefcake » Sat Jan 08, 2022 11:13 pm

Hello,

Having trouble finding a wand macro i can add to other or make it spammable. I'm used to using !Shoot in wow classic.

Snigery
Posts: 58

Re: Wand macro for warlock

Post by Snigery » Sun Jan 09, 2022 3:30 am

WoW + Macro + LUA

Code: Select all

/script if (IsCurrentAction(1) or IsAutoRepeatAction(1)) then UseAction(1) end
The # 1 in there is the Action Slot ID of the ability you want to use.

Mcbeefcake
Posts: 4

Re: Wand macro for warlock

Post by Mcbeefcake » Mon Jan 10, 2022 5:42 am

ahhh that link has some deep reading. thank you, I feel like im missing some quality of life macros from wow classic so this should help

User avatar
Layt
Posts: 10

Re: Wand macro for warlock

Post by Layt » Thu Jan 27, 2022 8:32 am

If you using LazyScript addon do just:

Code: Select all

/ls do wand
Also if you using Qlique, you can add custom action

Code: Select all

lazyScript.SlashCommand("do wand")
and do wand by mouseover....

Post Reply