Hi everyone.
Can’t manage scripts and macroses in current clasic version.
If anybody have working scripts, please post it out here, so I can at least review the code that works.
Especially scripts for hunters are welcome.
Thank you.
You can just type /camp to bring up the macro tutorial screen.
If you are using Macro’s as per retail wow, you need to add the rank afterward. For example /cast xxxxx(Rank 1) /cast xxxxx(Rank 2)
No space after the spell name xxx and (Rank x)
I did not need to add the rank.
/cast Fire Blast
worked fine with me
I can confirm that. Experimented with it and if no rank is specified the highest rank will be used.
Macroses work fine if you need to cast or use something.
But when it comes for a bit more advanced: variables, modifiers - it doesn’t work.
For example - I couldn’t handle writing a script that:
- Attack an anemy that my party memeber focuses. (assist focus attack + pet attack).
If anybody have scripts already configured, please share, so I can see the code. Thanks
They changed the macro api
I undertand it well, that they changed something.
If anyone has usefull working macro, please copy it here.
Focus target didnt exist in vanilla iirc
I have this mouseover disenchant script macro that once pressed automatically disenchants the item I’m mousing over, effectively saving me a click or a click & mouse movement.
/run local f=DeM or CreateFrame(“Button”,“DeM”,nil,“SecureActionButtonTemplate”) f:SetAttribute(“type”,“click”) f:SetAttribute(“clickbutton”,GetMouseFocus())
/cast Disenchant
/click DeM
Maybe you can learn what you need or at least something new from it
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.