diff options
author | Haru <haru@dotalux.com> | 2019-07-27 22:11:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-27 22:11:43 +0200 |
commit | 31a9c8de6b3e400763993b25581dbac4f2ca8a5e (patch) | |
tree | 8eef5427f2040ee84fd05de7aaeb645b18c81105 /src/map/messages_main.h | |
parent | a5eb6ec995612c878a3b6cb522520ffae8b13a3b (diff) | |
parent | 92e35037e107ea89d245df3dfe60aa687c5d1f83 (diff) | |
download | hercules-31a9c8de6b3e400763993b25581dbac4f2ca8a5e.tar.gz hercules-31a9c8de6b3e400763993b25581dbac4f2ca8a5e.tar.bz2 hercules-31a9c8de6b3e400763993b25581dbac4f2ca8a5e.tar.xz hercules-31a9c8de6b3e400763993b25581dbac4f2ca8a5e.zip |
Merge pull request #2498 from 4144/updatepackets
Update packets up to 2019-07-24
Diffstat (limited to 'src/map/messages_main.h')
-rw-r--r-- | src/map/messages_main.h | 53 |
1 files changed, 50 insertions, 3 deletions
diff --git a/src/map/messages_main.h b/src/map/messages_main.h index 5057071a8..4f75d5071 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: 20190619 +Latest version: 20190724 */ enum clif_messages { @@ -21712,9 +21712,13 @@ AP 관리영지 "%s"(으)로 이동하시겠습니까? (1회 이동 시 마다 1,000제니가 소모됩니다. 공성전 시간에는 제니의 소모가 100배로 증가합니다.) -20190619 to latest +20190619 to 20190619 관리영지 "%s"(으)로 이동하시겠습니까? 이동 시 마다 %d제니가 소모됩니다. +20190703 to latest +관리영지 "%s"(으)로 이동하시겠습니까? +이동 시 마다 %d제니가 소모됩니다. +(공성전 시간에는 %d제니가 소모됩니다.) */ MSG_ID_E2F = 0xe2f, /*20190522 to latest @@ -21725,8 +21729,10 @@ AP 상업도: %d / %d */ MSG_ID_E30 = 0xe30, -/*20190522 to latest +/*20190522 to 20190717 공성 영지 내에서는 다른 공성 영지로 이동 할 수 없습니다. +20190717 to latest +공성 영지에서는 사용할 수 없는 기능입니다. */ MSG_ID_E31 = 0xe31, #endif @@ -21736,6 +21742,47 @@ AP */ MSG_ID_E32 = 0xe32, #endif +#if PACKETVER >= 20190703 +/*20190703 to latest +접속하신 IP는 라그나로크 제로 이용이 불가능합니다. +고객센터 또는 홈페이지로 문의해 주십시오. +*/ + MSG_ID_E33 = 0xe33, +#endif +#if PACKETVER >= 20190717 +/*20190717 to latest +탑승/장착 해제 +*/ + MSG_ID_E34 = 0xe34, +/*20190717 to latest +가져오기 +*/ + MSG_ID_E35 = 0xe35, +/*20190717 to latest +직전 노점에 등록된 아이템 정보를 가져옵니다. +*/ + MSG_ID_E36 = 0xe36, +/*20190717 to latest +서버 이슈로 인해 로그인이 제한되고 있습니다. +*/ + MSG_ID_E37 = 0xe37, +/*20190717 to latest +메시지 +*/ + MSG_ID_E38 = 0xe38, +/*20190717 to latest ++18 이상만 플레이가 가능합니다. +*/ + MSG_ID_E39 = 0xe39, +/*20190717 to latest +3시간 이상의 게임 플레이를 권장하지 않습니다. +*/ + MSG_ID_E3A = 0xe3a, +/*20190717 to latest +AP가 부족합니다. +*/ + MSG_ID_E3B = 0xe3b, +#endif }; #endif /* MAP_MESSAGES_MAIN_H */ |