complete implementation of $checkchar and make slot count configurable; closes #645

This commit is contained in:
Martin Michelsen
2025-05-26 21:55:19 -07:00
parent 33b0ab3ed3
commit 5f4d2ec891
5 changed files with 92 additions and 31 deletions
+1 -1
View File
@@ -602,7 +602,7 @@ Some commands only work for clients not in proxy sessions. The chat commands are
* `$savechar <slot>`: Save your current character data on the server in the specified slot. See the [server-side saves section](#server-side-saves) for more details.
* `$loadchar <slot>`: Save your current character data on the server in the specified slot. See the [server-side saves section](#server-side-saves) for more details.
* `$bbchar <username> <password> <slot>`: Save your current character data on the server in a different account's BB character slots. See the [server-side saves section](#server-side-saves) for more details.
* `$checkchar <slot>`: Tells you basic information about a server-side character previously saved using `$savechar`.
* `$checkchar [slot]`: Tells you basic information about a server-side character previously saved using `$savechar`. If `slot` is not given, tells you which slots are used and which are free.
* `$deletechar <slot>`: Deletes a server-side character previously saved using `$savechar`.
* `$edit <stat> <value>`: Modify your character data. See the [using $edit](#using-edit) section for details.