Skip to main content

user.unseen_reset_items

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 2343
  • Header: UNSEEN_RESET_ITEMS
  • Direction: Client to Server (c2s)
  • Realm: Inventory
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Mark specific unseen items as seen

Payload fields

FieldTypeRequiredDescription
categoryint32requiredInventory category the items belong to
countint32requiredNumber of item ID values that follow

Behavior

Sender

Sent to acknowledge individual items within a category as seen, rather than clearing the entire category at once.

Receiver

The server clears the unseen flag for each listed item. No response packet is sent.

Notes

  • After count, each entry is a single int32 itemId.