diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-08 03:37:01 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-08 03:37:01 +0000 |
commit | fbd1469bd30b81cddafb69e447db73954edf962f (patch) | |
tree | 6795c8ced472741eeba6c2e5f6bc1478b68bdcc0 /Changelog.txt | |
parent | 1d3965a7c67156d705a16abb22aa999fd188808c (diff) | |
download | hercules-fbd1469bd30b81cddafb69e447db73954edf962f.tar.gz hercules-fbd1469bd30b81cddafb69e447db73954edf962f.tar.bz2 hercules-fbd1469bd30b81cddafb69e447db73954edf962f.tar.xz hercules-fbd1469bd30b81cddafb69e447db73954edf962f.zip |
* Added 'summon' script command
* Added Wallex's fix for script.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@935 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index cbabbb7dc..5a264dd62 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,15 @@ Date Added 01/07 + * Added 'summon' script command. Syntax: + + summon <monster name>,<monster id>[,<event>]; + + Example: 'summon "Poring", 1002, "OnPoringKilled"; 'will summon (note: + not *spawn*) 1 poring that'll help its master for 1 minute, + and activate the "OnPoringKilled" event when killed. + 'summon "--ja--",-1;' will summon a random monster. + + * Added Wallex's fix for the wedding script functions [celest] * Added the below-mentioned alive packet to SQL's char and login [celest] * Enabled login server 'anti-freeze' by default as a temporary solution to char-login disconnection [celest] |