Jump to content

handeln bug c++


Recommended Posts

 

 

@bumxd

 

Everything you need its in this post :

i all do how in post them.. but no helped.. again 12slot in shop private

 

me npc shop good work 80slot but private shop only 12slot ..

 

 

Yeah sorry i gave you the wrong thing.

 

Follow those steps :

 

...srcclientUserInterface in PythonExchange.h

EXCHANGE_ITEM_MAX_NUM = 12,

EXCHANGE_ITEM_MAX_NUM = 24

.../mainline/Srcs/Server/game/src in exchange.cpp

m_pGrid = M2_NEW CGrid(4,3);

to

m_pGrid = M2_NEW CGrid(4,6);

.../mainline/Srcs/Server/game/src in exchange.h

EXCHANGE_ITEM_MAX_NUM    = 12,

to

EXCHANGE_ITEM_MAX_NUM    = 24,

Your already have python side so you don't need to edit anything.

  • Love 1
Link to comment
Share on other sites

 

 

 

@bumxd

 

Everything you need its in this post :

i all do how in post them.. but no helped.. again 12slot in shop private

 

me npc shop good work 80slot but private shop only 12slot ..

 

 

Yeah sorry i gave you the wrong thing.

 

Follow those steps :

 

...srcclientUserInterface in PythonExchange.h

EXCHANGE_ITEM_MAX_NUM = 12,

EXCHANGE_ITEM_MAX_NUM = 24

.../mainline/Srcs/Server/game/src in exchange.cpp

m_pGrid = M2_NEW CGrid(4,3);

to

m_pGrid = M2_NEW CGrid(4,6);

.../mainline/Srcs/Server/game/src in exchange.h

EXCHANGE_ITEM_MAX_NUM    = 12,

to

EXCHANGE_ITEM_MAX_NUM    = 24,

Your already have python side so you don't need to edit anything.

 

 

 

i do so.. but don`t work.. again 12slot only work

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.