Twilight Guild Forum

World of Warcraft => Add-ons / Mods / Macros => Topic started by: Shadowwolf on February 09, 2013, 09:47:10 PM

Title: Useful WoW Console Commands
Post by: Shadowwolf on February 09, 2013, 09:47:10 PM
Cant see a "Release Spirit" Button? The following will teleport your spirit to the graveyard.
Code (txt) Select
/run RepopMe()




Stuck inside a vehicle without an exit arrow? The following command will eject you from any vehicle you are currently in.
Code (txt) Select
/script VehicleExit();




Dont see an "Accept" button after someone gives you a rez? The following command will accept the last rez if the timeout hasnt expired.

Code (txt) Select
/script AcceptResurrect()
Title: Re: Useful WoW Console Commands
Post by: Vengeance on February 09, 2013, 11:50:52 PM
Since there's no option to eject passengers from a sandstone drake (and possibly the obsidian nightwing mount) here's a script to do so

/run EjectPassengerFromSeat(1)