diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-14 01:18:19 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-14 01:18:19 +0000 |
commit | bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4 (patch) | |
tree | 23d639da18bafca939801a7f19da655084e1ecc0 /conf/atcommand_athena.conf | |
parent | f4d4a5e61a464944482c11daeeb379808445483c (diff) | |
download | hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.tar.gz hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.tar.bz2 hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.tar.xz hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.zip |
- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_guild_alliance.
- Added a code to activate a Kill Steal protection and the required mapflags.
* (I will explain this later on forums).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12203 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/atcommand_athena.conf')
-rw-r--r-- | conf/atcommand_athena.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/atcommand_athena.conf b/conf/atcommand_athena.conf index 622ee3be6..c541b1308 100644 --- a/conf/atcommand_athena.conf +++ b/conf/atcommand_athena.conf @@ -131,6 +131,9 @@ jailtime: 1 hominfo: 1 homstats: 1 +// Kill Steal Protection +noks: 1 + //--------------------------- // 10: Super player+ commands @@ -146,6 +149,9 @@ go: 10 // Enables/disables autolooting from killed mobs. autoloot: 10 +// Enables/disables autolooting an item. +alootid: 10 + // Allows you continue vending offline. autotrade: 10 at: 10 @@ -278,6 +284,9 @@ gpvpon: 40 gvgoff: 40 gpvpoff: 40 +// Activate/Deactivate kill steal protection on a map +allowks: 40 + // Modifies your HP/SP. heal: 40 |