summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-05-06 10:04:14 +0300
committerAndrei Karas <akaras@inbox.ru>2020-06-01 01:08:50 +0300
commitafee5c3e4bf7b4c5167fcf7a7494ac96c594e962 (patch)
tree066592774715b887d7924d267244485021429bc5
parentb62cc89c1247fc0730d5fabbfd85fadbf51c0a57 (diff)
downloadhercules-afee5c3e4bf7b4c5167fcf7a7494ac96c594e962.tar.gz
hercules-afee5c3e4bf7b4c5167fcf7a7494ac96c594e962.tar.bz2
hercules-afee5c3e4bf7b4c5167fcf7a7494ac96c594e962.tar.xz
hercules-afee5c3e4bf7b4c5167fcf7a7494ac96c594e962.zip
Update messages
-rw-r--r--src/map/messages_main.h28
-rw-r--r--src/map/messages_zero.h28
2 files changed, 52 insertions, 4 deletions
diff --git a/src/map/messages_main.h b/src/map/messages_main.h
index 9f5a17662..dab537b6a 100644
--- a/src/map/messages_main.h
+++ b/src/map/messages_main.h
@@ -24,7 +24,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20200304
+Latest version: 20200520
*/
enum clif_messages {
@@ -13866,12 +13866,14 @@ Ghost %d
Shadow %d
*/
MSG_NAVIGATION_PROPERTY8 = 0x8de,
-/*20120417 to latest
+/*20120417 to 20200506
언데드%d
Undead %d
20130807 to 20130814
염속성%d
Ghost %d
+20200520 to latest
+불사%d
*/
MSG_NAVIGATION_PROPERTY9 = 0x8df,
/*20120417 to latest
@@ -22612,6 +22614,28 @@ DEATH: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_EE3 = 0xee3,
#endif
+#if PACKETVER >= 20200506
+/*20200506 to latest
+특성 마법 공격력이 증가되었습니다.
+*/
+ MSG_ID_EE4 = 0xee4,
+/*20200506 to latest
+스펠 인챈팅 효과가 해제되었습니다.
+*/
+ MSG_ID_EE5 = 0xee5,
+/*20200506 to latest
+프롬 디 어비스 효과가 해제되었습니다.
+*/
+ MSG_ID_EE6 = 0xee6,
+/*20200506 to latest
+특성 물리 공격력, 특성 마법 공격력 및 명중률이 증가되었습니다.
+*/
+ MSG_ID_EE7 = 0xee7,
+/*20200506 to latest
+어비스 슬레이어 효과가 해제되었습니다.
+*/
+ MSG_ID_EE8 = 0xee8,
+#endif
};
#endif /* MAP_MESSAGES_MAIN_H */
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h
index babe9384c..051d0e9df 100644
--- a/src/map/messages_zero.h
+++ b/src/map/messages_zero.h
@@ -24,7 +24,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20200304
+Latest version: 20200520
*/
enum clif_messages {
@@ -11263,9 +11263,11 @@ Shadow %d
Ghost %d
*/
MSG_NAVIGATION_PROPERTY8 = 0x8de,
-/*20171018 to latest
+/*20171018 to 20200506
언데드%d
Undead %d
+20200520 to latest
+불사%d
*/
MSG_NAVIGATION_PROPERTY9 = 0x8df,
/*20171018 to latest
@@ -18701,6 +18703,28 @@ DEATH: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_EE3 = 0xee3,
#endif
+#if PACKETVER >= 20200506
+/*20200506 to latest
+특성 마법 공격력이 증가되었습니다.
+*/
+ MSG_ID_EE4 = 0xee4,
+/*20200506 to latest
+스펠 인챈팅 효과가 해제되었습니다.
+*/
+ MSG_ID_EE5 = 0xee5,
+/*20200506 to latest
+프롬 디 어비스 효과가 해제되었습니다.
+*/
+ MSG_ID_EE6 = 0xee6,
+/*20200506 to latest
+특성 물리 공격력, 특성 마법 공격력 및 명중률이 증가되었습니다.
+*/
+ MSG_ID_EE7 = 0xee7,
+/*20200506 to latest
+어비스 슬레이어 효과가 해제되었습니다.
+*/
+ MSG_ID_EE8 = 0xee8,
+#endif
};
#endif /* MAP_MESSAGES_ZERO_H */