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. |
|||