Jump to content
  • 0

How add marble in shop?


Iηfιηιт²⁴ᵏ

Question

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

2 answers to this question

Recommended Posts

  • 0
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Activity

    1. 3

      Once upon a time...

    2. 1183

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    3. 3

      Once upon a time...

    4. 3

      Once upon a time...

    5. 0

      problem ability

    6. 0

      Transmutation system error "unknow command server"

    7. 39

      Official Transmutation / Change Look

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