Help with a macro please

Post Reply
Eynarxdd
Posts: 15

Help with a macro please

Post by Eynarxdd » Sat Feb 25, 2023 1:22 am

Macro for rejuvenation and healing touch? any other usefull macro like wrath and moonfire or what ever..
please thank you !!

Ibux
Posts: 388
Has liked: 2 times

Re: Help with a macro please

Post by Ibux » 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

Eynarxdd
Posts: 15

Re: Help with a macro please

Post by Eynarxdd » Sat Feb 25, 2023 10:32 pm

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
How you open this roid macro interface in game?

Snnail
Posts: 24

Re: Help with a macro please

Post by Snnail » Mon Oct 23, 2023 2:11 am

Eynarxdd wrote:
Sat Feb 25, 2023 10:32 pm
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
How you open this roid macro interface in game?
have same question

User avatar
Kangaraxxus
Posts: 17

Re: Help with a macro please

Post by Kangaraxxus » Wed Oct 25, 2023 12:32 pm

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

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

Post Reply