Classic Mage Macro Advice

Hello everyone,

I’ve been working on mage macros for a while now. I need advice for two type of macro.

  • Evocation Equip Macro
    I use this;

#showtooltip Evocation
#showcooldown Evocation
/equip Soulkeeper
/cast Evocation
/equip Staff of Dominance

This has two problems;

  1. After Evocation cast it is not equip Staff of Dominance (Actually I want single press the button for all of theese but I didn’t sure it can be)
  2. Other is sometimes it is only equip Soulkeeper, although Evocation is castable, and only equip Soulkeeper after I press againg equip Staff of Dominance and don’t cast Evocation.
  • Polymorph / Detect Magic Macro
    Actually this one I don’t have a problem, I just want to know can it be improved.

#showtooltip
/stopcasting
/cancelaura Ice Block
/castsequence reset=2 Polymorph, Detect Magic
/s Targeting %t for Polymorph!

Thank you all in advance!

I just want ask, for what is that detect magic debuff?

For dispell?

Its just debuff for more dispells?

Yes it is and ofcourse I can see Fire or Frost Ward other buffs maybe.

Isn’t evocation a Channeled spell? Some things have a global cooldown and you seem to be ignoring that.

Evocation is a channeled spell yes, I am trying to find a way can it be done for one single press on macro.

If it can’t be I need a solition for my second problem for Evocation macro.

Thanks.

You’re thinking of the timer function in vanilla’s macros. That function has long since been disabled, and is disabled now in Classic as well.

Well, it can’t be done as I said first. What about my other problem? Is there a solution in it?

If I press it twice, I need it to work the same way and the same order.

Sorry, I’m not really sure what exactly you’re after. The language barrier is too strong.

Nothing in the first macro can be automated, you have to do it all manually

Okay I try to explain, when I use this macro first I equip Soulkeeper after cast Evocation its all good. After that I press second time and I equip Staff of Domination. It sounds right. But sometimes it doesn’t work at this order. Sometimes I equip Soulkeeper and thats it doesn’t cast Evocation, even if evocation is available. I press the macro and its equip Soulkeeper and just wait when I press second time its equip Staff of Domination again. But doesn’t cast Evocation.

What could be the reason? And sorry for my narration, difficult to explain some things without using translation.

Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.