Introduction
Dismounter is a simple addon that will automatically get off of your mount when you perform and action that needs you to be mountless. Also will remove ghost wolf on error and when not in combat. Designed to work with World of Warcraft Classic
Important Note
You will get off of your mount but you must cast the spell or perform the same action again.
Cases
Dismounter will dismount you in the following scenarios:
- Attacking while mounting (auto attack, mele spell, caster spell).
- Casting a spell such as Stealth.
- Picking herbs or ores.
- Talking to the flight master
- Crafting a profesion item
It will also remove ghost wolf form when on error and not while in combat
Example of use
1. You are currently mounted and you want to cast a spell to an NPC.
2. Dismounter enters in action and you are no longer in a mount.
3. You have to cast again the spell
Feel free to contribute, report bugs or to ask for suggestions
I'm trying out retail, is there a version for this?
Dismounter: Can't remove shapeshift in combat
On behalf of all shaman and druids: Fuck You
pls update .toc
For Shamens, a nightmare, cant use casts it blocks removeing of Ghostwolf O.o
For druids does not work. Very bad. While taking druids we use macros (example):
#showtooltip Healing Touch
/ cancelform
/ dismount
/ cast Healing touch
p.s Translated by google translator (xD)
hey if I attack in combat with an ability that requires shifting I get an error is this intended?
Hello
can we hope for an update quickly?
Thx
just a little extension:
Simple add to the error messages: ERR_CANTATTACK_NOTSTANDING, SPELL_FAILED_NOT_STANDING, ERR_LOOT_NOTSTANDING, ERR_TAXINOTSTANDING
an
DoEmote("STAND")
and you will automatic stand up, when you sit and want to cast a spell.
Works in combat. DoEmote has no restrictions.
im getting errors while in shadow form in combat saying i cant form in and out. its never done this before. is this a bug or did you make this a thing from a recent update?
Hello is it possible to add Druid shapeshifts to like shamans ghostwolf ? it will be great thanks.
In reply to Forge_User_60616421:
Hi,
Sadly it is not possible to achieve the same behaviour to the druid forms with the current implementation. The druid shapeshifts are considered different buffs compared to the shaman ghostwolf by the WoW API and can not be cancelled with the logic that applies Dismounter.
If I achieve a workaround I will update the addon to work also with druid shapeshifts
Cheers
In reply to Llurovi:
thanks for respond and i hope u will find a workaround soon :)
I just installed this for the first time and am excited about it because I do a lot of herb farming. Nothing happens at all when I try to use it. Is there a control panel or any type of / commands? I'm a priest if that helps.
edit: ok now its working.
In reply to Mystrose:
Hello,
Glad that it's working. Let me know if anything does not work as it should be :)
hello! Thank you so much for the great addon, it's a lifesaver in classic as a shaman.
I'm wondering if/how I can turn off the error text that is posted in chat when trying to dismount in combat. I have an ability bound to my mousewheel, which, when used while mounted in combat, results in the addon overwhelmingly spamming my chatbox (because mousewheel makes it easy for me to spam that ability, which makes Dismounter spam me). Does that make sense?
In reply to carcetti1862:
Hi!
Thank you, glad you like it. Currently I don't have an actual subscription to play WoW Classic but when I come back I will try to implement a configuration option to show or hide the message that appears when the addon is blocked because the player is in combat
Doesn't work for Druidforms, the function is protected...whyever, really sucks.
I'm afraid there is no way for addon-authors to solve that problem.
https://wow.gamepedia.com/API_CancelShapeshiftForm
https://wow.gamepedia.com/API_CancelUnitBuff
In reply to nihlolino:
These are actually the error tags:
In reply to nihlolino:
Thanks for the info nihlolino,
This addon includes all of the error constants you commented. The CancelUnitBuff is the only method I'm calling so theoretically it should work out of combat for any buff, but apparently does not. As I said, I will try to get a druid to test it by myself and see what's going on, but I don't have much time to spare, and at the same time I want to play Classic with my main :D
Thank you!