I’ve got my Z key set for action bars, so I no longer have a “sheath weapon” key. I have a macro already that I feel like I could tack sheathing my weapon onto, as all it does is the following:
/dismount [mounted]
/cancelform
/leavecehicle
I’m pretty sure that if I add sheathing my weapon to the end of it, it won’t cause any issues, but I can’t figure out how to sheath by macro in the first place. I checked wowpedia and can’t find anything either, so I may not even have the option, but I figured it would be better to actually ask about it.
There is https://wow.gamepedia.com/API_ToggleSheath
I’m not sure for what conditions you want to sheath or unsheath your weapon or just a simple toggle, so you’ll have to modify this
/run ToggleSheath()
Freaking. Toggle. Sheath.
Thank you so much. That’s all I’ll need to be able to add it to the macro, I’m sure I can find the “if dismounted” specification phrase easily enough one way or another. I tried looking at multiple wowpedia pages for macros and control+f to find “sheath” on the page and didn’t find anything.
I seriously cannot thank you enough.