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 /conf-tmpl | |
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 'conf-tmpl')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index f0add1f2e..e65219fa4 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -307,6 +307,10 @@ spawn: 50 monster: 50 summon: 50 +// Spawns monster in small or big size. +monstersmall: 50 +monsterbig: 50 + // Spawns a monster with parameters not in same order of @spawn. monster2: 50 |