diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-17 13:38:53 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-17 13:38:53 +0000 |
commit | 1e279e2478b89dd4cc5717f83aa9b86b99ef2048 (patch) | |
tree | 6e84ceaf86cbe3fe9e0a06a1a810d22d21090116 /conf-tmpl | |
parent | b4222488bbe68eb2533e033dd8b14e61fc830ef1 (diff) | |
download | hercules-1e279e2478b89dd4cc5717f83aa9b86b99ef2048.tar.gz hercules-1e279e2478b89dd4cc5717f83aa9b86b99ef2048.tar.bz2 hercules-1e279e2478b89dd4cc5717f83aa9b86b99ef2048.tar.xz hercules-1e279e2478b89dd4cc5717f83aa9b86b99ef2048.zip |
Added skill_steal_type and removed snatcher's steal fail message
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@231 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index d8776138f..ee7b4c01f 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -730,5 +730,8 @@ zeny_from_mobs: no // Monsters level up (monster will level up each time a player is killed and they will grow stronger) mobs_level_up: no +// Use kRO new steal formula? +skill_steal_type: yes + import: conf/import/battle_conf.txt |