Jump to content

Recommended Posts

  • Premium

today i was trying to fix the shop problem

i had done this steps

 

Go to common folder and the edit length.h , like this:

 

    SHOP_HOST_ITEM_MAX_NUM    = 80,
    SHOP_PRICELIST_MAX_NUM    = 80,

 

To:

 

    SHOP_HOST_ITEM_MAX_NUM    = 40,
    SHOP_PRICELIST_MAX_NUM    = 40,

 

After you made that go to shop.cpp from game folder and edit like this:

 

m_pGrid = M2_NEW CGrid(10, 9);

 

To:

 

m_pGrid = M2_NEW CGrid(5, 9);

 

And the last step is going to shop_manager.cpp and edit like this:

 

CGrid grid = CGrid(10, 9);

 

To:

 

CGrid grid = CGrid(5, 9);

but it is not fixed yet

 

here is a screenshot

 

https://metin2.download/picture/Ql2ZACUGr1rOJ4X3LNI7464gSGAgQuao/.jpg

 

waiting for your help

 

kind regards

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 113

      Ulthar SF V2 (TMP4 Base)

    2. 2

      Feeding game source to LLM

    3. 0

      Target Information System

    4. 2

      Feeding game source to LLM

    5. 2

      anti exp explanation pls

    6. 2

      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.