Jump to content

Recommended Posts

Search in shop.cpp:
        if (quest::CQuestManager::instance().GetEventFlag("hivalue_item_sell") == 0)

        {

            //ĂŕşąŔÇ ±¸˝˝ && ¸¸łâÇŃö ŔĚşĄĆ®

            if (item->GetVnum() == 70024 || item->GetVnum() == 70035)

            {

                return SHOP_SUBHEADER_GC_END;

            }

        }

Delete it.

Search again :

        //HIVALUE_ITEM_EVENT

        if (quest::CQuestManager::instance().GetEventFlag("hivalue_item_sell") == 0)

        {

            //ĂŕşąŔÇ ±¸˝˝ && ¸¸łâÇŃö ŔĚşĄĆ®

            if (item.vnum == 70024 || item.vnum == 70035)

            {                

                continue;

            }

        }

        //END_HIVALUE_ITEM_EVENT

Delete it.

  • Love 1
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.