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/battle/monster.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/battle/monster.conf')
-rw-r--r-- | conf/battle/monster.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 58111ab2d..2208d8da3 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -199,3 +199,9 @@ mob_clear_delay: 0 // Type 0: On the player that did the most damage to the mob. // NOTE: This affects who gains the Castle when the Emperium is broken. mob_npc_event_type: 1 + +// Time in milliseconds to actitave protection against Kill Steal +// Set to 0 to disable it. +// If this is activated and a player is using @noks, damage from others players (KS) not in the party +// will be reduced to 0. +ksprotection: 0 |