• 1 page(s)
casting macros

Hi

What is a good way to type in casting spells in a macro command?

Report this thread post

Please, give an example at a situation, what do you need it for and what it should cast, macros are complicated and aren't just 1234...

Report this thread post

  Quote:
Originally Posted by theOne777 Go to post by >theOne777

Please, give an example at a situation, what do you need it for and what it should cast, macros are complicated and aren't just 1234...

No you can type /cast ;).

I have this macro on my paladin

/cast Hand of Reckoning
/cast Exorcism

After the Exorcism i want it to cast Judgement of light. But i can't type in /cast then Judgement of light for Exorcism take 1.5 sec to cast. So how do i type that?

Report this thread post

Something like this:

/castsequence Hand of Reckoning, Exorcism, Judgement of Light

Should reset by itself when the above CD's are ready again. Tell me if it doesn't.

Report this thread post

  Quote:
Originally Posted by theOne777 Go to post by >theOne777

Something like this:

/castsequence Hand of Reckoning, Exorcism, Judgement of Light

Should reset by itself when the above CD's are ready again. Tell me if it doesn't.

Work's BUT do i really need to click every time?

Report this thread post

Yes. You cannot make a macro, or any button, cast more than one thing after another. It is a way Blizzard prevents botting.

Project Lead for SmartRes and MrBigglesworthDeath. SmartRes2 coming soon!

 

Report this thread post

Well, there is an exception; spells that don't trigger the global cooldown you can follow up with other spells in a macro, and cast multiple spells with one keypress that way.  These are generally spells that are enhancements for other spells.  So for example, you could have a priest macro for emergency "running out of mana" situations:

/cast Inner Focus

/cast Prayer of Healing

Since Inner Focus doesn't trigger the global cooldown, one hit will cast both of those.

Report this thread post

So this dossent work? Not possible to make it work

without needing to click more then 1 time

/cast Hand of Reckoning
/cast Exorcism
/cast Seal (don't rember the hole name)

Report this thread post

Nope, that won't work.  With a few exceptions (as mentioned before), Blizzard doesn't let you cast multiple spells with one keypress in a macro.  You can use /castsequence to set up "cast this one the first time I press, that one the next, yet another the next...." or you can the mod qualifier to make a button cast one spell with a regular press, another with a shift-press, another with a control-press, etc.

Report this thread post

  Quote:
Originally Posted by efindel Go to post by >efindel

Nope, that won't work.  With a few exceptions (as mentioned before), Blizzard doesn't let you cast multiple spells with one keypress in a macro.  You can use /castsequence to set up "cast this one the first time I press, that one the next, yet another the next...." or you can the mod qualifier to make a button cast one spell with a regular press, another with a shift-press, another with a control-press, etc.

Okey - Thanks for your reply & thanks for all the answer to the thread

Report this thread post
  • 1 page(s)
Subscribe to this thread: (you will receive emails when new posts are made)