diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-11 21:50:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-11 21:51:00 +0300 |
commit | 8ddf21dfab5fe831cd73b7eb307f64111739c52a (patch) | |
tree | 6fa4e22f7b49cc26f33ce3ee7d8b71490bfb73d6 /conf | |
parent | afe1a978877edec665313b3aff30160e05a2450b (diff) | |
download | serverdata-8ddf21dfab5fe831cd73b7eb307f64111739c52a.tar.gz serverdata-8ddf21dfab5fe831cd73b7eb307f64111739c52a.tar.bz2 serverdata-8ddf21dfab5fe831cd73b7eb307f64111739c52a.tar.xz serverdata-8ddf21dfab5fe831cd73b7eb307f64111739c52a.zip |
Update from hercules
map/battle/skill.conf - new parameter.
constants.conf - depricated some constants.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/skill.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index 64bba68b..da8d1906 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -330,3 +330,8 @@ bowling_bash_area: 0 // punch a hole into SG it will for example create a "suck in" effect. // If you disable this setting, the knockback direction will be completely random (eAthena style). stormgust_knockback: true + +// Magic Rod's animation behavior (Note 1) +// 0 : (official) Magic Rod's animation occurs every time it is used. +// 1 : Magic Rod's animation would not occur unless a spell was absorbed. (old behavior) +magicrod_type: 0 |