PDA

View Full Version : Macro Trouble



dancook
02-04-2008, 05:51 PM
I have a macro

/assist focus
/castsequence [exists.harm.nodead] reset=18/combat/target shadow word: pain

Yet it continues to cast the spell on the same target.. when bashed.

i just set to reset=18 and still it didn't work.

Sanctume
02-04-2008, 06:29 PM
I have a macro

/assist focus
/castsequence [exists.harm.nodead] reset=18/combat/target shadow word: pain

Yet it continues to cast the spell on the same target.. when bashed.

i just set to reset=18 and still it didn't work.You're using castsequence for just 1 spell?

What's the purpose of the macro?

If you want to cast SW Pain on your focus's target, the it will work.
If you don't have a focus set, then it will cast SW Pain on your current target.

Tehtsuo
02-04-2008, 06:45 PM
I have a macro

/assist focus
/castsequence [exists.harm.nodead] reset=18/combat/target shadow word: pain

Yet it continues to cast the spell on the same target.. when bashed.

i just set to reset=18 and still it didn't work.You're using castsequence for just 1 spell?

What's the purpose of the macro?

If you want to cast SW Pain on your focus's target, the it will work.
If you don't have a focus set, then it will cast SW Pain on your current target.I think he's trying to make a spam-able SW Pain macro. Unfortunately I don't think such is possible.

thinus
02-04-2008, 08:33 PM
I think he's trying to make a spam-able SW Pain macro. Unfortunately I don't think such is possible.

/targetenemy
This works like TAB targeting. It will cycle through all the bad guys.



/targetenemy
/cast Shadow Word: Pain


Will cycle through all enemies and cast SWP on each one. However, it will not automatically reset to the 1st target after 18s. If you pull 4 then just hit it 4 times. Closest I can come to achieving what we think you are after.