From 0c72c99bdb33ef8b68d31c5afb8de71be59acf2c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Mar 2019 01:19:53 -0300 Subject: Hercules Update --- conf/map/battle/skill.conf | 5 +++++ db/constants.conf | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index 06518c3ce..2713cb79e 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 diff --git a/db/constants.conf b/db/constants.conf index 13c391e3b..534044696 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3739,8 +3739,14 @@ constants_db: { UDT_MAXSP: 6 UDT_MASTERAID: 7 UDT_MASTERCID: 8 - UDT_MAPIDXY: 9 - UDT_WALKTOXY: 10 + UDT_MAPIDXY: { + Value: 9 + Deprecated: true // for setunitdata use *unitwarp, for getunitdata use *getmapxy + } + UDT_WALKTOXY: { + Value: 10 + Deprecated: true // use *unitwalk + } UDT_SPEED: 11 UDT_MODE: 12 UDT_AI: 13 -- cgit v1.2.3-60-g2f50