Macro for rejuvenation and healing touch? any other usefull macro like wrath and moonfire or what ever..
please thank you !!
Help with a macro please
Re: Help with a macro please
Check out this link if you want vanilla macros. https://github.com/Meridaw/Vanilla-Macros
Or download this addon if you want to use tbc+ macros https://github.com/DennisWG/Roid-Macros
Or download this addon if you want to use tbc+ macros https://github.com/DennisWG/Roid-Macros
Re: Help with a macro please
How you open this roid macro interface in game?Ibux wrote: ↑Sat Feb 25, 2023 7:36 am Check out this link if you want vanilla macros. https://github.com/Meridaw/Vanilla-Macros
Or download this addon if you want to use tbc+ macros https://github.com/DennisWG/Roid-Macros
Re: Help with a macro please
have same questionEynarxdd wrote: ↑Sat Feb 25, 2023 10:32 pmHow you open this roid macro interface in game?Ibux wrote: ↑Sat Feb 25, 2023 7:36 am Check out this link if you want vanilla macros. https://github.com/Meridaw/Vanilla-Macros
Or download this addon if you want to use tbc+ macros https://github.com/DennisWG/Roid-Macros
- Kangaraxxus
- Posts: 18
Re: Help with a macro please
Roid Macros does not provide any specific ui ingame, it just extends available macro commands to be used in standard macro window
Few macros i use
Few macros i use
Code: Select all
/cast [mod:alt @player]Regrowth;[mod:ctrl stance:5 @mouseover help]Regrowth(rank 4);[mod:ctrl stance:5 help]Regrowth(rank 4);[mod:ctrl @mouseover help]Healing Touch(rank 3);[mod:ctrl]Healing Touch(rank 3);[@mouseover help]Regrowth; [@target]Regrowth
Code: Select all
/cast [mod:ctrl @mouseover help]Rejuvenation(rank 8);[mod:ctrl @mouseover harm]Moonfire(rank 9);[mod:ctrl]Moonfire(rank 9);[stance:5]Moonkin Form
/cast [mod:alt @player]Rejuvenation;[@mouseover help]Rejuvenation;[help @target]Rejuvenation
Code: Select all
/unshift [stance:2/3/4/5]
/cast [stance:0]Dire Bear Form
/cast [stance:1]Feral Charge
Code: Select all
/script if IsControlKeyDown() then for i=0,32 do t=GetPlayerBuffTexture(i); if t~=nil and strfind(t, "Enrage") then CancelPlayerBuff(i); end;end; else CastSpellByName("Enrage"); end