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 /src/map/atcommand.h | |
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 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 6f199cf2b..396261a9c 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -54,6 +54,8 @@ enum AtCommandType { AtCommand_Go, AtCommand_Spawn, AtCommand_Monster, + AtCommand_MonsterSmall, + AtCommand_MonsterBig, AtCommand_KillMonster, AtCommand_KillMonster2, AtCommand_Refine, |