Skip to main content

room.place_bot

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

Overview

  • ID: 1592
  • Header: BOT_PLACE
  • Direction: Client to Server (c2s)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Place a bot from inventory into the room

Payload fields

FieldTypeRequiredDescription
botIdint32requiredInventory ID of the bot to place.
xint32requiredTarget tile X coordinate.
yint32requiredTarget tile Y coordinate.

Behavior

Sender

Sent by the room owner to deploy a bot from their inventory into the room at a specific tile.

Receiver

The server spawns the bot in the room. Confirmed in GLADIATOR.

Notes

  • No additional notes