Chat-Command: Difference between revisions

From FHX Wiki
No edit summary
Line 1: Line 1:
A '''chat-command''' can be executed within the in-game chat by typing the particular command into the chat and submit it. Chat-commands enable the player (or the [[Game Master|game masters]]) to access special game functionalities that do not have or need UI elements.
A '''chat-command''' can be executed within the in-game chat by typing the particular command into the chat and submit it. Chat-commands enable the player (or the [[Game Master|game masters]]) to access special game functionalities that do not have or need UI elements.


Usually, chat-commands start with a special prefix character (e.g. "<span style="background-color:#AAA;padding:2px;">/</span>" or "<span style="background-color:#AAA;padding:2px;">\</span>"), which tells the chat to not actually send readable text to the other players, but execute a command instead. The prefix is followed by the command (or command-name) itself and possible command arguments, which are different for each particular command.
Usually, chat-commands start with a special '''prefix character''' (e.g. "<span style="background-color:#AAA;padding:2px;">'''/'''</span>" or "<span style="background-color:#AAA;padding:2px;">'''\'''</span>"), which tells the chat to not actually send readable text to the other players, but execute a command instead. The prefix is directly followed by the command (or command-name) itself and then possibly followed by a leading space ("<span style="background-color:#AAA;padding:2px;"> </span>") and command arguments, which are different for each particular command and are self each separated by one space ("<span style="background-color:#AAA;padding:2px;"> </span>").


With few exceptions, the output/result/effect of the command is only directly visible to the executing player himself/herself, either directly within the chat or by other client behaviors.
With few exceptions, the output/result/effect of the command is only directly visible to the executing player himself/herself, either directly within the chat or by other client behaviors.


Example: <span style="background-color:#AAA;padding:2px;">'''''/command''' argument1 argument2 argumentN''</span>
Example:
<span style="background-color:#AAA;padding:2px;">'''''/<command>''' <argument1> <argument2> ... <argumentN>''</span>
 
Example:
<span style="background-color:#AAA;padding:2px;">'''''/teleport''' RandomCharacter42 25300 4012''</span>


== Available commands ==
== Available commands ==
Line 11: Line 15:
|+ Player chat commands
|+ Player chat commands
|-
|-
! Prefix !! Command !! Arguments !! Description
! Prefix !! Command !! Arguments !! Example !! Description
|-
|-
| \ || rates || n/a || List the currently active XP/Drop/etc. multipliers
| \ || rates || n/a || <span style="background-color:#AAA;padding:2px;">\rates</span> || List the currently active XP/Drop/etc. multipliers
|}
|}

Revision as of 17:16, 4 June 2024

A chat-command can be executed within the in-game chat by typing the particular command into the chat and submit it. Chat-commands enable the player (or the game masters) to access special game functionalities that do not have or need UI elements.

Usually, chat-commands start with a special prefix character (e.g. "/" or "\"), which tells the chat to not actually send readable text to the other players, but execute a command instead. The prefix is directly followed by the command (or command-name) itself and then possibly followed by a leading space (" ") and command arguments, which are different for each particular command and are self each separated by one space (" ").

With few exceptions, the output/result/effect of the command is only directly visible to the executing player himself/herself, either directly within the chat or by other client behaviors.

Example: /<command> <argument1> <argument2> ... <argumentN>

Example: /teleport RandomCharacter42 25300 4012

Available commands

Player chat commands
Prefix Command Arguments Example Description
\ rates n/a \rates List the currently active XP/Drop/etc. multipliers