Stendhal/manual/user commands: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Misc: List "help" command |
imported>AntumDeluge →GM Commands: List common GM commands |
||
| Line 96: | Line 96: | ||
Commands that can be used by game masters. |
Commands that can be used by game masters. |
||
=== Support === |
|||
; <code>/supportanswer <nowiki><player> <message></nowiki></code> |
|||
: Replies to a support question. Replace <nowiki><message></nowiki> with $faq, $faqsocial, $ignore, $faqpvp, $wiki, $knownbug, $bugstracker, $rules, $notsupport or $spam shortcuts if desired. |
|||
=== Chatting === |
|||
; <code>/tellall <nowiki><message></nowiki></code> |
|||
: Send a private message to all logged-in players. |
|||
=== Player Controls === |
|||
; <code>/teleportto <nowiki><name></nowiki></code> |
|||
: Teleport yourself near the specified player or NPC. |
|||
; <code>/teleclickmode</code> |
|||
: Makes you teleport to the location you double click. |
|||
; <code>/ghostmode</code> |
|||
: Makes yourself invisible and intangible. |
|||
; <code>/invisible</code> |
|||
: Toggles whether or not you are invisible to creatures. |
|||
=== Entity Manipulation === |
|||
; <code>/teleport <nowiki><player> <zone> <x> <y></nowiki></code> |
|||
: Teleport the specified player to the given location. |
|||
; <code>/alter <nowiki><player> <attrib> <mode> <value></nowiki></code> |
|||
: Alter stat <code>attrib</code> of <code>player</code> by the given amount; <code>mode</code> can be ADD, SUB, SET or UNSET. See <code>/gmhelp</code> alter for details. |
|||
; <code>/altercreature <nowiki><id> name;atk;def;hp;xp</nowiki></code> |
|||
: Change values of the creature. Use - as a placeholder to keep default value. Useful in raids. |
|||
; <code>/alterquest <nowiki><player> <questslot> <value></nowiki></code> |
|||
: Update the <code>questslot</code> for <code>player</code> to be <code>value</code>. |
|||
; <code>/summon <nowiki><creature|item> [x] [y]</nowiki></code> |
|||
: Summon the specified item or creature at co-ordinates <x>, <y> in the current zone. |
|||
; <code>/summonat <nowiki><player> <slot> [amount] <item></nowiki></code> |
|||
: Summon the specified item into the specified slot of <code>player</code>; <code>amount</code> defaults to 1 if not specified. |
|||
=== Misc === |
|||
; <code>/gmhelp [alter|script|support]</code> |
|||
: Show help information for game masters. |
|||
: Arguments: |
|||
:* <code>alter|script|support</code> : Show more detailed information for category. |
|||
; <code>/adminnote <nowiki><player> <note></nowiki></code> |
|||
: Logs a note about player. |
|||
; <code>/adminlevel <nowiki><player> [<newlevel>]</nowiki></code> |
|||
: Display or set the adminlevel of the specified player. |
|||
; <code>/jail <nowiki><player> <minutes> <reason></nowiki></code> |
|||
: Imprisons the player for a given length of time. |
|||
; <code>/jailreport [player]</code> |
|||
: List the jailed players and their sentences. |
|||
; <code>/gag <nowiki><player> <minutes> <reason></nowiki></code> |
|||
: Gags the player for a given length of time (player is unable to send messages to anyone). |
|||
; <code>/ban <nowiki><character> <hours> <reason></nowiki></code> |
|||
: Bans the account of the character from logging onto the game server or website for the specified amount of hours (-1 till end of time). |
|||
; <code>/script <nowiki><scriptname></nowiki></code> |
|||
: Load (or reload) a script on the server. See <code>/gmhelp</code> script for details. |
|||
; <code>/inspect <nowiki><player></nowiki></code> |
|||
: Show complete details of <code>player</code>. |
|||
; <code>/destroy <nowiki><entity></nowiki></code> |
|||
: Destroy an entity completely. |
|||
Revision as of 10:31, 31 May 2018
Stendhal Manual
Description
All user commands can be invoked with a forward slash ("/") followed by the command name & any arguments.
Player Commands
Commands that can be used by all players.
Chatting
- /me <action>
- Show an emote message about what you are doing.
- /tell <player> <message>
- Sends a private message to <player>.
- /answer <message>
- Sends a private message to the last player who sent a message to you.
- // <message>
- Sends a private message to the last player you sent a message to.
- /storemessage <player> <message>
- Stores a private message to deliver for an offline <player>.
- /support <message>
- Ask an administrator for help.
- /who
- List all players currently online.
- /where <player>
- Show the current location of <player>.
- /sentence <text>
- Writes the sentence that appears on Website.
Item Manipulation
- /drop [quantity] <item>
- Drop a certain number of an item.
- /markscroll <text>
- Mark your empty scroll and add a text label.
Buddies and Enemies
- /add <player>
- Add <player> to your buddy list.
- /remove <player>
- Remove <player> from your buddy list.
- /ignore <player> [<minutes>|*|- [<reason...>]]
- Add <player> to your ignore list.
- /ignore
- Find out who is on your ignore list.
- /unignore <player>
- Remove <player> from your ignore list.
Status
- /away <message>
- Set an away message.
- /away
- Remove away status.
- /grumpy <message>
- Set a message to ignore all non-buddies.
- /grumpy
- Remove grumpy status.
- /name <pet> <name>
- Give a name to your pet.
- /profile [<name>]
- Opens a player profile page on stendhalgame.org.
Player Control
- /clickmode
- Switches between single click mode and double click mode.
- /walk
- Toggles autowalk.
- /stopwalk
- Disables autowalk.
Client Settings
- /mute
- Mute or unmute sounds.
- /volume [name <value>]
- Lists or sets the volume for sound and music.
Misc
- /info
- Find out what the current server time is.
- /clear
- Clear chat log.
- /help
- Show help information.
GM Commands
Commands that can be used by game masters.
Support
/supportanswer <player> <message>- Replies to a support question. Replace <message> with $faq, $faqsocial, $ignore, $faqpvp, $wiki, $knownbug, $bugstracker, $rules, $notsupport or $spam shortcuts if desired.
Chatting
/tellall <message>- Send a private message to all logged-in players.
Player Controls
/teleportto <name>- Teleport yourself near the specified player or NPC.
/teleclickmode- Makes you teleport to the location you double click.
/ghostmode- Makes yourself invisible and intangible.
/invisible- Toggles whether or not you are invisible to creatures.
Entity Manipulation
/teleport <player> <zone> <x> <y>- Teleport the specified player to the given location.
/alter <player> <attrib> <mode> <value>- Alter stat
attribofplayerby the given amount;modecan be ADD, SUB, SET or UNSET. See/gmhelpalter for details.
/altercreature <id> name;atk;def;hp;xp- Change values of the creature. Use - as a placeholder to keep default value. Useful in raids.
/alterquest <player> <questslot> <value>- Update the
questslotforplayerto bevalue.
/summon <creature|item> [x] [y]- Summon the specified item or creature at co-ordinates <x>, <y> in the current zone.
/summonat <player> <slot> [amount] <item>- Summon the specified item into the specified slot of
player;amountdefaults to 1 if not specified.
Misc
/gmhelp [alter|script|support]- Show help information for game masters.
- Arguments:
alter|script|support: Show more detailed information for category.
/adminnote <player> <note>- Logs a note about player.
/adminlevel <player> [<newlevel>]- Display or set the adminlevel of the specified player.
/jail <player> <minutes> <reason>- Imprisons the player for a given length of time.
/jailreport [player]- List the jailed players and their sentences.
/gag <player> <minutes> <reason>- Gags the player for a given length of time (player is unable to send messages to anyone).
/ban <character> <hours> <reason>- Bans the account of the character from logging onto the game server or website for the specified amount of hours (-1 till end of time).
/script <scriptname>- Load (or reload) a script on the server. See
/gmhelpscript for details.
/inspect <player>- Show complete details of
player.
/destroy <entity>- Destroy an entity completely.