m
no edit summary
(added wolves to list) |
mNo edit summary |
||
| Line 12: | Line 12: | ||
'''Note:''' though some animations imply the mount makes a noise - for example, "roars" - only a few make a noise. | '''Note:''' though some animations imply the mount makes a noise - for example, "roars" - only a few make a noise. | ||
[[Category: Mounts]] | == 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. | |||
[[Category: Mounts]] [[Category: Macros]] | |||