* 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:
@@ -54,6 +54,8 @@ enum AtCommandType {
|
||||
AtCommand_Go,
|
||||
AtCommand_Spawn,
|
||||
AtCommand_Monster,
|
||||
AtCommand_MonsterSmall,
|
||||
AtCommand_MonsterBig,
|
||||
AtCommand_KillMonster,
|
||||
AtCommand_KillMonster2,
|
||||
AtCommand_Refine,
|
||||
|
||||
Reference in New Issue
Block a user