azerothcore / mod-transmog

Plug&Play transmog module for AzerothCore, based on Rochet2 works
https://github.com/azerothcore/mod-transmog/blob/master/README.md
GNU Affero General Public License v3.0
119 stars 143 forks source link

Suggestions on Legion-style appearance collection system. #111

Closed zxnhrdz closed 2 months ago

zxnhrdz commented 1 year ago

If the profile is enabled Transmogrification.UseCollectionSystem=1

Because there are too many items collected, it is necessary to use the fitting room to browse the effects of the items and equipment. But at present, the system has no try-on function, and I hope to improve it. thank you!

image

Nyeriah commented 1 year ago

This can't be achieved with the current gossip implementation, because you can't click links in gossip chat bubbles.

zxnhrdz commented 1 year ago

Thank you, it's done very well.

ZhengPeiRu21 commented 1 year ago

There may be a possibility to use a vendor UI to display the items, which would allow for previewing, but this would requiring re-writing much of the module, so no one has work on it yet: https://github.com/azerothcore/mod-transmog/issues/43

In the meantime, this addon will allow you to see your collection and preview all appearances, though it is separate from the transmog vendor UI: https://github.com/ZhengPeiRu21/transmog-addons

zxnhrdz commented 1 year ago

There may be a possibility to use a vendor UI to display the items, which would allow for previewing, but this would requiring re-writing much of the module, so no one has work on it yet: #43

In the meantime, this addon will allow you to see your collection and preview all appearances, though it is separate from the transmog vendor UI: https://github.com/ZhengPeiRu21/transmog-addons

Your reply is very helpful to me, thank you!