Jump to content

How To Fix Bonus Switcher


cBaraN

Recommended Posts

Hi Metin2 Dev, 

 

When I setup a server problem caught my eye, and I wanted to share it with you.

 

Bug Video;

 

How To Fix? 

 

Open .../game/src/char_item.cpp

 

Search:

ChatPacket(CHAT_TYPE_INFO, LC_TEXT("속성을 변경할 수 없는 아이템입니다."));

 ea9a12f966.png

if (item2->IsExchanging())
    return false;

Add below;

if (item2->IsEquipped())
    return false;

Finally, it will look like;

 

bbf8fe6c5d.png

 

Best Regards

 

Can BARAN...

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 21
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.