Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (Citation tag was unneccessary.)
Line 5: Line 5:
 
* Rams, Elekks, and Mechanostriders: rear up and whinny.
 
* Rams, Elekks, and Mechanostriders: rear up and whinny.
 
* Horses, and Talbuks: rear up
 
* Horses, and Talbuks: rear up
* Sabers: roar - also works with Night Elf druid cat form with no sound {{fact}}
+
* Sabers: roar - also works with Night Elf druid cat form with no sound
 
* Raptors: Throw back head and roar
 
* Raptors: Throw back head and roar
 
* Kodos and Wolves: throw the head from side to side with a roar
 
* Kodos and Wolves: throw the head from side to side with a roar
Line 25: Line 25:
   
 
and then mapping it to ctrl-space, which normally is unoccupied. Unhooking the errors is done so you don't get errors if you hit the buttons while moving.
 
and then mapping it to ctrl-space, which normally is unoccupied. Unhooking the errors is done so you don't get errors if you hit the buttons while moving.
 
 
[[Category:Macros]]
 
[[Category:Macros]]
 
[[Category:World of Warcraft mount items| ]]
 
[[Category:World of Warcraft mount items| ]]

Revision as of 15:48, 15 August 2009

Mountspecial can be used as a slash command (/Mountspecial ) causing your mount or druid Ability druid flightform [Flight Form] to perform a special stunt, depending on the mount. For ground mounts, this animation can be triggered while standing and pressing the space bar, but for flying mounts, only the slash command can be used. As of Patch 2.2, this function cannot be used anymore while moving (excluding taxi mounts, which still use their 'hovering' animation then). More recently, the command has been 'fixed' to only work while at altitude zero.

List of stunts per mount type

  • Rams, Elekks, and Mechanostriders: rear up and whinny.
  • Horses, and Talbuks: rear up
  • Sabers: roar - also works with Night Elf druid cat form with no sound
  • Raptors: Throw back head and roar
  • Kodos and Wolves: throw the head from side to side with a roar
  • Wyvern: roar
  • Drakes and proto-drakes: flap wings, rear up, and roar
  • Flight Forms: perform a loop
  • Hawkstriders: Flap wings, stretch neck and "roar"
  • Bears: Shake head from side to side and roar
  • Sea Turtle: Hides in shell

Note: though some animations imply the mount makes a noise - for example, "roars" - only a few make a noise.

Macro to make this command more readily usable

To make the command more "on the go", you can try making a macro like this:

/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/mountspecial
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");

and then mapping it to ctrl-space, which normally is unoccupied. Unhooking the errors is done so you don't get errors if you hit the buttons while moving.