Jump to content

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
https://metin2.dev/topic/2081-how-to-fix-bonus-switcher/
Share on other sites

 

I dont realy get the bug

im very sorry but can you explain ?

 

You can change bonus with equiped items.

 

 

thx

when i readed

Denic Cikiec

reply again i got understod the full *story*

and the file name is char_item.cpp not chat ^^

Link to comment
https://metin2.dev/topic/2081-how-to-fix-bonus-switcher/#findComment-14646
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.