From fff312c59262be01f7582dbde0b591be4ca95b5f Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 24 Oct 2006 16:34:51 +0000 Subject: - Cleaned up the "show_steal_in_party" setting so it only takes effect when the item was successfully stolen (there was no point in telling you the item couldn't be stolen due to being overweight) - Cleaned up the pc_steal_item implementation (again). It now uses a more random, simple approach in each steal attempt. - Changed the way the skill_steal_max_tries work. Now it actually MEANS the max number of steal tries, use 0 to disable (unlimited tries). - Changed the default of skill_steal_max_tries to 0 as there's no proof anywhere that there should be such a limit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9057 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/skill.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf-tmpl/battle/skill.conf') diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 4455f5f86..42c4486f0 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -212,9 +212,9 @@ backstab_bow_penalty: yes skill_steal_type: yes // How many times you could try to steal from a mob. -// Note: It helps to avoid stealing exploit on monstewrs with few rare items -// 0..254 = number of tries +1 -skill_steal_max_tries: 15 +// Note: It helps to avoid stealing exploit on monsters with few rare items +// Use 0 to disable (max allowed value is 255) +skill_steal_max_tries: 0 // Can Rogues plagiarize advanced job skills // 0 = no restriction -- cgit v1.2.3-70-g09d2