Dungeon Chest Profit and Dark Monolith Locator #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull #69... nice
Features:
Chest Profit
Despite already existing in NEU, a DSM compatible version of a dungeon chest profit tracker was highly requested (Suggestion #82, #117, #220, #242, #350, along with many before the new suggestion system)
The profit of the items within the chests is displayed in the GUI underneath the rest of the dungeon progress trackers in a style similar to that of SBE.
Prices are pulled from https://dsm.quantizr.repl.co/lowestbin.json, which comes from the Hypixel Auction API. Hot potato book, fuming potato book, and recombobulator prices are pulled from the Hypixel Bazaar API and is the average of the buy and sell offers. The repl is updated every 5 minutes, takes about 1 minute to process NBTs, and the client updates lowest BINs at most once a minute (but only after finishing a dungeon run), so the maximum delay in prices is no greater than 7 minutes.
Dark Monolith Locator
Should be self explanatory, checks if a player is in Dwarven Mines, searches a radius around 14 predetermined locations for Dark Monoliths and displays a beacon on it if found.
Should be fine with Hypixel rules because its a trash way of earning money and getting powder compared to just mining normally, and there's no dark monolith leaderboard (that I know of) so it isn't really an advantage in any category useful to progression.