Aller au contenu
Afficher dans l'application

Une meilleure façon de naviguer. En savoir plus.

Asterobot

Une application plein écran sur votre écran d'accueil avec notifications push, badges et plus encore.

Pour installer cette application sur iOS et iPadOS
  1. Appuyez sur Icône de partage dans Safari
  2. Faites défiler le menu et appuyez sur Ajouter à l'écran d'accueil.
  3. Appuyez sur Ajouter dans le coin supérieur droit.
Pour installer cette application sur Android
  1. Appuyez sur le menu à trois points (⋮) dans le coin supérieur droit du navigateur.
  2. Appuyez sur Ajouter à l'écran d'accueil ou Installer l'application.
  3. Confirmez en appuyant sur Installer.

ChatChannelMessageRequest

(0 notes)
  • summary: Says something on a chat channel. This is the message a script sends to talk.
  • area: Game.Chat
  • confidence: 0.80

Says something on a chat channel. This is the message a script sends to talk.

  • Kind request
  • Area Game.Chat
  • Named by beta, gamemapping

Talk on a channel. The server echoes your own line back as ChatChannelMessageEvent, so do not render it locally - wait for the echo, as the client does.

channel DECIDES WHO HEARS YOU AND IT IS EASY TO GET WRONG. It has no explicit presence, so leaving it unset does not mean "default channel" in any safe sense: it means the enum's zero value, which is Channel.GLOBAL - the loudest channel in the game. Set it deliberately every time.

TO WHISPER ONE PERSON, THIS IS THE WRONG MESSAGE. Use ChatPrivateMessageRequest.

metadata carries rich attachments - item and monster-group links - and stays present but empty for an ordinary line. The visible words always go in content; the link data rides alongside so the recipient's client can render and hover it.

Chat is the most visible thing a script does. Rate, timing and repetition here are what a human moderator looks at first.

When you may send it

  • Requires character_loaded observed
  • Raised by: the player types a line in the chat window and presses enter observed

Related messages

  • You will then receive ChatChannelMessageEvent observed — the server echoes the line back to the sender as well as to everyone else on the channel

Fields

#FieldTypeMeaningYou set it
2channelChannelWhich channel to say it on.
A Channel value.
NO EXPLICIT PRESENCE: unset means the zero value, Channel.GLOBAL, not 'unspecified'.
required
3contentstringThe text being said.
The only string the message carries.
required
4metadataMetadataRich content attached to the line - item and monster-group links.
Present but empty for an ordinary text message. See Metadata.
optional

Recovered with score 185, confidence 0.80, margin 185 over the runner-up. A margin close to the score means nothing else came near; a thin margin means a decoy nearly won. Members recovered: 3 of 5.

Commentaires des utilisateurs

Aucun avis à afficher.

Compte

Navigation

Recherche

Recherche

Configurer les notifications push du navigateur

Chrome (Android)
  1. Appuyez sur l'icône de cadenas à côté de la barre d'adresse.
  2. Tap Autorisations → Notifications.
  3. Ajustez vos préférences.
Chrome (Desktop)
  1. Cliquez sur l'icône représentant un cadenas dans la barre d'adresse..
  2. Select Paramètres du site.
  3. Find Notifications et ajustez vos préférences.