PDA

View Full Version : Priest Macro Help


Dimachaeri
12-06-2007, 11:10 AM
Just remove "/stopcasting" and you're good to go.

skream
12-06-2007, 12:16 PM
I tried that. It cast inner fire and afterwards kept saying "spell is not ready yet" which I assume it kept on trying to cast inner fire, but it has a 3min cooldown.

Final
12-07-2007, 09:26 PM
I believe I had that exact macro with I BELIEVE stopcasting in it, and it worked fine for me. Have you tested it out yet? It either needs it or it doesn't, it's easy to test out. And if it works but you're getting errors just turn off error speech.

Eve
12-08-2007, 04:08 AM
#showtooltip Devouring Plague
/cast Inner Focus
/stopcasting
/cast Devouring Plague

That's what I used and it worked fine. You just have to hit it twice (remember, no gcd so you can just tap it quickly).

`Surr
12-09-2007, 02:41 PM
Yeah that's exactly what i use, just have to press it twice.

Theshepherd
12-11-2007, 12:01 AM
Rock on man, you got it right the first time - <3 UD

Tress
12-11-2007, 12:24 AM
so I saw this thread and didn't want to make another saying "another priest macro question" so :p

this is a question for all you night elf priests :)

Is there any macro that can cast both "Starshards" and "Shadow Word: Pain" in repetition? so far I've tried every combo I can think of when it comes to casting macros and cant seem to get what I want. I'm trying specifically to cast starshards and pain one after the other and then be able to spam pain even while the starshards cooldown is up

so far i've been using:

/cast starshards
/cast shadow word: pain
(only casts starshards over and over again)

/cast shadow word: pain
/cast starshards
(only casts pain, over and over again)

/castsequence pain, starshards
(casts pain, starshards, pain again, but after that it just waits for the starshards cooldown to come back)

well, I guess those are the only ones i can think of atm, but i don't know if its just a problem with my mods that are causing problems with macros or whether this simpley can't be done.

thanks :)

Krigare
12-11-2007, 12:36 AM
maybe

/castsequence [reset=30] Starshards, Shadow Word:Pain;

should do starshards on first press, then pain on every other press until 30 sec passes then do starshards again and so on.

I would have thought your first macro would do what you want. Cast starshards whenever it can and if it cant just do pain instead.

Tress
12-11-2007, 12:41 AM
casts starshards, over and over again with a yellow warning text: "Unknown Macro Option: reset=30"

Krigare
12-11-2007, 12:43 AM
try without the brackets

im simply following the guide posted on the official forums

http://forums.worldofwarcraft.com/thread.html?topicId=2366703212&sid=1

Tress
12-11-2007, 12:49 AM
no worries, I was just curious, since im not the best with macros

i'll try giving the post a shot :)

Krigare
12-11-2007, 12:55 AM
yeah im trying on my lvl 20 priest with devouring plague/pain. There simply might not be a way to do it without alt/ctrl conditions, etc.