Jump to content

Recommended Posts

Hello community,

I've copied the belt inventory and made it a book inventory.

At the moment everything works well.

But I have the error that nothing can be stored in the second inventory page or outstored

 

https://metin2.download/picture/7JJyHN5Lkb08H7PWlQ5pcBX16OSGxy11/.gif

 

https://metin2.download/picture/GTDs6SevD0m4az6Nsp76qQ92RX4IrIjL/.gif

 



I made 2 gif's where my problem is shown. As you see if you are in the first inventory page, there are no problems - but if you click on to the second, this problems appear. :(

I am at a loss and hope for help. What is also not seen in the 2nd gif is the chat because it appears when storing in the 2nd inventory page the following sentence: You can not do that.

 

in charitem.cpp  ||  bool CHARACTER::MoveItem

 

	if (!IsValidItemPosition(DestCell))
	{
		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can not do that."));
		return false;
	}

 

This is the code block, where the chatpacket is.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Good 1
Link to comment
https://metin2.dev/topic/20157-problem-with-a-new-inventory/
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.