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

[BUG] Some unequippable items showing as learnable #23

Open
eTzmNcbkrng opened this issue Feb 2, 2023 · 0 comments
Open

[BUG] Some unequippable items showing as learnable #23

eTzmNcbkrng opened this issue Feb 2, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@eTzmNcbkrng
Copy link
Owner

Warrior is being prompted to learn a Wand appearance.
Issue appears to be caused by the tooltip scanner not returning expected values.

local r, g, b = _G[tooltipName.."TextRight"..i]:GetTextColor();

This line should return values of 1, .125, .125 for r, g, b respectively but it is returning 1, 1, 1.
The function is working as expected for other lines in the tooltip.

f7fb4d9 was an attempt to fix this issue but it had the unintended consequence of making any armor that a player can wear show up, eg. Leather for Warriors, which is technically correct but does not grant the appearance when equipping.

@eTzmNcbkrng eTzmNcbkrng added bug Something isn't working help wanted Extra attention is needed labels Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant