Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmog appareance collection #108

Open
Helias opened this issue Mar 31, 2022 · 0 comments
Open

Transmog appareance collection #108

Helias opened this issue Mar 31, 2022 · 0 comments

Comments

@Helias
Copy link
Member

Helias commented Mar 31, 2022

Add in the wordpress administration panel of the user, next-to the Characters, a panel for "Transmog Collections".

It should show the collection items per account and, selecting a character and an item of the saved ones, the 3D character viewer with the related item selected.

Structure table for retrieving the item per account_id:

SQL
CREATE TABLE IF NOT EXISTS `custom_unlocked_appearances` (
    `account_id`       int(10) unsigned      NOT NULL,
    `item_template_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
    PRIMARY KEY (`account_id`, `item_template_id`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8;

Mockup example:
image

I would like to replace the "ITEM" with some good item list in a OR better, something like the picture below. related to https://github.com/azerothcore/mod-transmog/pull/72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant