Need help with a macro

Need help with a macro

by Tatsujen » Wed Oct 21, 2015 5:26 am

I tried to replicate a macro that worked in retail.

/cast [mod:shift] Renew; Lesser Heal

So that I can make my F key both of those healing spells for on the fly healing. I've tried changing it to modifier, making sure shift f isn't key bound, and a different assortment of things. Nothing seems to work.

Please help me.
Tatsujen
Tester
 

Re: Need help with a macro

by LYQ » Wed Oct 21, 2015 8:50 am

/run if IsShiftKeyDown() then CastSpellByName("Renew") else CastSpellByName("Lesser Heal") end

not sure how your macro(retail macro syntax) works - but I assume it's like this:
if shiftkey is pressed you cast renew, if not lesser heal
LYQ / Virose
Talentsaver (viewtopic.php?f=63&t=15429) - Totemtimers Enhanced (viewtopic.php?f=63&t=24422)
NostalriusAcceptTrade (viewtopic.php?f=63&t=31729)
User avatar
LYQ
Sergeant Major
Sergeant Major
 

Re: Need help with a macro

by Tatsujen » Thu Oct 22, 2015 10:48 pm

Awesome, it works. Thank you very much.
Tatsujen
Tester
 


Return to Addons & macros