- Removed some mail config settings and atcommands not required anymore.

- Added documentation for script commands: openmail and homshuffle.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11554 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
zephyrus 2007-10-22 21:24:15 +00:00
parent 3b09f5af15
commit baa7b210d9
5 changed files with 24 additions and 24 deletions

View File

@ -9,6 +9,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
* Added the new mail system implementation (Requires more test and
optimizations) [Zephyrus]
- Updated the mail DB structure.
* Removed some mail config settings and atcommands not required anymore.
- Added documentation for script commands: openmail and homshuffle.
2007/10/21
* Fixed a small mistake in r11503 causing a fatal error&exit on unix
when you try to do a graceful exit (by ctrl+c for example) [ultramage]

View File

@ -3,6 +3,7 @@ Date Added
2007/10/22
* Rev. 11551 Fixed nopenalty entries for Turbo Track maps. [L0ne_W0lf]
* Rev. 11546 Added Turbo Track map flags. [L0ne_W0lf]
* Removed the mail_server_enable setting as it's not required. [Zephyrus]
2007/10/13
* Renamed the config default_skill_delay to default_walk_delay as that is
the only thing it does now.

View File

@ -157,28 +157,10 @@ version: 1
whodrops: 1
//---------------------------------------------------------------
// 0: Mail System - SQL Only commands - Must be enabled
// 0: Mail System - SQL Only commands
// Check # of messages.
checkmail: 1
// List all messages.
listmail: 1
// List only new mail.
listnewmail: 1
// Read a message.
readmail: 1
// Send mail.
sendmail: 1
// Send priority mail (tagged with Priority and cannot be deleted until read)
sendprioritymail: 80
// Delete a message.
deletemail: 1
// Opens mail Window.
mail: 1
//---------------------------
// 10: Super player+ commands

View File

@ -151,9 +151,6 @@ mail_db: mail
//Use SQL item_db and mob_db for the map server
use_sql_db: no
// Use SQL Mail Server
mail_server_enable: no
// Nick for sending mainchat
// messages like whisper
main_chat_nick: Main

View File

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