diff options
| author | Synful-Syn <hamecyn@gmail.com> | 2022-01-06 13:03:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 19:03:33 +0100 |
| commit | 062d83c7600cc251439ef89135321e8fe467837d (patch) | |
| tree | 3a577afab878603eef5332e5eecdbeaf5d0a4367 /docs | |
| parent | bc67427bcae0a9ee76f819b5b89956b0b44df28c (diff) | |
| download | wiki-062d83c7600cc251439ef89135321e8fe467837d.tar.gz wiki-062d83c7600cc251439ef89135321e8fe467837d.tar.bz2 wiki-062d83c7600cc251439ef89135321e8fe467837d.zip | |
Completed missing doc. about character rename (#672)
The optional last argument on `character rename` was missing from documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gm-commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gm-commands.md b/docs/gm-commands.md index a1f117f..6212cbd 100644 --- a/docs/gm-commands.md +++ b/docs/gm-commands.md @@ -71,7 +71,7 @@ Note: Some commands are working only by selecting a player or a creature. These |character deleted restore|3|`.character deleted restore #guid\$name [$newname] [#new account]`|Restores deleted characters. If $name is supplied, only characters with that string in their name will be restored, if $guid is supplied, only the character with that GUID will be restored. If $newname is set, the character will be restored with that name instead of the original one. If #newaccount is set, the character will be restored to specific account character list. This works only with one character!| |character erase|4|`.character erase $name`|Delete character $name. Character finally deleted in case any deleting options.| |character level|3|`.character level [$playername] [#level]`|Set the level of character with $playername (or the selected if not name provided) by #numberoflevels Or +1 if no #numberoflevels provided). If #numberoflevels is omitted, the level will be increase by 1. If #numberoflevels is 0, the same level will be restarted. If no character is selected and name not provided, increase your level. Command can be used for offline character. All stats and dependent values recalculated. At level decrease talents can be reset if need. Also at level decrease equipped items with greater level requirement can be lost.| -|character rename|2|`.character rename [$name]`|Mark selected in game or by $name in command character for rename at next login.| +|character rename|2|`.character rename [$character_name] [1]`|Mark selected in game or by $character_name in command character for rename at next login. Adding an `1` at the end saves the old name into the `characters.reserved_name` table and prevents accounts with GMlevel 0 from re-using said old name.| |character reputation|2|`.character reputation [$player_name]`|Show reputation information for selected player or player find by $player_name.| |character titles|2|`.character titles [$player_name]`|Show known titles list for selected player or player find by $player_name.| |cheat casttime|2|`.cheat casttime [on/off]`|Enables or disables your character's spell cast times.| |
