Jump to content

Recommended Posts

Hello, m2dev, i have a two mini problem/questions

One: How to add Blessing Marble in shop/offline shop? Can't you add..

Two: When the CH1 and use the 'shout, private message, /n or /b' players on CH1,CH3 or CH4 don't appear message.
- If you send a private message and the player is another ch, says it is not online.

What's is problem?

Link to comment
https://metin2.dev/topic/12086-two-mini-problem/
Share on other sites

  • Premium

shop.cpp

delete
    if (!m_pkPC)
    {
        if (quest::CQuestManager::instance().GetEventFlag("hivalue_item_sell") == 0)
        {
            //축복의 구슬 && 만년한철 이벤트
            if (item->GetVnum() == 70024 || item->GetVnum() == 70035)
            {
                return SHOP_SUBHEADER_GC_END;
            }
        }
    }

 

izi pizi

  • Love 1


 

Link to comment
https://metin2.dev/topic/12086-two-mini-problem/#findComment-70077
Share on other sites

7 hours ago, .T4Ump said:

shop.cpp

delete
    if (!m_pkPC)
    {
        if (quest::CQuestManager::instance().GetEventFlag("hivalue_item_sell") == 0)
        {
            //축복의 구슬 && 만년한철 이벤트
            if (item->GetVnum() == 70024 || item->GetVnum() == 70035)
            {
                return SHOP_SUBHEADER_GC_END;
            }
        }
    }

 

izi pizi

Not working

Link to comment
https://metin2.dev/topic/12086-two-mini-problem/#findComment-70134
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.