PDA

View Full Version : Priest macro help



DorianGrey
07-30-2010, 11:42 PM
im recently new to multi-boxing. started up a hunter / priest combo using keyclone.

im woeful with macros, and after doing some research have probably confused myself more than before ; !

im trying to set up a simple macro for my priest. it simply has assist the hunter by casting SW:P, followed by shoot.

this is what im using atm, but the shoot component doesn't work:

/assist Silentlurker
/cast Shadow Word: Pain
/cast [harm] shoot

silentlurker is the hunter, the priest is a slave.

*sorry if this is a little simple, i guess the best way to learn is to ask the people that know

ty

Maxion
07-31-2010, 06:37 AM
You'll have to put them in a castsequence or the macro will keep trying to cast shadow word pain over and over.
So either:

/assist Silentlurker
/castsequence [harm] reset=target Shadow Word: Pain, Shoot

Or:

/assist Silentlurker
/castsequence reset=target Shadow Word: Pain, null
/castsequence reset=target , Shoot

Fat Tire
07-31-2010, 10:13 AM
iirc you cant macro Shoot.

Maxion
07-31-2010, 05:31 PM
iirc you cant macro Shoot.

oh right, make that !shoot
as long as you are targeting the enemy it works fine, but if you are using it through focustarget you need to keep spamming it for shoot to keep shooting.
Unless they changed it to completely not work.