Items And Loot Archive
Thread: Auto-Enter Swoop?
Page 1 of 1
SageEidolon
Sun Jan 30, 2005 6:12 pm
#1
Has anyone come up with a macro to call, target, and enter your swoop with one button?
Syrius_Windrunner
Sun Jan 30, 2005 6:32 pm
#2
yup 
I have the macro in the F12 slot and my AV-21 in the SHIFT+1 slot (top right and bottom left respectively.
When I want to mount up, I hit F12 and voila 
The macro I use is this:
------------------------------
name: mount
/ui action toolbarSlot12;
/pause 2;
/mo av
------------------------------
The "/pause 2" is to give it time to generate the vehicle.
The "/mo" means "/mount" .
The "av" is short for av-21.. other vehicles are:
speed (can be used for both "speederbike" and "speederbike swoop")
x-34 (obviously, the X-34 landspeeder)
Hope this helps 
Page 1 of 1