View Single Post
07-04-11, 04:49 PM   #10
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64
You could also simlpy change the macro of one of your normal buttons to include a exit command with a mod key pressed.

Or - IF you havent bound NumPad key 5 to anything and haven't changed the Blizz default key binding - you can use that.

The only other thing I can come up with as a workaround atm is adding something like

Code:
/run [novehicleui,bonusbar:5] [vehicleui] VehicleExit()
Not sure if that would work as is.. and if it worked I'd say it's weird since then it'd mean that WoW acknowledges that you either are in a Vehicle or Possess state.. but anyhow.
  Reply With Quote