diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-29 11:16:21 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-29 11:16:21 +0000 |
commit | 35b1cc992905844a59757bed76512ef7fe769d5a (patch) | |
tree | 81a698a6a5b1a3f5d3ecc3102b5f79a40f0caae1 /conf-tmpl | |
parent | 90c05f50a7ab6140cd1c95b005c4e5456fc42bf2 (diff) | |
download | hercules-35b1cc992905844a59757bed76512ef7fe769d5a.tar.gz hercules-35b1cc992905844a59757bed76512ef7fe769d5a.tar.bz2 hercules-35b1cc992905844a59757bed76512ef7fe769d5a.tar.xz hercules-35b1cc992905844a59757bed76512ef7fe769d5a.zip |
Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tries' to set max number of stealing tries. It could help to fix stealing exploit on mobs with few drops
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6367 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 0db893f6a..acb09488b 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -205,6 +205,13 @@ backstab_bow_penalty: yes // Use kRO new steal formula?
skill_steal_type: yes
+// How many times you could try to steal from a mob.
+// Note: It might help to close stealing exploit on monstewrs with few/rare items
+// 0 = you can't steal at all
+// 1..255 = exact numbel of tries
+// 256 = there's no stealing tries limit
+skill_steal_max_tries: 256
+
// Can Rogues plagiarize advanced job skills
// 0 = no restriction
// 1 = only stalker may plagiarize advanced skills
|