diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-16 21:42:07 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-16 21:42:07 +0000 |
commit | fe36467baa9508d99e166ca8c07509551215469c (patch) | |
tree | 8017f7703cf52caf8edcddc2e91da141b9ae3c30 /src/map/atcommand.h | |
parent | 9a274a0fdb76313ff46861682d1eda67898548e6 (diff) | |
download | hercules-fe36467baa9508d99e166ca8c07509551215469c.tar.gz hercules-fe36467baa9508d99e166ca8c07509551215469c.tar.bz2 hercules-fe36467baa9508d99e166ca8c07509551215469c.tar.xz hercules-fe36467baa9508d99e166ca8c07509551215469c.zip |
- Added atcommand @homstats so you can check your homunculus stats and compare them to the minimum/maximum values that you could have at your current level. This command is meant to help figure out if homuncs are indeed getting a faster stat growth than they should have.
- Fixed some of the default @ levels for hom related commands.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9663 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index db3e9cd88..52ca830a5 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -282,6 +282,7 @@ enum AtCommandType { AtCommand_HomHungry, //[orn] AtCommand_HomTalk, //[orn] AtCommand_HomInfo, //[Toms] + AtCommand_HomStats, //[Skotlex] AtCommand_ShowMobs, //KarLaeda // end <- Ahem, guys, don't place AtCommands after AtCommand_Unknown! [Skotlex] AtCommand_Unknown, |