Jump to content

Extend Stack Items


Recommended Posts

7 minutes ago, backtop said:

yes its set like that

same here

both entrys are right... do i miss something in source? 

shop.h

typedef struct shop_item
		{
			DWORD	vnum;		// 아이템 번호
			long	price;		// 가격
			WORD	count;		// 아이템 개수

			LPITEM	pkItem;
			int		itemid;		// 아이템 고유아이디

			shop_item()
			{
				vnum = 0;
				price = 0;
				count = 0;
				itemid = 0;
				pkItem = NULL;
			}
		} SHOP_ITEM;
packet.h

struct packet_shop_item
{   
	DWORD       vnum;
	DWORD       price;
	WORD        count;
	BYTE		display_pos;
	long	alSockets[ITEM_SOCKET_MAX_NUM];
	TPlayerItemAttribute aAttr[ITEM_ATTRIBUTE_MAX_NUM];
};

 

leave me a message on discord and I will help you 

  • Love 1
Link to comment
Share on other sites

  • 5 months later...

hello bro

please help me 

i did everything but i got error

when i run the channels if found that item_count_limit = 44

i set in item_length item_max_count = 300

help me please https://metin2.download/picture/xF2Nnt6Kl1vi98d4YQrQ27IrQIt6PCsX/.png

Edited by Metin2 Dev International
Core X - External 2 Internal
Link to comment
Share on other sites

17 minutes ago, xsparterx1 said:

hello bro

please help me 

i did everything but i got error

when i run the channels if found that item_count_limit = 44

i set in item_length item_max_count = 300

help me please https://metin2.download/picture/xF2Nnt6Kl1vi98d4YQrQ27IrQIt6PCsX/.png

write me a message on discord : [Kapa3a]#4117 

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.