PDA

View Full Version : Macro Help


SiC-MeTaBoLiC
05-11-2006, 08:56 AM
Hey ive been trying to make a macro for my priest so that when in battle i can cast Power Word: Sheild, then cast renew on myself and then go back to the target..

/target player
/cast Power Word: Shield(Rank 1)
/cast renew(rank 1)
/script TargetLastEnemy()

This is what ive come up with, but the script doesnt ever cast renew.. it says that there is another action in progress.
If someone can sort this out for me, or point me to a guide or something i would really appreciate it, thanks.

JaTal
07-11-2006, 01:42 AM
You can't do this. You are not allowed to cast 2 spells in one macro, as the all basically happen at the same time.

Dynatos
07-11-2006, 08:51 PM
It doesn't work because of the global cooldown on (almost) all spells.

Thoragord
08-11-2006, 03:48 PM
How would I make a Macro to cast Hammer of Justice on a target and then judge seal of command. I wwas going to see if I could do hammer and then cast seal of crusader then judge it but I guess that wouldnt work. Also how would I make one that would target an allies target?

Dynatos
08-11-2006, 05:11 PM
Don't HoJ and Seal of Command issue a global cooldown?


The second is just /assist. Literally. Click on the ally and type /assist, which is bound by default to the F key.

Thoragord
08-11-2006, 09:15 PM
Yes those two both do buy Judgement does not. So I could have a macro that simply cast Seal of Command then Judgement and just do HoJ the old fashioned way. Actually I will try that.