|
Fri, Oct 9 2009 8:56 PM
|
|
|
Hi
What is a good way to type in casting spells in a macro command?
|
|
|
|
|
Fri, Oct 9 2009 9:15 PM
|
|
|
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...
|
|
|
|
|
Fri, Oct 9 2009 9:17 PM
|
|
|
 Quote: Originally Posted 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?
|
|
|
|
|
Fri, Oct 9 2009 9:22 PM
|
|
|
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.
|
|
|
|
|
Fri, Oct 9 2009 9:34 PM
|
|
|
 Quote: Originally Posted 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?
|
|
|
|
|
Fri, Oct 9 2009 10:30 PM
|
|
|
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!
|
|
|
|
|
Sat, Oct 10 2009 4:32 AM
|
|
|
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.
|
|
|
|
|
Tue, Oct 13 2009 6:08 AM
|
|
|
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)
|
|
|
|
|
Tue, Oct 13 2009 6:35 AM
|
|
|
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.
|
|
|
|
|
Fri, Oct 16 2009 10:43 AM
|
|
|
 Quote: Originally Posted 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
|
|
|
|