This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Arena Targeting Macro?
Post Reply
Return to board index
Post by
367590
This post was from a user who has deleted their account.
Post by
306052
This post was from a user who has deleted their account.
Post by
pelf
http://wowprogramming.com/docs/api_types#unitID
arena1
through
arena5
can be used to target arena frames. However, you can't "targetsequence" and you can't script anything that deals with targeting. You could do something disgusting like...
/target arena5;arena4;arena3;arena2;arena1
...but I feel dirty just typing that out much less using it.
Post by
Maunotavast
You can actually use the
bar
conditional along with /changeactionbar to do some simple sequence stuff.
Has its drawbacks, of course. You must NOT use bar1 as your main bar, since that's the bar that will change. Also, the bar conditional only recognizes six pages, so you can't do larger sequences than that. AND this trick will most likely work for just one macro, since another macro changing the bars would mess things up.
Anyways, here goes
/target
/changeactionbar 2;3;4;5;1
edit: Mmh, completely forgot about smaller teams :p
I guess you could try estimating the enemy team size from your team's size (really?).
Beyond my testing capabilities, so this may or may not work :p
/changeactionbar 2;3;4;5;1
/target
Post by
pelf
Yikes. Creative, but yikes.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.