Skip to main content

user.save_wardrobe_outfit

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

Overview

  • ID: 800
  • Header: SAVE_WARDROBE_OUTFIT
  • Direction: Client to Server (c2s)
  • Realm: User & Profile
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Save an outfit to a wardrobe slot

Payload fields

FieldTypeRequiredDescription
slotIdint32requiredWardrobe slot index (1-based) to save the outfit into
lookstringrequiredFull Nitro figure code string for the outfit
genderstringrequiredGender code: M for male, F for female

Behavior

Sender

Sent when the user saves the current avatar look into a specific wardrobe slot. The server overwrites any existing outfit in that slot.

Receiver

The server persists the outfit data for the slot. No explicit response packet is sent; the client updates its local wardrobe model optimistically.

Notes

  • No additional notes