Transmog Wish List is a lightweight addon that allows you to create a wishlist for transmog appearances.
The wishlist can be accessed by clicking the 'Wish list' button on the bottom right of the Appearances 'Items' tab.
New items can be added to the list in one of the following ways:
- Hovering over an uncollected appearance in the Items tab, will display a star icon in the top right. Clicking this icon will toggle add/remove the appearance on your list.
- When selected a set in the Sets tab, a star icon in the top left corner will add all missing pieces of the currently selected set to your list.
- An edit box in the top right of the wish list allows you to insert the itemID from sites like Wowhead. If the itemID has multiple appearances linked to it, a menu will show up where you can choose which specific appearance you'd like to add.
Could you possibly add a keybind to add a mouseover'd transmog/item to the wishlist?
For example, this is a tooltip I might see when I examine somebody: https://prnt.sc/w5uww0
I would like to be able to press a key while viewing the tooltip, and this addon could add "Green Winter Hat" to my wishlist. If the item doesn't have a transmog applied to it, it could add the actual item to the wishlist instead.
I think this would be so cool and make it insanely easy and quick to add items that you see other people wearing when you inspect them..
Thanks for your time!
Hey.
Would it be possible to add a character-specific wish list option or perhaps some other kind of filter so that only usable gear shows up on each character?
For example, when playing my Warrior, it feels a bit pointless to see the shoulders I added to wishlist on my Mage.
Hello,
I don't know what is causing the error so I'm posting here so you can try teh check maybe?
325x TransmogWishList\TransmogWishList-8.2.0.lua:104: attempt to index field 'TWLWishButton' (a nil value)
TransmogWishList\TransmogWishList-8.2.0.lua:104: in function `UpdateAllWishButtons'
TransmogWishList\TransmogWishList-8.2.0.lua:329: in function `AddItemIDToList'
TransmogWishList\TransmogWishList-8.2.0.lua:260: in function `AddVisualIDToList'
TransmogWishList\TransmogWishList-8.2.0.lua:220: in function `LoadSaveData'
TransmogWishList\TransmogWishList-8.2.0.lua:1108: in function <TransmogWishList\TransmogWishList.lua:1098>
[C]: ?
Ace3\AceAddon-3.0\AceAddon-3.0-12.lua:70: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:65>
Ace3\AceAddon-3.0\AceAddon-3.0-12.lua:527: in function `EnableAddon'
Ace3\AceAddon-3.0\AceAddon-3.0-12.lua:620: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:605>
[C]: ?
Thanks,
Galth
In reply to Galthariel:
I had the same problem today.
I fixed it with a null check in UpdateAllWishButtons function:
I am not sure if this is the best solution but it works.
In reply to paladriel:
That works. Tks a lot :-)
In reply to paladriel:
In reply to Galthariel:
Hey, I wasn't aware this was still an issue. I didn't encounter this issue at any point while working on the last update.
Was there by any chance anything specific you were doing while this error occurred? Or do you perhaps have any other add-ons installed that interact with anything wardrobe related?
In reply to LanceDH:
BugSack was showing the error at every login
In reply to Galthariel:
I found the culprit to this issue and why I wasn't encountering it. One of your other add-on if forcing the collection frame to load before this add-on is loaded. This messes up some order of operations.
I've uploaded a new version that should fix your issue. If you made edits to the files and use the Twitch client to update, it might be marked as a 'Working Copy'. This will prevent it from updating, and you might have to force it to reinstall and possibly update.
In reply to LanceDH:
I've updated this morning and Twitch shows version 8.2.03 installed. Should I check addons folder? Tks much :-)
In reply to LanceDH:
Thanks a lot. works perfect now. I have mount/pet/toy addons that might be the issue. (Addonholic here)
this is badass. is it possible to have the star icon for weapon illusions too?
In reply to lurkemon:
Illusions aren't supported as hey work differently from items. That said, I have some spare time, so I can look into adding support for them. No promises though.
Usually when I get an item that was previously added to my Wish List I just need to go to the Wish List and it will show/tell me I got the item (s) and remove it from the list automatically. For some reason this is not happening anymore. I can add the items just fine or remove them manually only.
In reply to Galthariel44075:
So, first off, I'm 'playing' on PTR, so there could be some difference in data. That said, I've just tested it and everything seems to still work fine. I've added some items to the list, unlocked them, and when I open the wish list it marks them as collected and fade away.
So, 2 questions:
In reply to LanceDH:
1. Yes, I'm using latest version (8.1.01).
2. There are several I got it this week from quests in Eastern Plaguelands and Badlands and they just don't fade away from my wish list
In reply to Galthariel44075:
I can't seem to reproduce this issue. But, I've uploaded a new version which includes a better way of tracking unlocked appearances. Hopefully this solves your problem.
In reply to LanceDH:
Thanks however it did not fixed. I don't know if helps or not but the items that did not fade out all came from quests meaning that they were soulbound and I did not use those items at any moment. As soon I got the message that it was added to my collection I sold them without wear it. For testing purposes only what I did was to buy in AH a BoE item, wear it to get added to my collection and guess what? that particular item fade out as it should.
In reply to Galthariel44075:
Took me a while, but I found fixed the issue. I've uploaded a new version 8.1.02b which will correctly update when you unlock something through quests.
Hello,
i'm getting this error message:
3x TransmogWishList\TransmogWishList-8.0.03.lua:1013: Usage: GetItemInfo(itemID (, itemModID)|"name"|"itemlink")
[C]: in function `GetItemInfo'
TransmogWishList\TransmogWishList-8.0.03.lua:1013: in function <TransmogWishList\TransmogWishList.lua:1011>
[C]: ?
[C]: in function `SetHyperlink'
...Blizzard_UIWidgets\Blizzard_UIWidgetTemplateBase.lua:25: in function <...Blizzard_UIWidgets\Blizzard_UIWidgetTemplateBase.lua:19>
Locals:
(*temporary) = nil
But it does work as intended. Great addon!
In reply to Forge_User_02951314: