File Details
Gear Viewer
- R
- May 6, 2026
- 10.46 KB
- 18
- 12.0.5
- Retail
File Name
GearViewer.zip
Supported Versions
- 12.0.5
Added The Ability To Scroll Through Pages
Scroll up → goes to the previous page of characters
Scroll down → goes to the next page of characters
Works anywhere on the panel (the main frame, the gear grid, and the header area all respond to the wheel)
Automatically disables itself when all characters fit on one page (≤10 chars), so it won't interfere with anything else
Bug Fix
The fallback to saved data reads from GearViewerCharDB.gear (the per-char DB), but then immediately overwrites it on line 137 — so on retry #2, savedGear is already the bad data from retry #1, losing the original good values.
hasZero = true is only set when the saved-data fallback also fails — but the slot still gets written with effectiveLevel = 0 into gear, which then becomes the new "saved" data for the next retry, corrupting it permanently.