Ranger Archive
Thread: Macro kinda question
Charlswhitefeet wrote:
Anyone know a way make the macro pick a certain choice from the menu?
I don't believe it is macroable...there is no command that bypasses the menu selection. We are hoping to have that remedied someday.
Message Edited by Phenix1050 on 07-29-2004 03:59 PM
Calculus_Entropy wrote:
Charlswhitefeet wrote:
Anyone know a way make the macro pick a certain choice from the menu?
I don't believe it is macroable...there is no command that bypasses the menu selection. We are hoping to have that remedied someday.
This only works if you want to track ANIMALS, but here is what I use...
/dismount; /pause 3; /areatrack; /pause 1; /ui action defaultButton
Basically, it automatically selects "animal" as your tracking interest, which, since I spend most of my tracking time on animals, works good for me. You will still see the animal/people/players box pop up for a split second, but the macro will automatically select animals for you, so you only have one button to hit to get to the results list.
I have tried various replacements for /ui action defaultButton, to try to find a way to select the other options (people, pleayers), but have had no success. I'm sure if there is a defaultButton argument, then there is another for non-default options, I just can't figure it out.
I hope this suites your needs.
EisMan_Buckeye wrote:
This only works if you want to track ANIMALS, but here is what I use...
/dismount; /pause 3; /areatrack; /pause 1; /ui action defaultButton