Game Guides Archive
Thread: Macro for mounting vehicles
Page 1 of 1
ryanthieme
Fri Jun 03, 2005 3:36 pm
#1
Search is useless the last few days, tried that first but it's constantly unavailable. Anyway, I used to have a macro that would automatically mount and dismount but I've been afg for a while and now it doesn't seem to work. Anyone have a working macro they could share?
twighead
Fri Jun 03, 2005 3:54 pm
#2
not sure exactly what you are looking for, but the commands are /mount or /dismount.
However, i think the easiest way is to call (or store)the vehicleby putting the vehicle icon in the toolbar and clicking on it. Once it appears just double click the vehicle to mount or dismount.
ryanthieme
Fri Jun 03, 2005 3:57 pm
#3
HOT DAMN TWIG! That's exactly the type of thing I was looking for. I used to have a macro set up that would only /mount and /dismount and even though both commands were in the same macro it only did whichever condition you weren't in. So if you were on the ground, you would mount the vehicle and wouldn't dismount unless you ran it again.
Just tried the toolbar and it works great!
Iniaes
Fri Jun 03, 2005 4:12 pm
#4
/ui action targetAtCursor;
/dismount;
/mount;
/ui action targetAtCursorStop;
Will make you jump on / off whatever is under your cursor at the time.
/dismount;
/mount;
/ui action targetAtCursorStop;
Will make you jump on / off whatever is under your cursor at the time.
GlargTheKelfn
Fri Jun 03, 2005 4:19 pm
#5
/target speeder
/mount
/target av-21
/mount
/target ab-1
/mount
/target #PETNAME#
/mount
i use this, i can mount whatever i have out with one cmd
(ctr-alt-m) and i use ctrl-alt-d mapped to /dismount to get off.
i also have my bike in my tool bar with a macro that calls and stores it so i can do that on the fly also.
/mount
/target av-21
/mount
/target ab-1
/mount
/target #PETNAME#
/mount
i use this, i can mount whatever i have out with one cmd
i also have my bike in my tool bar with a macro that calls and stores it so i can do that on the fly also.
Page 1 of 1