summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-22 21:24:15 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-22 21:24:15 +0000
commit3aaaaa86887209c21dd16875e3e39237e953db2e (patch)
tree0955cd55310cef6906a55df4b54f7bb80f68c812 /doc
parent84e9ef0a41ed928bef65322a555e5374953ccb06 (diff)
downloadhercules-3aaaaa86887209c21dd16875e3e39237e953db2e.tar.gz
hercules-3aaaaa86887209c21dd16875e3e39237e953db2e.tar.bz2
hercules-3aaaaa86887209c21dd16875e3e39237e953db2e.tar.xz
hercules-3aaaaa86887209c21dd16875e3e39237e953db2e.zip
- Removed some mail config settings and atcommands not required anymore.
- Added documentation for script commands: openmail and homshuffle. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11554 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 8566fbf9c..6d9213b5e 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6087,5 +6087,23 @@ server and the egg will disappear when anyone tries to hatch it.
---------------------------------------
+*openmail;
+
+This will open a character's Mail window on the client connected to the
+invoking character.
+
+ mes "Close this window to open your mail inbox.";
+ close2;
+ openmail;
+ end;
+
+---------------------------------------
+
+*homshuffle
+
+This will recalculate the homunculus stats acording to its level, of the
+current invoking character.
+
+---------------------------------------
Whew.
That's about all of them.