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
https://metin2.dev/topic/7941-shop-size-problem/
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

i even didn't understand which bug u try to fix ?

u made the 80 slot and now want it 40 slot ?

if this what u want to do then do like night said get back the original files ( source/python)

If you're going to do something, then do it right.

Link to comment
https://metin2.dev/topic/7941-shop-size-problem/#findComment-49620
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.