* 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://svn.code.sf.net/p/rathena/svn/athena@188 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
valaris
2004-11-15 08:15:30 +00:00
parent 31340d52a1
commit 342cbebbd1
5 changed files with 185 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ enum AtCommandType {
AtCommand_Go,
AtCommand_Spawn,
AtCommand_Monster,
AtCommand_MonsterSmall,
AtCommand_MonsterBig,
AtCommand_KillMonster,
AtCommand_KillMonster2,
AtCommand_Refine,