diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-10 13:10:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-10 13:10:13 +0000 |
commit | a2185d8ccf800a0d5412a19404218c7a99921fdf (patch) | |
tree | 2e74eba192ca8b111ac15653aa2a4d90eee69195 /conf/battle | |
parent | aae1026c0336f9bd280ac0d5cc8d523004adad21 (diff) | |
download | hercules-a2185d8ccf800a0d5412a19404218c7a99921fdf.tar.gz hercules-a2185d8ccf800a0d5412a19404218c7a99921fdf.tar.bz2 hercules-a2185d8ccf800a0d5412a19404218c7a99921fdf.tar.xz hercules-a2185d8ccf800a0d5412a19404218c7a99921fdf.zip |
- Removed 'skill_steal_type' from skill.conf as said config no longer exists.
- Corrected @slaveclone/@clone behaving as @evilclone when you change the @ symbol.
- Modified SC_ARMOR_ELEMENT so it grants elemental resist as if it they were card granted bonuses.
- fixed a SA_DISPELL crash when casted on an object with no status changes.
- Adjusted the autospell code so that it does not relies on card_id == 0 for subtracting rates.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12041 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/skill.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 877465496..ea1d56cc2 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -193,9 +193,6 @@ skill_removetrap_type: 0 // Does using bow to do a backstab give a 50% damage penalty? (Note 1) backstab_bow_penalty: yes -// Use kRO new steal formula? (favors skillv more than dex difference) (Note 1) -skill_steal_type: yes - // How many times you could try to steal from a mob. // Note: It helps to avoid stealing exploit on monsters with few rare items // Use 0 to disable (max allowed value is 255) |