Add saved outfits to Quickdraw - #1851
Open
sgtoj wants to merge 1 commit into
Open
Conversation
sgtoj
marked this pull request as ready for review
August 30, 2026 18:21
sgtoj
force-pushed
the
feature/quickdraw-outfits
branch
4 times, most recently
from
September 1, 2026 11:27
173ac9b to
3b95626
Compare
Transmog outfits -- Midnight's saved looks, not the Equipment Manager's gear sets -- become Quickdraw entries: a picker category, a palette preset, and a secure type="outfit" action. Slots store the outfitID rather than the position the secure action takes, because that position shifts on every add, delete and reorder. ResolveAction converts at push time and TRANSMOG_OUTFITS_CHANGED re-pushes, so a cell's index is never older than the last reorder. That event is registered only while Quickdraw is enabled.
sgtoj
force-pushed
the
feature/quickdraw-outfits
branch
from
September 2, 2026 12:37
3b95626 to
da4e945
Compare
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds Midnight saved transmog outfits to Quickdraw.
Quickdraw can now add an individual outfit from an Outfits picker category or create an Action Menu from the Outfits preset. Each entry uses the saved outfit's own name and icon, with a generic transmogrifier icon as a fallback.
Outfit entries store Blizzard's stable outfit ID and resolve their current player-facing index when secure actions are pushed. This prevents a reordered outfit list from applying the wrong outfit.
How was it tested?
Screenshots
Checklist
HookScript/hooksecurefunconly, neverSetScripton Blizzard frames