View Single Post
02-15-12, 05:10 AM   #9
Aalwein
A Flamescale Wyrmkin
 
Aalwein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 147
Originally Posted by Phanx View Post
There is no way for an addon to cancel your shapeshift in response to a whisper. Cancelling a shapeshift is in the same category as casting a spell. It requires a hardware action and a secure execution path (eg. an action button or macro).

You could easily write a macro that did both things:
Code:
/cancelform
/click PokedexToggleMountButton
... but as with any other macro, it cannot be run automatically. You must perform a hardware action (key press or mouse click) in order to run it.
That's what I figured; I wonder why they made removing a shapeshift a protected command. Thanks for the help everyone.
__________________
Aalwein | Jaberwocky
Die by the Arrow | YouTube | Facebook | Twitter
  Reply With Quote