Suggestion: Dungeon metadata #43
inglettronald
started this conversation in
Ideas and Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a more open ended suggestion/conversation for some things that Hypixel Mod API could add to supplement the dungeon experience. A lot of these suggestions reside in the gray area, I know, but it's worth bringing up in conversation. Hypixel hasn't made any statement against the use of these features (that I'm aware of), and their use are very widespread (not just in the cheater communities).
Attributing map decorations to players
This is something that could either be implemented via the map packet you're already sending, or by sending something custom through the mod API.
Secret metadata
Some mods with secret waypoints may use similar cross-client communication to provide information about how many and which secrets have been obtained in each room. This is primarily used for the popular "Secret Waypoints".
Puzzles
Puzzles generally take longer to complete then most other rooms, so a lot of the clear revolves around understanding where on the map to be and how much to prioritize entering each puzzle. I wanted to briefly talk about a puzzle-specific idea because of the importance of this room.
Score
The scoreboard does this already, but it assumes that you haven't completed blood/boss before you enter. This muddies the waters and makes a mod developer have to re-calculate this again on their own. This honestly is likely more appropriate as a bug report, but I think it's worth mentioning here.
Beta Was this translation helpful? Give feedback.
All reactions