Is there an option or Addon to always have your weapon unsheathed? I am using the Brewmaster Artifact weapon and love the unsheathed animation, would love to have it by default.
Could try this one -
https ://www.curseforge.com/wow/addons/stay-sheathed
Just took a quick google search to find, so if this isn’t what you’re looking for, might try working a different way.
Good luck!
You could hit the Z key or bind sheath/unsheath weapon to another key.
I wonder if it could be macroed into some other non related thing…like the last line of a heal spell or attack?
/run ToggleSheath(); might work.
yeah, seeing that on a google search.
I often put odd stuff like this on other macros at the end if it’ll work.
Type “z”. You’re welcome.
So I dont know how you would choose to do it, but the end line here works…but it is only a toggle. Doesnt seem to affect the rest of the macro at all, but keeps you from having a separate keybind for it.
#showtooltip
/cancelform
/cleartarget
/targetenemy [no harm]
/castsequence reset=1.4 Sunfire, Moonfire, Concentrated Flame
/run ToggleSheath()
if you put that last line in one of your attack macros (assuming you use them) you can toggle sheathed/unsheated with the same key even if youre not attacking anything. Working just fine for me, anyway.
Maybe an option if you dont want a separate keybind just for sheathing