Hi,
I currently use this macro for restor druid.
#showtooltip
/cast [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] [harm] Sunfire; Rejuvenation
I want to add a when pressing alt it will cast bearform. Can I do this?
Thank you.
Hi,
I currently use this macro for restor druid.
#showtooltip
/cast [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] [harm] Sunfire; Rejuvenation
I want to add a when pressing alt it will cast bearform. Can I do this?
Thank you.
It’s in the pins.
Awesome, thanks Elvenbane.
Hey, I did this, and I didn’t work, did I miss something?
/cast [mod:alt,Bear Form] [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] [harm] Sunfire; Rejuvenation
Oh I totally misread your original post.
#showtooltip
/cast [mod:alt] Bear Form(Shapeshift); [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] [harm] Sunfire; Rejuvenation
I haven’t played my druid in awhile and if the macro works its not exactly important but i’m pretty sure the @player conditional for Bear Form is redundant as you can’t cast it on anyone, or anything, else.
#showtooltip
/cast [mod:alt] Bear Form; [@mouseover,help,nodead] Rejuvenation; [@mouseover,harm,nodead] [harm] Sunfire; Rejuvenation
Elvenbane’s macros are so succinct that its gotten me into the habit of trying to make macros as clear and short as possible.
You are 100% correct, updated. Also added (Shapeshift)
to it cuz it can bug out under some conditions.