Skip to content
Discussion options

You must be logged in to vote

Found it, and it's fixed — thank you, this was a real bug with a clean cause.

EQBuddy has three loot auto-checkers: Sky, Epic, and the Gear wishlist. All three have to cope with the fact that the log prints upgraded items with their tier (Azure Ring +1) while every catalog — sky, epic, gear, the wiki — stores the base name (Azure Ring).

Epic and Gear both folded that suffix away before matching. Sky compared the raw string. So the exact same loot line ticked a gear wish and an epic step, and silently skipped the sky row that wanted the same item. Your Warrior row never stood a chance.

Sky now folds the suffix on both sides, like its siblings. Tests cover +1, double-digit tiers like +12, a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bjstrange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants