summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-11-24 21:48:24 +0100
committerAsheraf <acheraf1998@gmail.com>2020-01-29 13:20:09 +0100
commite75ecacc2f3b2171a24df6abb089df4f3ecd9ebd (patch)
tree23d1b942aad72770b18aa71f3031f41fb407efda /db
parentc03722679a01e5f181c2138565e95a6b0981a124 (diff)
downloadhercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.tar.gz
hercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.tar.bz2
hercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.tar.xz
hercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.zip
Implement support for switching madogear type
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf2
-rw-r--r--db/sc_config.conf11
2 files changed, 13 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index f76f2ea6a..6f87b2d51 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -1416,6 +1416,7 @@ constants_db: {
SC_RESIST_PROPERTY_FIRE: 666
SC_RESIST_PROPERTY_WIND: 667
SC_CLIENT_ONLY_EQUIP_ARROW: 668
+ SC_MADOGEAR: 669
comment__: "Emotes"
e_gasp: 0
@@ -4730,4 +4731,5 @@ constants_db: {
SI_FRESHSHRIMP: 921
SI_SUHIDE: 933
SI_SPRITEMABLE: 937
+ SI_MADOGEAR: 1149
}
diff --git a/db/sc_config.conf b/db/sc_config.conf
index 1d8f50e1c..2520fc595 100644
--- a/db/sc_config.conf
+++ b/db/sc_config.conf
@@ -3664,3 +3664,14 @@ SC_SV_ROOTTWIST: {
NoBoss: true
}
}
+SC_MADOGEAR: {
+ Visible: true
+ Flags: {
+ NoDeathReset: true
+ NoDispelReset: true
+ NoClearanceReset: true
+ NoAllReset: true
+ NoBoss: true
+ }
+ Icon: "SI_MADOGEAR"
+}