
Originally Posted by
spooky

Originally Posted by
Roronoya
Is A11-16 for the first party alliance, A21-26 for second party alliance what the OP was originally thinking of? The info was recently shared with me about targetting people in the alliance, so I hope it was what you're looking for. A11 being first person in the first ally pt. A23 being the 3 person in the second ally pt, etc.
Interesting, I didn't know that. You might be able to do some sneakyness with windower macros so that you could go up and down through all the people in the list. Have a search on the Windower forum or make a post over there and someone with more knowlage of their macros might be able to help you out. Alternativly you might be able to write or request a plugin yourself.
Here is what I use to target alliance members, sadly it doesn't work while in the <st> mode tho
ctrl f1-f6 target top pt, and alt f1-f6 second pt... add this to init.txt in the scripts folder:
Code:
## *******************************************************
## ** Alliance Targeting keys
## *******************************************************
bind ^f1 input /ta <a10>
bind ^f2 input /ta <a11>
bind ^f3 input /ta <a12>
bind ^f4 input /ta <a13>
bind ^f5 input /ta <a14>
bind ^f6 input /ta <a15>
bind !f1 input /ta <a20>
bind !f2 input /ta <a21>
bind !f3 input /ta <a22>
bind !f4 input /ta <a23>
bind !f5 input /ta <a24>
bind !f6 input /ta <a25>