Programming Game

  • Game
  • Resources
  • Docs

Unique Items Have Been Removed

September 30, 2025 - v0.5.0

Unique Items Have Been Removed

We've finally removed the unique item bits from the game. Before doing so we ensured that no one had any unique items in their inventory. Additionally, we've made some minor updates to party mechanics and have hidden inactive player corpses.

New Features

  • It's now possible to decline a party invite via declinePartyInvite

Breaking Changes

  • Unique items have been fully removed.
    • All item/equipment signatures have been updated.
    • These were previously deprecated in favor of the simpler spellbook mechanic.
  • Intents of type setSpellStones are no longer being processed by the server.

Miscellaneous

  • Player corpses more than an hour old will no longer be visible.
    • This is mainly to prevent corpses from piling up near the spawn point, but it also adds pressure to resurrect players quickly.
  • The updatedParty event is now deprecated.
    • A new v2 version is available with a similar payload, but the client handles it differently.
    • The old version will continue to fire until all clients are updated.

Bug Fixes

  • Party invites will no longer duplicate when sent multiple times.
  • Party invites will now be removed if the inviting player joins another party before you accept.
  • Party membership is now updated for all nearby players as they join parties.