Mouseover pet attack macro help
Posted: Sun May 31, 2015 12:40 pm
Hello,
I've been trying to make a macro that makes my pet attack when i mouse over the target, and if no mouseover target then it will attack my target. I've had this for other expansions but macros in vanilla have to be abit more advanced to work and im not very good at macros :p
This is a quote from another thread and its almost the same thing I want, but I need to modify it to work on enemies and with pet attack not Power Word: Fortitude, how do I do that?
btw, /Cast dosnt work in vanilla so I figured out that /run CastPetAction(1) is the way to use pet attack.
Anyone who can help me out making this macro work, I would appreciate it ALOT
I've been trying to make a macro that makes my pet attack when i mouse over the target, and if no mouseover target then it will attack my target. I've had this for other expansions but macros in vanilla have to be abit more advanced to work and im not very good at macros :p
I've been using this macro, it casts on my mouseover target or if it doesn't exist it casts on my target.
/cmcast Power Word: Fortitude
/script if (UnitIsFriend("player", "target") ) then CastSpellByName("Power Word: Fortitude") else CastSpellByName("Power Word: Fortitude", 1); end
This is a quote from another thread and its almost the same thing I want, but I need to modify it to work on enemies and with pet attack not Power Word: Fortitude, how do I do that?
btw, /Cast dosnt work in vanilla so I figured out that /run CastPetAction(1) is the way to use pet attack.
Anyone who can help me out making this macro work, I would appreciate it ALOT