Ok so if your reading this I would like to first thank you for taking the time to help me. I have recently got back into playing WOW on a private server getting my mind back into everything ready for the classic launch. I’m new to macros and coming back from 10 years off wow and trying to get ahead of the game. I read that how macros work on private servers will be different from the classic launch due to a different system being used and super macro addon might now be available. I’m looking for macros that will work on private servers now and for sure workable when classic is released.
I found several macros online that I tried to copy and paste and they all seem to not cast the spell but instead just read what I say out loud in the chat box. Also I have some macros that are /script and /cast not sure what the difference is. I tried to use super macro though was confused on which side do I add the macro.
Ex 1. ( trying to get wand to not toggle off when pressed again basically able to spam it, I have it put it action bar 10 slot just like macro says.)
/script UIErrorsFrame:Hide()
/script if (UnitName(‘target’)==nil) then TargetNearestEnemy() else if not IsAutoRepeatAction(10) then CastSpellByName(“Shoot”) end;end
Ex. 2: ( trying to get mouseover for my dots )
/run c=CastSpellByName s=“Shadow Word: Pain(Rank 4)” if UnitExists(“mouseover”) then TargetUnit(“mouseover”) c(s) TargetLastTarget() else c(s) end
Ex. 3: ( mouseover attempt I found online, i replaced it with flash heal instead of rejuvenation still doesn’t work)
#showtooltip rejuvenation /cast [@mouseover, help][@target, help][@player] rejuvenation
Basically I have a few things I would like to have a macro for that will work both on private servers and work when classic is released.
The macros I’m trying to get:
-
A spamable wand macro that won’t stop casting it if I accidentally click it again.
-
Mind flay macro that won’t overlap itself.
-
Overall mouseover macro that I can add the name of any spell to. I would like to essentially have my mouseover for all my heals, dots, damage, cc. pretty much everything. Also i don’t know if it is possible to add a like /cancel built into it also so if i click it, it will auto cancel whatever I am casting to cast the new spell i clicked. Also to add into this macro for it to auto dismount if I am on a riding mount. Basically like a 3 in one macro where I just change the spell name.
-
A dispell macro that is mouseover, if I am targeting an enemy then dispel them otherwise dispel me or the ally I’m hovered over.
-
a macro where I can set all my buffs on one button to with a modifier. Like regular click puts fortitude up, alt click is inner fire and shift click is divine spirit or shadow protection.
-
macro for downranking spells, if possible built into the super macro for #3 where if I click regular it triggers everything or If i shift click it would trigger everything but say rank 1 shadow word pain to fish for black out procs basically.
When I say click I use my keyboard not actually click lol I know this is a lot of ask for and I greatly appreciate if there is any help with what I am doing wrong with the current macro’s I showed with it just saying it in chat instead of working or if anyone has any of the 1-6 macros pre built I could copy and paste.
Thank you!!!