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
117 stars 144 forks source link

Limited to 15 sites only #183

Open justin-kaufmann opened 1 week ago

justin-kaufmann commented 1 week ago

Heyo,

I want to report the issue, that if you have too much TMOG-Items obtained, the pagelimit is 15 sites only. This is for example the case when you allow transmogging to other weapontypes / armortypes than usually allowed. It would be cool if theres no page-limitation to find all obtained TMOG-Items. This issue is related to the vendor interface.

Greetings Miriton

Nyeriah commented 1 week ago

Wrath client is limited to 15 pages only

justin-kaufmann commented 5 days ago

Okay, thank you for explanation.

So this means, we need a clientside patch for this issue, right?

Greetings

Miriton

Nyeriah commented 5 days ago

Or we need to somehow be able to search for the items we need, I think there is item sorting in place already, I am not sure

justin-kaufmann commented 5 days ago

Yea, a search option would be cool and helpful.

But then there's another problem.

It's tricky.

Greetings

Miriton