diff options
author | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-22 01:26:48 +0000 |
---|---|---|
committer | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-22 01:26:48 +0000 |
commit | 04ce57ecc743ec95e79fedab7e00bc650e386d23 (patch) | |
tree | b9a0abcfed19b711b343ef32f37e2f84bea2512e /conf | |
parent | 48ae82a0d0bd24c8ba9ee622930f4d74009843e9 (diff) | |
download | hercules-04ce57ecc743ec95e79fedab7e00bc650e386d23.tar.gz hercules-04ce57ecc743ec95e79fedab7e00bc650e386d23.tar.bz2 hercules-04ce57ecc743ec95e79fedab7e00bc650e386d23.tar.xz hercules-04ce57ecc743ec95e79fedab7e00bc650e386d23.zip |
Added a new configuration option to allow either weapon switching to cancel SC_DANCING or not.
Fixed an issue where movement is frozen (caster) with Longing for Freedom (walking outside of the cast).
Added checks related to dancing/ensemble skills to prevent frozen characters.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16470 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/skill.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 322a4778a..ee995cb1d 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -267,3 +267,8 @@ eq_single_target_reflectable: yes // When this setting is enabled, it allows you to immune to all kinds of damage, including those stated previous. // (The number will show but no actual damage will be done) invincible.nodamage: no + +// Dancing Weapon Switch +// On official server, a fix is in place that prevents the switching of weapons to cancel songs. +// Default: yes +dancing_weaponswitch_fix: yes
\ No newline at end of file |