HypixelDev/PublicAPI

Combo Duels hits/swings bugged.

Closed this issue · 3 comments

Dueel commented

When trying to make a command using the duels endpoint specially combo duels, it seems like the the endpoints for Hits & Swings for combo are a bit different as some/many hits are not counted as swings.

Example one (qukc Number 1 Combo Duels Player):
image

Example two (Shaidynn):
image

Endpoints in question:

{
"player": {
    "stats": {
        "Duels": {
            "combo_duel_melee_swings": 3686586,
            "combo_duel_melee_hits": 2438041,
            },
        },
    },
}

This might be a issue with out Duels endpoints but this is the only once I have checked.

Issues like this are usually redirected to https://hypixel.net/forums/server-bug-reports.35/ . API just returns the data in the database. If it's counted wrong, it's a game bug.

Dueel commented

Issues like this are usually redirected to https://hypixel.net/forums/server-bug-reports.35/ . API just returns the data in the database. If it's counted wrong, it's a game bug.

Yeah probably, should have considered that first. It is a game bug & seems to be a old bug but I'll leave this up for the moment being but I'll also report it on their website.

As mentioned already this is not a bug with the API as it just reports stats from the players game data.