Spacecowboy
05-31-2015, 08:03 PM
Greetings boxers,
I recently just got back into playing wow and boxing. Over the years I've found this site very helpful so I thought I'd give back today. I don't recall seeing this technique on here before but this is the method I use when I want to mount my toons using the fewest number of mounts possible.
I use a focusless setup using Jamba and HotKeyNet so I will give the code I use for HKN but first I will explain the steps needed for those using something different.
Whats needed:
A multipassenger mount(of course). I'll be using Traveler's Tundra
Interact with target key binding set.
A way to tell which toon to target a specific party member. This is easy in Jamba.
And since I am using Travelers Tundra, you will need a macro to eject the NPC's.
Note:
If using Jamba, turn on Pause follow strobing if in vehicle. Otherwise, the warning will drive you crazy.
The Macro:
/run EjectPassengerFromSeat(1)
/run EjectPassengerFromSeat(2)
The steps:
Bind your mount to the desired hotkey and wait 2 sec to mount up.
Once mounted run the macro to eject the NPC's
Have your 2 passengers target the mounted player.
Then pass the interact with target hotkey to the two passengers.
The Code:
I have it set up so any toon can be the leader. Each else if is the same as the first If statement, the only changes are which window gets which command. So I will only explain the first If statement.
CODE REMOVED
Hope you find this useful. Happy boxing.
I recently just got back into playing wow and boxing. Over the years I've found this site very helpful so I thought I'd give back today. I don't recall seeing this technique on here before but this is the method I use when I want to mount my toons using the fewest number of mounts possible.
I use a focusless setup using Jamba and HotKeyNet so I will give the code I use for HKN but first I will explain the steps needed for those using something different.
Whats needed:
A multipassenger mount(of course). I'll be using Traveler's Tundra
Interact with target key binding set.
A way to tell which toon to target a specific party member. This is easy in Jamba.
And since I am using Travelers Tundra, you will need a macro to eject the NPC's.
Note:
If using Jamba, turn on Pause follow strobing if in vehicle. Otherwise, the warning will drive you crazy.
The Macro:
/run EjectPassengerFromSeat(1)
/run EjectPassengerFromSeat(2)
The steps:
Bind your mount to the desired hotkey and wait 2 sec to mount up.
Once mounted run the macro to eject the NPC's
Have your 2 passengers target the mounted player.
Then pass the interact with target hotkey to the two passengers.
The Code:
I have it set up so any toon can be the leader. Each else if is the same as the first If statement, the only changes are which window gets which command. So I will only explain the first If statement.
CODE REMOVED
Hope you find this useful. Happy boxing.