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



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 3

      Crystal Metinstone

    2. 3

      Feeding game source to LLM

    3. 113

      Ulthar SF V2 (TMP4 Base)

    4. 3

      Feeding game source to LLM

    5. 0

      Target Information System

    6. 3

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.