HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 151 forks source link

Incorrect `REFINED_DARK_CACAO_TRUFFLE` completion number #648

Closed ptlthg closed 2 weeks ago

ptlthg commented 2 weeks ago

Consuming 5/5 refined dark cocoa truffles only shows up as 4 in the API.

Example: https://api.hypixel.net/v2/skyblock/profile?uuid=1242bf4593a047b5bd43f466ce36fb4c&profile=aea28ade-e98d-489e-b582-638d20e80e23 Chissl - Lime image

I'm not sure if the top number is correct, it's unclear what exactly that number represents, but the 4 is wrong.

Here are in game screenshots showing 5/5 for Chissl image image

We can also see that it's not zero indexed, because another player BinRich has 4/5 which shows correctly as 4 in the API. https://api.hypixel.net/v2/skyblock/profiles?uuid=c3346bb897504113ad5d1c9ab694cee7&profile=c3346bb8-9750-4113-ad5d-1c9ab694cee7

image

I personally just consumed a single truffle, and have a 1 in the API https://api.hypixel.net/v2/skyblock/profiles?uuid=7da0c47581dc42b4962118f8049147b7&profile=7da0c47581dc42b4962118f8049147b7 image

ConnorLinfoot commented 2 weeks ago

You should report this issue as a SkyBlock bug at https://hypixel.net/bug-reports/create, the API exposes profile data directly stored in SkyBlock, so this is not an API issue.

ptlthg commented 2 weeks ago

the API exposes profile data directly stored in SkyBlock, so this is not an API issue.

Sorry that this is the second issue I've opened recently that you've had to give this reply to, it's hard to tell where this issue is happening from an external POV.

There was previously the same problem with #639, so I thought this was the same scenario. I'll report it through the link you sent as well.