Skip to main content

forum.post_message

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

Overview

  • ID: 3529
  • Header: FORUM_POST_MESSAGE
  • Direction: Client to Server (c2s)
  • Realm: Groups & Forums
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Post a message in a forum thread

Payload fields

FieldTypeRequiredDescription
groupIdint32requiredGroup identifier.
threadIdint32requiredThread identifier (0 to create a new thread).
subjectstringrequiredMessage subject (used for new threads).
messagestringrequiredMessage body text.

Behavior

Sender

Sent when the player submits a reply to an existing thread.

Receiver

The server creates the message, adds it to the thread, and broadcasts it to all viewers. If threadId is 0, a new thread is created instead. Confirmed in GLADIATOR.

Notes

  • No additional notes