Jump to content

Recommended Posts

  • 2 weeks later...
  • Premium

char_item.cpp

case ITEM_GIFTBOX:

https://metin2.download/picture/EMOyYX9HMkctTNhnFBC7CAja82QR0pp8/.png

Spoiler

		int iEmptyCell;
		const char* string;
		if (item->IsDragonSoul())
		{
			iEmptyCell = GetEmptyDragonSoulInventory(item);
			string = "There isn't enough space in your ds inventory.";
		}
		else
		{
			iEmptyCell = GetEmptyInventory(item->GetSize());
			string = "There isn't enough space in your inventory.";
		}

		if (iEmptyCell == -1)
		{
			ChatPacket(CHAT_TYPE_INFO, LC_TEXT(string));
			return false;
		}

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Good 2
Link to comment
https://metin2.dev/topic/20925-chest-block-inventory-full/#findComment-113895
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.