Main sheeped, alt does nothing :S
Hi :)
I'm new to boxing, started with dual shamans.
I was doing the quest at Moonbrook School house, when my main got sheeped by the ghost.
My main still had the ghost as target, but my alt did nothing.
Alt's Lightning Bolt macro is:
Code:
/cast [target=party1target, exists, nodead] Lightning Bolt
Do I need some more in that macro to get the alt to attack?
another option might look like this
-- first attempt to target what your main is targeting
/target [target=party1target,exists]
-- next attempt to target anything if you didn't get a target from above for solo casting when needed ( you could be in for a ride if it targets something you don't want )
/targetenemy [noexists]
-- fire away
/cast whatever
just a few suggestions, you may have been wanting to hold a seperate target on each alt for sheep/suduce reasons so this may not work for you.