Jump to content

Stacked Stones upp and exp ring Bug


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
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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.