diff options
Diffstat (limited to 'src/map/messages_zero.h')
-rw-r--r-- | src/map/messages_zero.h | 127 |
1 files changed, 122 insertions, 5 deletions
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h index 348bc00c8..c86c8c919 100644 --- a/src/map/messages_zero.h +++ b/src/map/messages_zero.h @@ -2,7 +2,8 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2013-2018 Hercules Dev Team + * Copyright (C) 2013-2019 Hercules Dev Team + * Copyright (C) 2018-2019 Andrei Karas (4144) * * Hercules is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +24,7 @@ /* This file is autogenerated, please do not commit manual changes -Latest version: 20181010 +Latest version: 20181226 */ enum clif_messages { @@ -4382,9 +4383,11 @@ Thief Knight */ MSG_KNIGHT = 0x364, -/*20171018 to latest +/*20171018 to 20181128 Prieset Priest +20181212 to latest +Priest */ MSG_PRIEST = 0x365, /*20171018 to latest @@ -4959,9 +4962,11 @@ WhiteSmith Sniper */ MSG_HUNTER_H = 0x3dc, -/*20171018 to latest +/*20171018 to 20181128 Saaassin Cross Assassin Cross +20181212 to latest +Assassin Cross */ MSG_ASSASSIN_H = 0x3dd, /*20171018 to latest @@ -4989,9 +4994,11 @@ Sniper_W Sniper */ MSG_HUNTER_H_W = 0x3e2, -/*20171018 to latest +/*20171018 to 20181128 Saaassin Cross_W Assassin Cross +20181212 to latest +Assassin Cross_W */ MSG_ASSASSIN_H_W = 0x3e3, /*20171018 to latest @@ -17422,6 +17429,116 @@ Search */ MSG_ID_DDD = 0xddd, #endif +#if PACKETVER >= 20181024 +/*20181024 to latest +펫 먹이주기에 실패했습니다. 먹이를 줄 수 없는 상태입니다. +*/ + MSG_ID_DDE = 0xdde, +/*20181024 to latest +호문 먹이주기에 실패했습니다. 먹이를 줄 수 없는 상태입니다. +*/ + MSG_ID_DDF = 0xddf, +/*20181024 to latest +화폐 +*/ + MSG_ID_DE0 = 0xde0, +/*20181024 to latest +%s %d개 +*/ + MSG_ID_DE1 = 0xde1, +/*20181024 to latest +교환에 실패하였습니다. +*/ + MSG_ID_DE2 = 0xde2, +/*20181024 to latest +교환이 잘 이루어졌습니다. +*/ + MSG_ID_DE3 = 0xde3, +/*20181024 to latest +교환에 필요한 재화가 부족합니다. +*/ + MSG_ID_DE4 = 0xde4, +/*20181024 to latest +해당 아이템은 이미 판매되어 재고가 부족합니다. +*/ + MSG_ID_DE5 = 0xde5, +/*20181024 to latest +사망 +*/ + MSG_ID_DE6 = 0xde6, +/*20181024 to latest +PvP +*/ + MSG_ID_DE7 = 0xde7, +#endif +#if PACKETVER >= 20181114 +/*20181114 to latest +아이템 소지 확장 +*/ + MSG_ID_DE8 = 0xde8, +/*20181114 to latest +^0000ff%s^000000을 소모하여, 아이템 최대 소지 종류수를 확장하시겠습니까? +(^0000ff%d^000000)에서 (^0000ff%d^000000)로 확장됩니다. +^ff0000※ 소모된 아이템 및 확장된 최대 소지 종류수는 되돌릴 수 없습니다.^000000 +*/ + MSG_ID_DE9 = 0xde9, +/*20181114 to latest +아이템 최대 소지 종류수 확장에 실패하였습니다. +*/ + MSG_ID_DEA = 0xdea, +/*20181114 to latest +아이템 최대 소지 종류수 확장을 위해, 다른 작업을 종료하여 주시기 바랍니다. +*/ + MSG_ID_DEB = 0xdeb, +/*20181114 to latest +아이템 최대 소지 종류수 확장에 필요한 아이템을 소지하고 있지 않습니다. +*/ + MSG_ID_DEC = 0xdec, +/*20181114 to latest +더 이상 아이템 최대 소지 종류수를 확장 할 수 없습니다. +*/ + MSG_ID_DED = 0xded, +/*20181114 to latest +아이템 최대 소지 종류수 확장에 성공하였습니다. +*/ + MSG_ID_DEE = 0xdee, +/*20181114 to latest +같은 아이템을 %d개 이상 가질 수 없습니다. +*/ + MSG_ID_DEF = 0xdef, +/*20181114 to latest +소지 한계량 초과로 구입이 불가능합니다. +*/ + MSG_ID_DF0 = 0xdf0, +/*20181114 to latest +해당 아이템은 한 번에 한 개만 살 수 있습니다. +*/ + MSG_ID_DF1 = 0xdf1, +#endif +#if PACKETVER >= 20181212 +/*20181212 to latest +성제 +*/ + MSG_ID_DF2 = 0xdf2, +/*20181212 to latest +소울리퍼 +*/ + MSG_ID_DF3 = 0xdf3, +/*20181212 to latest +설정한 내용은 정상 종료 시 서버에 저장됩니다. +*/ + MSG_ID_DF4 = 0xdf4, +#endif +#if PACKETVER >= 20181226 +/*20181226 to latest +Capture Monster +*/ + MSG_ID_DF5 = 0xdf5, +/*20181226 to latest +message +*/ + MSG_ID_DF6 = 0xdf6, +#endif }; #endif /* MAP_MESSAGES_ZERO_H */ |