Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SkyBlock's Skills resource receives "fake" updates #269

Open
cow-mc opened this issue Jun 23, 2020 · 1 comment
Open

SkyBlock's Skills resource receives "fake" updates #269

cow-mc opened this issue Jun 23, 2020 · 1 comment
Labels
api This issue relates to the Hypixel Public API itself bug skyblock

Comments

@cow-mc
Copy link

cow-mc commented Jun 23, 2020

I have noticed that on the SkyBlock skills resource endpoint some "fake" updates appear quite frequently:

These two things are changed back and forth every few days without any changes beyond that:

  • Sea Creature names and
  • Skill unlock tier numerals.

The fields "lastUpdated" and (SkyBlock) "version" are also increased - but apart from the two "fake" updates mentioned, nothing changes.

1) Sea Creature names get hidden or revealed

Sometimes only like 3 sc names get revealed or hidden (get replaced by ???), sometimes almost all of them get swapped.

>>> version 0.7.457
"level": 13,
"totalExpRequired": 32425,
"unlocks": [
    "??? Sea Creature",
    "??? Sea Creature",
    "Treasure Hunter XIII   Increases the chance to find treasure when fishing by 2.4➜2.6%.",
    "+2 HP ❤ Health",
    "+1,100 Coins"
]
>>> version 0.7.458
"level": 13,
"totalExpRequired": 32425,
"unlocks": [
    "Grinch Sea Creature",
    "Catfish Sea Creature",
    "Treasure Hunter XIII   Increases the chance to find treasure when fishing by 2.4➜2.6%.",
    "+2 HP ❤ Health",
    "+1,100 Coins"
]

2) Roman and Arabic numerals get swapped

When this change happens, all of the numbers for skill unlock tiers get changed (in this example Brewer XIVBrewer 14.

>>> version 0.7.458
"level": 14,
"totalExpRequired": 47425,
"unlocks": [
    "Brewer XIV   Potions that you brew have a 13➜14% longer duration.",
    "+1 ✎ Intelligence",
    "+1,200 Coins"
]
>>> version 0.7.459 (current version as of writing this)
"level": 14,
"totalExpRequired": 47425,
"unlocks": [
    "Brewer 14   Potions that you brew have a 13➜14% longer duration.",
    "+1 ✎ Intelligence",
    "+1,200 Coins"
]
@ConnorLinfoot ConnorLinfoot added the api This issue relates to the Hypixel Public API itself label May 10, 2021
@mdashlw
Copy link
Contributor

mdashlw commented Oct 21, 2021

Still relevant, also affects achievements. I'm getting these diffs:

  {
    "kind": "E",
    "path": [
      "achievements",
      "tntgames",
      "one_time",
      "PRO_SURFER",
      "description"
    ],
    "lhs": "Use Hydro wizards’ defense wand while standing in water",
    "rhs": "Use Hydro wizards�� defense wand while standing in water"
  }
  {
    "kind": "E",
    "path": [
      "achievements",
      "tntgames",
      "one_time",
      "PRO_SURFER",
      "description"
    ],
    "lhs": "Use Hydro wizards�� defense wand while standing in water",
    "rhs": "Use Hydro wizards’ defense wand while standing in water"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api This issue relates to the Hypixel Public API itself bug skyblock
Development

No branches or pull requests

3 participants