summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-12 01:19:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-12 01:19:53 -0300
commit0c72c99bdb33ef8b68d31c5afb8de71be59acf2c (patch)
tree7943d5cef9be7805c086c843872b4993ea65c4d2
parent5c7269b9cb4bb8e31222dbbb0947b01dace61e01 (diff)
downloadserverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.tar.gz
serverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.tar.bz2
serverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.tar.xz
serverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.zip
Hercules Update
-rw-r--r--conf/map/battle/skill.conf5
-rw-r--r--db/constants.conf10
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