Macro to Sheath before mounting

Just a little quirky visual I want to add. My daggers are mogged to the Twinblades that sheath on the back. I want a macro that will sheath the weapons THEN cast for my mount.
Is it doable?

#showtooltip
/run ToggleSheath()
/cast [flyable, nomounted] Golden Gryphon
/cast [noflyable, nomounted] Great Green Elekk
/dismount [noflying, mounted]

I haven’t tested it but something like that.

3 Likes

It immediately starts casting for the mount. It doesn’t sheath first. My thought is that the /cast is actually interrupting the /run sheath even though I don’t see the interruption.

Yeah I just tested it, the mount actions seem to override it.

Sorry, I’m not sure you can compound two actions like this together.

Got my sheath button on number 7.
Y’know, for 7 up
:dracthyr_comfy_sip:
(as in putting my weapons up)

Let’s say I keybind the macro to the “F” key. Is there a way to macro in a way that: The first time you press “F”, it will ToggleSheath()… and if I press “F” again, it would cast Mount?

Is it only mount you want or would you like a weak aura that sheathes them after combat ends every time.

Found this, unsure if it works for Df though.

https://wago.io/MfjHqFyZS

Wait a bloody minute, don’t weapons automatically sheathe when you hop onto a mount?

2 Likes

They just appear on my back when I start to summon the mount. I want the toon to actually sheath the daggers, THEN start to summon the mount. I was looking for a way to macro my summon mount keybind so that it would “ToggleSheath()” then summon the mount.
(I like the sheathing animation!)