diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 08:15:30 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 08:15:30 +0000 |
commit | aa2ac66b46df3fd890f5d2288ec9cc423b6172be (patch) | |
tree | 59e86b29c8511e4bc4727ab4dd16f4a64ba7aba0 /Changelog.txt | |
parent | c161174bedba0cb6d6200b667ef7d245dfcb46d6 (diff) | |
download | hercules-aa2ac66b46df3fd890f5d2288ec9cc423b6172be.tar.gz hercules-aa2ac66b46df3fd890f5d2288ec9cc423b6172be.tar.bz2 hercules-aa2ac66b46df3fd890f5d2288ec9cc423b6172be.tar.xz hercules-aa2ac66b46df3fd890f5d2288ec9cc423b6172be.zip |
* Added small and big mob sprite spawning. [Valaris]
-Added @monstersmall and @monstersmall commands.
-For using in scripts, use id +2000 for small and id +4000 for big.
(Example: 3002 for small poring and 5002 for big poring)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@188 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index c89d03821..51e85e8d3 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,9 @@ Date Added 11/15 + * Added small and big mob sprite spawning. [Valaris] + -Added @monstersmall and @monstersmall commands. + -For using in scripts, use id +2000 for small and id +4000 for big. + (Example: 3002 for small poring and 5002 for big poring) * Added mobs_level_up option. [Valaris] -Everytime a monster kills a play their level will increase and show levelup animation. -Their 6 main stats and speed will increase as they level. |