melankolıa18 1
melankolıa18
romegames 1
romegames
Krutzo 1
Krutzo
shrpnl 1
shrpnl
Best Studio 1
Best Studio
D 1
delimuratt
Aliyldrim 1
Aliyldrim
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

[C++ / PYTHON] 120 SLOT MARKET

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!

Teşekkürler.
 
Merhaba arkadaşlar, forumda araştırma yapmıştım 80 Slot olanı vardı fakat 120 olanını görememiştim. Kodları alıp 120 Slota uyarladım. İsteyenler aynı şekilde ekleyebilir. Kodlar sorunsuz ve Server Files'a eklenmiştir.

.:KANIT:.

dv6XNr.png


GAME SOURCE
[CODE title="common/length.h = Aç"] ARAT: SHOP_HOST_ITEM_MAX_NUM = 40
DEĞİŞTİR: SHOP_HOST_ITEM_MAX_NUM = 120

[/CODE]

[CODE title="Aynı Dosya"]ARAT: SHOP_PRICELIST_MAX_NUM = 40
DEĞİŞTİR: SHOP_PRICELIST_MAX_NUM = 120[/CODE]

[CODE title="game/shop.cpp = Aç"]ARAT: m_pGrid = M2_NEW CGrid(5, 9)
DEĞİŞTİR: m_pGrid = M2_NEW CGrid(15, 9)

[/CODE]

[CODE title="game/shop_manager.cpp = Aç"]ARAT: m_pGrid = M2_NEW CGrid(5, 9)
DEĞİŞTİR: m_pGrid = M2_NEW CGrid(15, 9)

[/CODE]

CLIENT SOURCE
[CODE title="UserInterface/Packet.h Aç "]ARAT: SHOP_HOST_ITEM_MAX_NUM = 40
DEĞİŞTİR: SHOP_HOST_ITEM_MAX_NUM = 120

[/CODE]

PACK
uiScript'den, shopdialog.py dosyasını açın. Aşağıdaki kod bloğunu gerekli yerden değiştirin.
Kod:
window = {
    "name" : "ShopDialog",

    "x" : SCREEN_WIDTH - 400,
    "y" : 27,

    "style" : ("movable", "float",),

    "width" : 184 + 320,
    "height" : 328,

    "children" :
    (
        {
            "name" : "board",
            "type" : "board",
            "style" : ("attach",),

            "x" : 0,
            "y" : 0,

            "width" : 184 + 320,
            "height" : 328,

            "children" :
            (
                ## Title
                {
                    "name" : "TitleBar",
                    "type" : "titlebar",
                    "style" : ("attach",),

                    "x" : 8,
                    "y" : 8,

                    "width" : 184 + 305,
                    "color" : "gray",

                    "children" :
                    (
                        { "name":"TitleName", "type":"text", "x":84 + 160, "y":4, "text":uiScriptLocale.SHOP_TITLE, "text_horizontal_align":"center" },
                    ),
                },

                ## Item Slot
                {
                    "name" : "ItemSlot",
                    "type" : "grid_table",

                    "x" : 12,
                    "y" : 34,

                    "start_index" : 0,
                    "x_count" : 15,
                    "y_count" : 8,
                    "x_step" : 32,
                    "y_step" : 32,

                    "image" : "d:/ymir work/ui/public/Slot_Base.sub",
                },

                ## Buy
                {
                    "name" : "BuyButton",
                    "type" : "toggle_button",

                    "x" : 21,
                    "y" : 295,

                    "width" : 61,
                    "height" : 21,

                    "text" : uiScriptLocale.SHOP_BUY,

                    "default_image" : "d:/ymir work/ui/public/middle_button_01.sub",
                    "over_image" : "d:/ymir work/ui/public/middle_button_02.sub",
                    "down_image" : "d:/ymir work/ui/public/middle_button_03.sub",
                },

                ## Sell
                {
                    "name" : "SellButton",
                    "type" : "toggle_button",

                    "x" : 104 + 320,
                    "y" : 295,

                    "width" : 61,
                    "height" : 21,

                    "text" : uiScriptLocale.SHOP_SELL,

                    "default_image" : "d:/ymir work/ui/public/middle_button_01.sub",
                    "over_image" : "d:/ymir work/ui/public/middle_button_02.sub",
                    "down_image" : "d:/ymir work/ui/public/middle_button_03.sub",
                },

                ## Close
                {
                    "name" : "CloseButton",
                    "type" : "button",

                    "x" : 50,
                    "y" : 295,

                    "horizontal_align" : "center",

                    "text" : uiScriptLocale.PRIVATE_SHOP_CLOSE_BUTTON,

                    "default_image" : "d:/ymir work/ui/public/large_button_01.sub",
                    "over_image" : "d:/ymir work/ui/public/large_button_02.sub",
                    "down_image" : "d:/ymir work/ui/public/large_button_03.sub",
                },


Kardeş ben ekliyorum, herşeyi kontrollü olarak ama game syserr veriyor

Kod:
SYSERR: May 26 17:28:41.437789 :: pid_init:
Start of pid: 932

SYSERR: May 26 17:28:41.456382 :: pid_init:
Start of pid: 935

SYSERR: May 26 17:28:41.457476 :: socket_bind: bind: Address already in use
SYSERR: May 26 17:28:46.730430 :: pid_init:
Start of pid: 942

SYSERR: May 26 17:28:46.732874 :: socket_bind: bind: Address already in use
SYSERR: May 26 17:28:48.741726 :: Boot: shop table size error
SYSERR: May 26 17:28:49.9825 :: pid_deinit:
End of pid

SYSERR: May 26 17:28:51.796740 :: pid_init:
Start of pid: 945

SYSERR: May 26 17:28:54.255935 :: Boot: shop table size error
SYSERR: May 26 17:28:56.28280 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:01.108147 :: pid_init:
Start of pid: 949

SYSERR: May 26 17:29:04.167687 :: Boot: shop table size error
SYSERR: May 26 17:29:05.748772 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:10.823294 :: pid_init:
Start of pid: 950

SYSERR: May 26 17:29:13.932093 :: Boot: shop table size error
SYSERR: May 26 17:29:15.801082 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:21.6436 :: pid_init:
Start of pid: 955

SYSERR: May 26 17:29:23.964112 :: Boot: shop table size error
SYSERR: May 26 17:29:24.301186 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:29.375561 :: pid_init:
Start of pid: 956

SYSERR: May 26 17:29:32.525313 :: Boot: shop table size error
SYSERR: May 26 17:29:32.839970 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:37.915443 :: pid_init:
Start of pid: 959

SYSERR: May 26 17:29:39.458423 :: Boot: shop table size error
SYSERR: May 26 17:29:39.728730 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:44.794998 :: pid_init:
Start of pid: 962

SYSERR: May 26 17:29:46.348056 :: Boot: shop table size error
SYSERR: May 26 17:29:46.619763 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:51.696742 :: pid_init:
Start of pid: 965

SYSERR: May 26 17:29:54.665244 :: Boot: shop table size error
SYSERR: May 26 17:29:54.931682 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:59.6536 :: pid_init:
Start of pid: 968

SYSERR: May 26 17:30:03.264987 :: Boot: shop table size error
SYSERR: May 26 17:30:03.535890 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:08.611740 :: pid_init:
Start of pid: 973

SYSERR: May 26 17:30:11.771992 :: Boot: shop table size error
SYSERR: May 26 17:30:12.44419 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:17.126794 :: pid_init:
Start of pid: 976

SYSERR: May 26 17:30:20.609406 :: Boot: shop table size error
SYSERR: May 26 17:30:20.874572 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:25.994428 :: pid_init:
Start of pid: 979

SYSERR: May 26 17:30:29.928515 :: Boot: shop table size error
SYSERR: May 26 17:30:30.245913 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:35.326522 :: pid_init:
Start of pid: 982

SYSERR: May 26 17:30:39.33403 :: Boot: shop table size error
SYSERR: May 26 17:30:41.33635 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:46.167232 :: pid_init:
Start of pid: 992

SYSERR: May 26 17:30:49.375793 :: Boot: shop table size error
SYSERR: May 26 17:30:51.409142 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:56.504039 :: pid_init:
Start of pid: 995

SYSERR: May 26 17:30:58.750247 :: Boot: shop table size error
SYSERR: May 26 17:31:00.487903 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:05.655026 :: pid_init:
Start of pid: 998

SYSERR: May 26 17:31:08.102225 :: Boot: shop table size error
SYSERR: May 26 17:31:09.652651 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:14.935493 :: pid_init:
Start of pid: 1000

SYSERR: May 26 17:31:17.747485 :: Boot: shop table size error
SYSERR: May 26 17:31:18.190215 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:23.265292 :: pid_init:
Start of pid: 1003

SYSERR: May 26 17:31:26.47743 :: Boot: shop table size error
SYSERR: May 26 17:31:26.398017 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:31.465416 :: pid_init:
Start of pid: 1006

SYSERR: May 26 17:31:33.62345 :: Boot: shop table size error
SYSERR: May 26 17:31:33.331566 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:38.405520 :: pid_init:
Start of pid: 1009

SYSERR: May 26 17:31:40.487956 :: Boot: shop table size error
SYSERR: May 26 17:31:40.759455 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:45.839255 :: pid_init:
Start of pid: 1012

SYSERR: May 26 17:31:49.308865 :: Boot: shop table size error
SYSERR: May 26 17:31:49.579598 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:54.672519 :: pid_init:
Start of pid: 1015

SYSERR: May 26 17:31:57.464256 :: Boot: shop table size error
SYSERR: May 26 17:31:57.768524 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:02.848389 :: pid_init:
Start of pid: 1016

SYSERR: May 26 17:32:05.688924 :: Boot: shop table size error
SYSERR: May 26 17:32:06.41125 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:11.121239 :: pid_init:
Start of pid: 1019

SYSERR: May 26 17:32:12.683102 :: Boot: shop table size error
SYSERR: May 26 17:32:12.952488 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:18.28516 :: pid_init:
Start of pid: 1022

SYSERR: May 26 17:32:19.580072 :: Boot: shop table size error
SYSERR: May 26 17:32:19.851314 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:25.25572 :: pid_init:
Start of pid: 1025

SYSERR: May 26 17:32:28.384673 :: Boot: shop table size error
SYSERR: May 26 17:32:28.656428 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:33.732770 :: pid_init:
Start of pid: 1042
 
Paylaşım için teşekkürler.

Great offshop uyumlu mudur?
 
Kardeş ben ekliyorum, herşeyi kontrollü olarak ama game syserr veriyor

Kod:
SYSERR: May 26 17:28:41.437789 :: pid_init:
Start of pid: 932

SYSERR: May 26 17:28:41.456382 :: pid_init:
Start of pid: 935

SYSERR: May 26 17:28:41.457476 :: socket_bind: bind: Address already in use
SYSERR: May 26 17:28:46.730430 :: pid_init:
Start of pid: 942

SYSERR: May 26 17:28:46.732874 :: socket_bind: bind: Address already in use
SYSERR: May 26 17:28:48.741726 :: Boot: shop table size error
SYSERR: May 26 17:28:49.9825 :: pid_deinit:
End of pid

SYSERR: May 26 17:28:51.796740 :: pid_init:
Start of pid: 945

SYSERR: May 26 17:28:54.255935 :: Boot: shop table size error
SYSERR: May 26 17:28:56.28280 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:01.108147 :: pid_init:
Start of pid: 949

SYSERR: May 26 17:29:04.167687 :: Boot: shop table size error
SYSERR: May 26 17:29:05.748772 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:10.823294 :: pid_init:
Start of pid: 950

SYSERR: May 26 17:29:13.932093 :: Boot: shop table size error
SYSERR: May 26 17:29:15.801082 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:21.6436 :: pid_init:
Start of pid: 955

SYSERR: May 26 17:29:23.964112 :: Boot: shop table size error
SYSERR: May 26 17:29:24.301186 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:29.375561 :: pid_init:
Start of pid: 956

SYSERR: May 26 17:29:32.525313 :: Boot: shop table size error
SYSERR: May 26 17:29:32.839970 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:37.915443 :: pid_init:
Start of pid: 959

SYSERR: May 26 17:29:39.458423 :: Boot: shop table size error
SYSERR: May 26 17:29:39.728730 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:44.794998 :: pid_init:
Start of pid: 962

SYSERR: May 26 17:29:46.348056 :: Boot: shop table size error
SYSERR: May 26 17:29:46.619763 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:51.696742 :: pid_init:
Start of pid: 965

SYSERR: May 26 17:29:54.665244 :: Boot: shop table size error
SYSERR: May 26 17:29:54.931682 :: pid_deinit:
End of pid

SYSERR: May 26 17:29:59.6536 :: pid_init:
Start of pid: 968

SYSERR: May 26 17:30:03.264987 :: Boot: shop table size error
SYSERR: May 26 17:30:03.535890 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:08.611740 :: pid_init:
Start of pid: 973

SYSERR: May 26 17:30:11.771992 :: Boot: shop table size error
SYSERR: May 26 17:30:12.44419 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:17.126794 :: pid_init:
Start of pid: 976

SYSERR: May 26 17:30:20.609406 :: Boot: shop table size error
SYSERR: May 26 17:30:20.874572 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:25.994428 :: pid_init:
Start of pid: 979

SYSERR: May 26 17:30:29.928515 :: Boot: shop table size error
SYSERR: May 26 17:30:30.245913 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:35.326522 :: pid_init:
Start of pid: 982

SYSERR: May 26 17:30:39.33403 :: Boot: shop table size error
SYSERR: May 26 17:30:41.33635 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:46.167232 :: pid_init:
Start of pid: 992

SYSERR: May 26 17:30:49.375793 :: Boot: shop table size error
SYSERR: May 26 17:30:51.409142 :: pid_deinit:
End of pid

SYSERR: May 26 17:30:56.504039 :: pid_init:
Start of pid: 995

SYSERR: May 26 17:30:58.750247 :: Boot: shop table size error
SYSERR: May 26 17:31:00.487903 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:05.655026 :: pid_init:
Start of pid: 998

SYSERR: May 26 17:31:08.102225 :: Boot: shop table size error
SYSERR: May 26 17:31:09.652651 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:14.935493 :: pid_init:
Start of pid: 1000

SYSERR: May 26 17:31:17.747485 :: Boot: shop table size error
SYSERR: May 26 17:31:18.190215 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:23.265292 :: pid_init:
Start of pid: 1003

SYSERR: May 26 17:31:26.47743 :: Boot: shop table size error
SYSERR: May 26 17:31:26.398017 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:31.465416 :: pid_init:
Start of pid: 1006

SYSERR: May 26 17:31:33.62345 :: Boot: shop table size error
SYSERR: May 26 17:31:33.331566 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:38.405520 :: pid_init:
Start of pid: 1009

SYSERR: May 26 17:31:40.487956 :: Boot: shop table size error
SYSERR: May 26 17:31:40.759455 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:45.839255 :: pid_init:
Start of pid: 1012

SYSERR: May 26 17:31:49.308865 :: Boot: shop table size error
SYSERR: May 26 17:31:49.579598 :: pid_deinit:
End of pid

SYSERR: May 26 17:31:54.672519 :: pid_init:
Start of pid: 1015

SYSERR: May 26 17:31:57.464256 :: Boot: shop table size error
SYSERR: May 26 17:31:57.768524 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:02.848389 :: pid_init:
Start of pid: 1016

SYSERR: May 26 17:32:05.688924 :: Boot: shop table size error
SYSERR: May 26 17:32:06.41125 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:11.121239 :: pid_init:
Start of pid: 1019

SYSERR: May 26 17:32:12.683102 :: Boot: shop table size error
SYSERR: May 26 17:32:12.952488 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:18.28516 :: pid_init:
Start of pid: 1022

SYSERR: May 26 17:32:19.580072 :: Boot: shop table size error
SYSERR: May 26 17:32:19.851314 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:25.25572 :: pid_init:
Start of pid: 1025

SYSERR: May 26 17:32:28.384673 :: Boot: shop table size error
SYSERR: May 26 17:32:28.656428 :: pid_deinit:
End of pid

SYSERR: May 26 17:32:33.732770 :: pid_init:
Start of pid: 1042

db source build etmemişsin.
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst