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 /conf-tmpl | |
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 'conf-tmpl')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index bb384ffaf..22f055668 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -126,8 +126,8 @@ noask: 1 jailtime: 1 //Homunculus commands for players -homtalk: 1 hominfo: 1 +homstats: 1 //--------------------------- // 10: Super player+ commands @@ -160,6 +160,9 @@ partyoption: 10 // Command what the player's pet will say. pettalk: 10 +// Command what the player's homunculus will say. +homtalk: 10 + // Locates and displays the position of a certain mob on the current map. mobsearch: 10 // Locates and displays the position of a certain mob on your mini-map |