From 0e540a6ff2889d447a987e27b781c3d9dc72137c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 Nov 2018 06:03:09 +0300 Subject: Update messages to 2018-11-14. --- src/map/messages_zero.h | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h index dc2f87a76..d814b2305 100644 --- a/src/map/messages_zero.h +++ b/src/map/messages_zero.h @@ -3,6 +3,7 @@ * http://herc.ws - http://github.com/HerculesWS/Hercules * * Copyright (C) 2013-2018 Hercules Dev Team + * Copyright (C) 2018 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: 20181024 +Latest version: 20181114 */ enum clif_messages { @@ -17464,6 +17465,50 @@ 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 }; #endif /* MAP_MESSAGES_ZERO_H */ -- cgit v1.2.3-60-g2f50