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

Item Comparisons Bug #1369

Open
nonameform opened this issue Nov 20, 2024 · 3 comments
Open

Item Comparisons Bug #1369

nonameform opened this issue Nov 20, 2024 · 3 comments

Comments

@nonameform
Copy link

WoWScrnShot_111924_141024

This is more of a funny bug than a game-breaking one, but I have noticed in the past that some items had wrong values compared. I believe it was the case with +5 Stamina enchant on boots that made comparisons wrong since there were double Stamina stats on the tooltip. As such pfUI compared first Stamina stat (from enchant) to the one on the other boots and the next comparison was with second Stamina (from the item). The third stat (Agility or w/e) wasn't compared at all.

Let's say I had two items:
200 Armor
+10 Stamina
+10 Agility

190 Armor
+5 Stamina (enchant)
+7 Stamina
+7 Agility

The comparison looked like:
200 Armor (+10)
+10 Stamina (+5)
+10 Agility (+3)

190 Armor (-10)
+5 Stamina (-5)
+7 Stamina (-3)
+7 Agility

@nonameform
Copy link
Author

изображение

An illustration of the issue described above.

@nonameform
Copy link
Author

Also.

изображение

@shagu
Copy link
Owner

shagu commented Nov 23, 2024

Urgs... I should have never merged that PR...
I will see if I fix it, flag it experimental or remove it entirely.
Thanks for your report.

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

2 participants