diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-17 14:09:54 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-17 14:09:54 +0000 |
commit | b719a7594246a5716926dd0b7df6ab8adb97424d (patch) | |
tree | be0e26e7aca1e7e4a8ea0ef3669cdf2b9b4bc457 /conf-tmpl/battle | |
parent | c7b72fc94094e863763ecb3c4d8e818953925a2b (diff) | |
download | hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.tar.gz hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.tar.bz2 hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.tar.xz hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.zip |
- Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)
- Added battle_config debuff_on_logout which removes Asura's SP regen delay and Strip-Equip effects on logout when set to yes (default).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5644 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 1c33be10d..3512faee8 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -80,6 +80,11 @@ skill_caster_check: yes // Should skill casting be cancelled when inflicted by curse/stun/sleep/etc?
status_cast_cancel: no
+// Will certain negative skill status-changes be removed on logout?
+// This mimics official servers, where Extremity Fist's no SP regen and
+// Strip Equipment effects are removed when you logout.
+debuff_on_logout: yes
+
// Should ground placed skills be removed as soon as the caster dies?
clear_skills_on_death: yes
|