I was wondering if its possible to write a macro that makes you say something when you go below a health threshold, like 20%.
I would just like my character to /say I need healing brother! at 20% health.
I was wondering if its possible to write a macro that makes you say something when you go below a health threshold, like 20%.
I would just like my character to /say I need healing brother! at 20% health.
nope. you can make a macro that will output the text once you click on it
You could in vanilla wow but they removed the ability to do stuff like that in classic
/run if UnitHealth("player") * 100 / UnitHealthMax("player") < 20 then DoEmote("healme") end
You can replace DoEmote("healme")
with SendChatMessage("I need healing brother!", "SAY")
if you want /say.
And, of course, you need to actually press that macro, it won’t work by itself.
This is where weakauras come in as you can set them to run every frame. Just set a variable to remember that you have already been under 20% so it doesn’t end up spamming.
thats automation adn bann
Not at all, that’s just like creating an addon that announces it for you. Same thing but with WA you don’t need to create an addon.
Yep. DBM which announces important raid debuffs to raid chat is notoriously bannable offence.
Dunno about bans… but I’d certainly let someone who kept telling me how to do my job die.
Every second addon is automation or presenting of otherwise inaccessible information.
Or every first.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.