Skip to main content

furniture.rentable_furni_offer

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

Overview

  • ID: 35
  • Header: RENTABLE_FURNI_RENT_OR_BUYOUT_OFFER
  • Direction: Server to Client (s2c)
  • Realm: Subscription & Offers
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver a rentable furniture rent or buyout offer

Payload fields

FieldTypeRequiredDescription
productCodestringrequiredProduct code of the rentable furniture.
dayPriceint32requiredDaily rental price in credits.
totalPriceint32requiredFull buyout price in credits.
extendbooleanrequiredTrue if this is an extension offer for an existing rental.
buyoutbooleanrequiredTrue if buyout is available.
actAsOwnerbooleanrequiredTrue if the user acts as the owner of the rented space.

Behavior

Sender

Sent when the user requests rental/buyout details for a rentable furniture item.

Receiver

The client shows the offer details and pricing. Confirmed in GLADIATOR.

Notes

  • No additional notes