Dismount addon?

Anyone know a addon that will allow me to be able to charge at a enemy or to other activities with out having to make a macro to dismount?

Let Me Cast. Works for dismounting/standing, but unfortunately not shapeshifts.

4 Likes

Supposedly an add on named “leatrix” does this as well. It’s supposed to have lots of quality of life features. Never dl’ed it tho

2 Likes

#showtooltip Charge
/dismount
/startattack
/cast Charge
/cast Hamstring

There’s more adjustments you can do, and different ways of macroing, but this is a basic version of what I use for a one-button command.

1 Like

let me cast works well…

1 Like

There’s an addon called autodismount that dismounts you anytime you get the message that you can’t do that while mounted.

1 Like

Leatrix Plus is fantastic. Has a bunch of QoL things in it such as gossip/quest automation, auto accept rez/summons, etc. Can view the full list at the addon page https://www.curseforge.com/wow/addons/leatrix-plus-classic

1 Like

Thank You everyone for your help!

leatrix plus.

1 Like

To add to the conversation, all auto-dismount addons require you to double-tap your spell and there are no working auto-cancelform addons because that function is currently API protected

sorry to ask a stupid question but what do you mean by API protected.

API is, from what I understand, how the game interacts with the UI, certain aspects are “protected” and cannot be altered.

The aspects that are not "protected’ can be altered are what make add-ons possible.

1 Like

You cannot control or change the game code directly (at least not it a way that won’t get you banned). An API is like a set of code/instructions that the developer makes available to you; so you are limited to what the most recent API lets you do.

1 Like