lohvht / mod-random-suffix

Random Suffixes for any Looted, Created or Quest Reward items
http://www.azerothcore.org
4 stars 3 forks source link

Always displayed 0 on legendary items #4

Closed Knoot closed 1 year ago

Knoot commented 1 year ago

Describe the bug Stat values for legendary items are not displayed

To Reproduce Steps to reproduce the behavior: .additem 48750 - correct .additem 49623 - incorrect

Expected behavior Displaying stat values of suffixes

Screenshots 1 2 3

Desktop (please complete the following information):

Additional context It is noticed that lowering the quality level to epic (5 -> 4) fixes the problem. When comparing items, the difference in characteristics (including suffixes) is displayed

wefgame commented 1 year ago

confirm the problem, exactly the same situation

lohvht commented 1 year ago

Hi! Thanks for writing in. I confirmed the behaviour above is expected.

Legendary items on the WoW 3.3.5 client are not supposed to have suffixes, thus when displaying on client side, the client will render the stats as 0. But the azerothcore server patch that this module provides takes care of the correct stat calculation such that stats will always take effect.

As you can see from the picture you linked earlier image

Even though stats show as 0, the comparison on the left shows the proper values, i,e, 808 Intellect. And i also believe that if you equip the item on your char, you should also get the stats.

I'm not so sure if its possible to get this fixed without extensive changes for the WoW client.

Knoot commented 1 year ago

thx