summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-10-31 12:45:17 +0000
committerDavid Athay <ko2fan@gmail.com>2008-10-31 12:45:17 +0000
commit3ec0d0f152be4381dc843bc1ca99f8731c8fb366 (patch)
tree46bba84f40fcffdbede12931bbc92da4f764b4ed /docs
parent8ddad761280216252953bee9467e2787aaee484e (diff)
downloadmanaserv-3ec0d0f152be4381dc843bc1ca99f8731c8fb366.tar.gz
manaserv-3ec0d0f152be4381dc843bc1ca99f8731c8fb366.tar.bz2
manaserv-3ec0d0f152be4381dc843bc1ca99f8731c8fb366.tar.xz
manaserv-3ec0d0f152be4381dc843bc1ca99f8731c8fb366.zip
Changed command system to handle commands without template magic.
Diffstat (limited to 'docs')
-rw-r--r--docs/commands.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/commands.txt b/docs/commands.txt
index 8d98cbc9..de037b67 100644
--- a/docs/commands.txt
+++ b/docs/commands.txt
@@ -16,9 +16,10 @@ The following commands could be issued in the chat window using the syntax:
They require the player to have an account level of 99 at least (AL_ADMIN).
-* reload <db> // Reloads the specifyed database.
- - db: could be "items" or "monsters"
-
+* reload // Reloads the items and monsters database.
+* level <name> <level> // Changes the Account level for the user
+ - name: the character whos account level will be changed
+ - level: the level to set it at (50 for GM, 99 for admin)
2. GM COMMANDS
--------------
@@ -65,3 +66,9 @@ the special character '#' to denote the map the admin player is on.
- duration: the amount of time the player will be banned. Can be
immediately followed by 'h' for hours and 'd' for days, minutes are assumed
otherwise.
+
+* attribute <name> <attribute> <amount> // changes a characters attributes
+ - name: the character to modify
+ - attribute: the attribute to modify
+ - amount: the amount to modify by
+