Skip to main content

group.buy

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

Overview

  • ID: 230
  • Header: GROUP_BUY
  • Direction: Client to Server (c2s)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Purchase and create a new group

Payload fields

FieldTypeRequiredDescription
namestringrequiredGroup display name.
descriptionstringrequiredGroup description text.
roomIdint32requiredBase room identifier for the group.
colorAint32requiredPrimary badge color identifier.
colorBint32requiredSecondary badge color identifier.
badgePartCountint32requiredNumber of badge part values that follow.
badgePartslist<int32>requiredFlat array of badge part values.

Behavior

Sender

Sent when the player confirms group creation after filling in all details.

Receiver

The server validates the name is available, deducts the creation cost, creates the group with the specified settings, and responds with the group purchased confirmation. Confirmed in GLADIATOR.

Notes

  • No additional notes