Skip to main content

marketplace.buy_result

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

Overview

  • ID: 2032
  • Header: MARKETPLACE_AFTER_ORDER_STATUS
  • Direction: Server to Client (s2c)
  • Realm: Economy & Trading
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the result of a Marketplace purchase

Payload fields

FieldTypeRequiredDescription
resultint32requiredPurchase result code (1=success, 2=sold out, 3=price changed).
newOfferIdint32requiredNew offer ID if the offer was updated.
newPriceint32requiredUpdated price if the offer changed.
requestedOfferIdint32requiredOriginal offer ID that was requested.

Behavior

Sender

Sent after a buy-offer request is processed.

Receiver

The client shows a success or failure notification and updates the player's credit balance.

Notes

  • No additional notes