Originally Posted by
Aesop
Great work, though I have one issue with it.
So, is there a macro function that makes it so you you dont target alive players while you are dead?
New here, but my Macro for 1 button looks like this:
Code:
/autobg max 1
/autobg av
/script AcceptBattlefieldPort(1,1)
/cast [nomounted, nocombat] YOUR MOUNT NAME HERE
/target YOUR NAME HERE
/stopmacro [target=dead]
/targetfriendplayer [nocombat]
/follow
This way, the macro first targets yourself (make sure to change YOUR NAME HERE to your name) and checks if you're dead. If you are, it'll stop and not target / follow a friendly player.
I haven't tested this because the bg queues at night are awful. Let's see if it works!
Hope this helps!