Useful WoW Console Commands

Started by Shadowwolf, February 09, 2013, 09:47:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Shadowwolf

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()
Come to the darkside, we have cookies.
"A flute with no holes is not a flute, and a donut with no hole is a danish" - Chevy Chase as Ty Webb in Caddyshack
"Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind."- Dr. Suess


Vengeance

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)