Jump to content

Recommended Posts

Hello, I have a problem that the stones when lifting up completely remove when they are stacked and that you can put on stacked experience rings and can separate

Stone Bug:

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

Exp Ring Bug:

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

Edited by Metin2 Dev
Core X - External 2 Internal
  • Think 1
  • Good 3
Link to comment
https://metin2.dev/topic/20700-stacked-stones-upp-and-exp-ring-bug/
Share on other sites

vor 6 Minuten schrieb KriiS:

For the stone, open char_item.cpp:

Find: 

ITEM_MANAGER::instance().RemoveItem(item, "REMOVE (METIN)"); 

Replace with:

item->SetCount(item->GetCount() - 1);

 

I think should be work, not tested.

8r0waab.png

Hello, that is apparently already inserted.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Premium
::EquipItem

    if ((item->GetCount() > 1) && (item->GetType() != WEAPON_ARROW))
    {
	ChatPacket(CHAT_TYPE_INFO, LC_TEXT("blabla."));
        return false;
    }

 

::DoRefine	
	if(item->GetCount() > 1)
	{
		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("blabla."));
		return false;
	}

 

  • Love 2


 

vor 28 Minuten schrieb T4UMP:

::EquipItem

    if ((item->GetCount() > 1) && (item->GetType() != WEAPON_ARROW))
    {
	ChatPacket(CHAT_TYPE_INFO, LC_TEXT("blabla."));
        return false;
    }

 


::DoRefine	
	if(item->GetCount() > 1)
	{
		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("blabla."));
		return false;
	}

 

What do you mean, i dont understand.

vor 15 Stunden schrieb T4UMP:

I give you solution how to fix in c++ and you stil want something annother?

Sorry for the inconvenience so that works with the rings but now that with the stones does not work you can still  upp 200 stacks

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.