azerothcore / acore-cms

ACore CMS based on Wordpress
https://www.azerothcore.org/acore-cms/
50 stars 33 forks source link

Enable Transmogrification item #107

Closed Helias closed 2 years ago

Helias commented 2 years ago

Add a service to sell the transmogrification of (new) items that the players do not have -> this requries mod-transmog

In the website we need to implement a way to insert a valid ItemEntry to use for transmog.

The SOAP command that will be executed for this service will be: .transmog characterGuid itemEntry -> this requires https://github.com/azerothcore/mod-transmog/issues/75 (may we can ignore it during the web development)

Moreover, I would like to show the item dressed in a character of the current account logged-in with a 3D viewer -> this requires https://github.com/azerothcore/acore-cms/issues/105

Helias commented 2 years ago

mockup

image

Helias commented 2 years ago

https://github.com/azerothcore/mod-transmog/pull/84