PDA

View Full Version : Macro Question



Lost Ninja
08-27-2007, 07:43 PM
My alts use the following for spells:

/cast [exists,harm,nodead] <spell>
/stopmacro [exists,harm,nodead]
/assist party1
/cast [exists,harm,nodead] <spell>

And this works fine, does what its supposed to do. Which is they attack my target, but if I switch targets they continue attacking the original. However I have one issue I want to be able to reset their main target, so if I switch targets I want to be able to selectively tell them to switch too. Any ideas?

Avrsion
08-27-2007, 10:15 PM
What attack is it? Like a spell or melee or what?

unit187
08-28-2007, 03:14 AM
that macro is supposed to stay on the target untill it dies before you can switch to another

the solution is to use another simple macro like

/assist party1 (or main_char_name, or Focus, whatever)
/cast Spell

Lost Ninja
08-28-2007, 05:22 AM
Main issue I have with it is if I select a target then attack as it goes out of range, my alt will carry on trying to attack that one even if it never comes back in range ignoring all other mobs. :(

I'll give the assist macro a try.

unit187
08-28-2007, 05:34 AM
Main issue I have with it is if I select a target then attack as it goes out of range, my alt will carry on trying to attack that one even if it never comes back in range ignoring all other mobs. :(

I'll give the assist macro a try.
because that macro is made to keep the target untill its dead, it is good when you tank and few targets but want only one to be dps'ed at the time.

kadaan
08-28-2007, 01:34 PM
/cast [exists,harm,nodead,nomodifier] <spell>
/stopmacro [exists,harm,nodead,nomodifier]

Just throw in that nomodifier condition, so if you hold down a modifier key (ctrl or shift or alt) it'll re-assist