Assist off alt if main is dead - not working
I'm confused why this macro is not working. Basically when my main dies I want to switch to my first alt and control the group from there. All other alts need to assist off that alt. And then second alt, and so on when each alt dies
Main is Torrla
1st Alt = Thorra
2nd Alt = Torrma
3rd Alt = Torrba
/Assit [Target=Torrla,nodead,exists][Target=Thorra,nodead,exists][Target=Torrma,nodead,exists][Target=Torrba,nodead,exists]
/Cast Lightning Bolt
The way I understand it, if Torrla is dead they should assist of Thorra. Unfortunately they stand there and eventually die.
Also, I have a few macros setup to target mobs. When I have 4/5 mobs all bunched up at my feet its hard to target specific mobs. So I have a macro like this:
Macro 1. Assigned to button Ctrl-Q
/Target [MobNameHere,nodead,exists] (MobNameHere = insert appropriate mob name)
/Target [MobNameHere,nodead,exists] (MobNameHere = insert appropriate mob name)
The idea is I can target a specific mob in the mosh pit without having to tab through them wasting precious time. Unfortuntely if I have have "exists" in there it does not target the mob at all. And the other problem is "nodead" insists on target dead mobs anyway. Again, what am I doing wrong?