- Katılım
- 21 Eki 2018
- Konular
- 78
- Mesajlar
- 2,354
- Çözüm
- 12
- Reaksiyon Skoru
- 854
- Altın Konu
- 0
- TM Yaşı
- 7 Yıl 7 Ay 26 Gün
- Başarım Puanı
- 182
- MmoLira
- 346
- DevLira
- -221
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
- Katılım
- 19 Eyl 2011
- Konular
- 3,423
- Mesajlar
- 8,597
- Çözüm
- 12
- Online süresi
- 1mo 28d
- Reaksiyon Skoru
- 754
- Altın Konu
- 0
- TM Yaşı
- 14 Yıl 9 Ay
- Başarım Puanı
- 394
- MmoLira
- 6,460
- DevLira
- 12
Teşekkürler..
- Katılım
- 11 May 2015
- Konular
- 2
- Mesajlar
- 45
- Online süresi
- 1m 20s
- Reaksiyon Skoru
- 6
- Altın Konu
- 0
- TM Yaşı
- 11 Yıl 1 Ay 4 Gün
- Başarım Puanı
- 57
- MmoLira
- 42
- DevLira
- 0
teşekkürlerDaha önce 36 slotlu olanı paylaşıldı bu 24 lü versiyonuz.
______________________
Açılır: game/exchange.cpp
Aratılır:
Kod:m_pGrid = M2_NEW CGrid(4,3);
Değiştirilir:
Kod:m_pGrid = M2_NEW CGrid(6,4);
Açılır: game/exchange.h
Aratılır:
Kod:EXCHANGE_ITEM_MAX_NUM = 12
Değiştirilir:
Kod:EXCHANGE_ITEM_MAX_NUM = 24
Açılır: UserInterface/PythonExchange.h
Aratılır:
Kod:EXCHANGE_ITEM_MAX_NUM = 12
Değiştirilir:
Kod:EXCHANGE_ITEM_MAX_NUM = 24
Açılır: pack/uiscript/exchangedialog.py
Kod:[URL="http://pastebin.com/jXZZDYsR"]> İçerik komple değiştirilir <[/URL]
- Katılım
- 9 Nis 2016
- Konular
- 157
- Mesajlar
- 1,729
- Çözüm
- 59
- Online süresi
- 2mo 26d
- Reaksiyon Skoru
- 836
- Altın Konu
- 0
- TM Yaşı
- 10 Yıl 2 Ay 6 Gün
- Başarım Puanı
- 224
- MmoLira
- 4,315
- DevLira
- 51
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Kod:
import uiScriptLocale
import localeInfo
ROOT = "d:/ymir work/ui/game/"
BOARD_WIDTH = 408
BOARD_HEIGHT = 222
window = {
"name" : "ExchangeDialog",
"x" : 0,
"y" : 0,
"style" : ("movable", "float",),
"width" : BOARD_WIDTH,
"height" : BOARD_HEIGHT,
"children" :
(
{
"name" : "board",
"type" : "board",
"style" : ("attach",),
"x" : 0,
"y" : 0,
"width" : BOARD_WIDTH,
"height" : BOARD_HEIGHT,
"children" :
(
## Title
{
"name" : "TitleBar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 8,
"y" : 8,
"width" : 394,
"color" : "gray",
"children" :
(
{ "name":"TitleName", "type":"text", "x":192, "y":3, "text":uiScriptLocale.EXCHANGE_TITLE, "text_horizontal_align":"center" },
),
},
## MiddleBar
{
"name" : "Middle_Bar",
"type" : "expanded_image",
"x" : (BOARD_WIDTH / 2) - 3,
"y" : 33,
"x_scale" : 2.0,
"y_scale" : 1.20,
"image" : ROOT + "windows/middlebar.sub",
},
## Owner
{
"name" : "Owner",
"type" : "window",
"x" : 208,
"y" : 33,
"width" : 200,
"height" : 150,
"children" :
(
{
"name" : "Owner_Slot",
"type" : "grid_table",
"start_index" : 0,
"x" : 0,
"y" : 0,
"x_count" : 6,
"y_count" : 4,
"x_step" : 32,
"y_step" : 32,
"x_blank" : 0,
"y_blank" : 0,
"image" : "d:/ymir work/ui/public/slot_base.sub",
},
{
"name" : "Owner_Cheque",
"type" : "button",
"x" : 10,
"y" : 134,
#"image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"default_image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"over_image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"down_image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"children" :
(
{
"name" : "Owner_Cheque_Value",
"type" : "text",
"x" : 59,
"y" : 2,
"text" : "1234567",
"text_horizontal_align" : "right",
},
),
},
{
"name" : "Owner_Money",
"type" : "button",
"x" : 10,
"y" : 160,
#"image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"default_image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"over_image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"down_image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"children" :
(
{
"name" : "Owner_Money_Value",
"type" : "text",
"x" : 59,
"y" : 2,
"text" : "1234567",
"text_horizontal_align" : "right",
},
),
},
{
"name" : "Owner_Accept_Light",
"type" : "button",
"x" : 105,
"y" : 142,
"default_image" : "d:/ymir work/ui/game/windows/accept_button_off.sub",
"over_image" : "d:/ymir work/ui/game/windows/accept_button_off.sub",
"down_image" : "d:/ymir work/ui/game/windows/accept_button_on.sub",
},
{
"name" : "Owner_Accept_Button",
"type" : "toggle_button",
"x" : 130,
"y" : 142,
"text" : uiScriptLocale.EXCHANGE_ACCEPT,
"default_image" : "d:/ymir work/ui/public/small_button_01.sub",
"over_image" : "d:/ymir work/ui/public/small_button_02.sub",
"down_image" : "d:/ymir work/ui/public/small_button_03.sub",
},
{
"name" : "strOwner_Cheque",
"type" : "text",
"x" : 77,
"y" : 135,
"text" : localeInfo.CHEQUE_SYSTEM_UNIT_WON,
},
{
"name" : "strOwner_Yang",
"type" : "text",
"x" : 77,
"y" : 161,
"text" : localeInfo.CHEQUE_SYSTEM_UNIT_YANG,
},
),
},
## Target
{
"name" : "Target",
"type" : "window",
"x" : 10,
"y" : 33,
"width" : 200,
"height" : 150,
"children" :
(
{
"name" : "Target_Slot",
"type" : "grid_table",
"start_index" : 0,
"x" : 0,
"y" : 0,
"x_count" : 6,
"y_count" : 4,
"x_step" : 32,
"y_step" : 32,
"x_blank" : 0,
"y_blank" : 0,
"image" : "d:/ymir work/ui/public/slot_base.sub",
},
{
"name" : "Target_Cheque",
"type" : "image",
"x" : 0,
"y" : 134,
"image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"children" :
(
{
"name" : "Target_Cheque_Value",
"type" : "text",
"x" : 59,
"y" : 2,
"text" : "1234567",
"text_horizontal_align" : "right",
},
),
},
{
"name" : "Target_Money",
"type" : "image",
"x" : 0,
"y" : 160,
"image" : "d:/ymir work/ui/public/parameter_slot_02.sub",
"children" :
(
{
"name" : "Target_Money_Value",
"type" : "text",
"x" : 59,
"y" : 2,
"text" : "1234567",
"text_horizontal_align" : "right",
},
),
},
{
"name" : "Target_Accept_Light",
"type" : "button",
"x" : 95,
"y" : 142,
"default_image" : "d:/ymir work/ui/game/windows/accept_button_off.sub",
"over_image" : "d:/ymir work/ui/game/windows/accept_button_off.sub",
"down_image" : "d:/ymir work/ui/game/windows/accept_button_on.sub",
},
{
"name" : "strTarget_Cheque",
"type" : "text",
"x" : 67,
"y" : 135,
"text" : localeInfo.CHEQUE_SYSTEM_UNIT_WON,
},
{
"name" : "strTarget_Yang",
"type" : "text",
"x" : 67,
"y" : 161,
"text" : localeInfo.CHEQUE_SYSTEM_UNIT_YANG,
},
),
},
),
},
),
}
- Katılım
- 9 Ara 2017
- Konular
- 12
- Mesajlar
- 582
- Çözüm
- 4
- Online süresi
- 1d 7h
- Reaksiyon Skoru
- 229
- Altın Konu
- 0
- TM Yaşı
- 8 Yıl 6 Ay 7 Gün
- Başarım Puanı
- 131
- Yaş
- 31
- MmoLira
- 1,089
- DevLira
- 0
teşekkürlerDaha önce 36 slotlu olanı paylaşıldı bu 24 lü versiyonuz.
______________________
Açılır: game/exchange.cpp
Aratılır:
Kod:m_pGrid = M2_NEW CGrid(4,3);
Değiştirilir:
Kod:m_pGrid = M2_NEW CGrid(6,4);
Açılır: game/exchange.h
Aratılır:
Kod:EXCHANGE_ITEM_MAX_NUM = 12
Değiştirilir:
Kod:EXCHANGE_ITEM_MAX_NUM = 24
Açılır: UserInterface/PythonExchange.h
Aratılır:
Kod:EXCHANGE_ITEM_MAX_NUM = 12
Değiştirilir:
Kod:EXCHANGE_ITEM_MAX_NUM = 24
Açılır: pack/uiscript/exchangedialog.py
Kod:[URL="http://pastebin.com/jXZZDYsR"]> İçerik komple değiştirilir <[/URL]
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 1
- Görüntüleme
- 2K
- Cevaplar
- 36
- Görüntüleme
- 13K
- Cevaplar
- 10
- Görüntüleme
- 3K
- Cevaplar
- 14
- Görüntüleme
- 3K





