Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
Hello
I have a problem in the game shops
image of the problem
Client Packet.h
Src/common
game/shop.cpp
game/shop_manager.cpp
have all these steps and still continuous problem
Knowing that the problem in the past has no effect and I did not change any settings
# Update
The problem is fixed
Cause of the problem
GameType.h
old
ITEM_SOCKET_SLOT_MAX_NUM 3,
new
ITEM_SOCKET_SLOT_MAX_NUM 4,
Thank You #
I have a problem in the game shops
image of the problem
Client Packet.h
HTML:
SHOP_HOST_ITEM_MAX_NUM 40,
Src/common
HTML:
SHOP_HOST_ITEM_MAX_NUM = 40,
SHOP_GUEST_ITEM_MAX_NUM = 18,
SHOP_PRICELIST_MAX_NUM = 40,
game/shop.cpp
HTML:
m_pGrid = M2_NEW CGrid(5, 9);
game/shop_manager.cpp
HTML:
CGrid grid = CGrid(5, 9)
have all these steps and still continuous problem
Knowing that the problem in the past has no effect and I did not change any settings
# Update
The problem is fixed
Cause of the problem
GameType.h
old
ITEM_SOCKET_SLOT_MAX_NUM 3,
new
ITEM_SOCKET_SLOT_MAX_NUM 4,
Thank You #
Son düzenleme: