promotional bannermobile promotional banner

Gathering Profit Scanner

Organizes gathering profession items into easy to read and sort categories based off of auction house data

File Details

GatherProfitScanner-V1.0.5.zip

  • R
  • Apr 10, 2025
  • 7.20 KB
  • 48
  • 1.15.7
  • Classic

File Name

GatherProfitScanner.zip

Supported Versions

  • 1.15.7

[Version 1.0.5] - April 09, 2025
Release Type: Release

[Added]: Implemented automatic refresh of results after an Auctionator scan by listening for the AUCTION_HOUSE_BROWSE_RESULTS_UPDATED event. When Auctionator updates its auction house data, the GatherProfitScanner frame now refreshes its results immediately without requiring the user to close and reopen the frame.

[Updated]: Modified the UpdatePrices function to include a force parameter, allowing it to bypass the update throttle (UPDATE_THROTTLE) when triggered by an Auctionator scan or when opening the frame via /gpscan, ensuring the latest data is always displayed.

[Updated]: Fixed the positioning of blue separator lines under profession headers (e.g., "Fishing Items") by introducing a new object pool (separatorPool) for separator textures. Separators are now properly cleared and reused during rendering, preventing them from appearing in random spots after reopening the frame.

[Fixed]: Resolved a syntax error causing the addon to fail to load with the message 'end' expected (to close 'function' at line 1) near '<eof>'. Ensured all blocks within the pcall wrapper are properly closed, fixing the issue.

[Notes]: These changes improve the reliability of the addon by ensuring results are always up-to-date after an Auctionator scan and that the UI renders consistently without visual glitches like misplaced separator lines. The syntax fix ensures the addon loads correctly.