Agora Metin2 1
Agora Metin2
PrimeAC 1
PrimeAC
ShadowFon 1
ShadowFon
noisiv 1
noisiv
Manwe Work 1
Manwe Work
romegames 1
romegames
kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
Bvural41 1
Bvural41
NovaLst 1
NovaLst
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

hasanmacit - veda paylaşımım ( Offline Shop Gui )

  • Konuyu başlatan Konuyu başlatan Astro Gezgin
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 75
  • Görüntüleme Görüntüleme 7K
5.00 yıldız(lar) 1 Değerlendirme Değerlendirenler

Astro Gezgin

Level 3
TM Üye
Üye
Katılım
6 Nis 2015
Konular
10
Mesajlar
242
Online süresi
16d 4h
Reaksiyon Skoru
144
Altın Konu
0
TM Yaşı
11 Yıl 2 Ay 8 Gün
Başarım Puanı
92
MmoLira
171
DevLira
9
Ticaret - 0%
0   0   0

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!

metin2 yok bundan sonra bıraktım gta5 oynicam tek bişey öğrendiysem burdaki herkesin en az 10 tane sakladığı yüzü var (bazı kişiler hariç) bu yüzden tr ile 1-1 pazar guisini paylaşıyorum (aslında bu paylaşım vedamı duyurmak için fakat profilime yazsam kimse görmez xd beni hasanmacit, roku, Player 1 olarak tanıdınız elveda) düzgün kullanırsanız gui m2ksfdeki ve owsaptaki shopa uyuyor

0816_110430.jpg


Python:
import uiScriptLocale

ROOT_PATH            = "d:/ymir work/ui/game/premium_private_shop/"

WINDOW_WIDTH        = 196
WINDOW_HEIGHT        = 500


window = {
    "name" : "OfflineShopPanel",

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

    "x" : SCREEN_WIDTH / 2 - WINDOW_WIDTH / 2,
    "y" : SCREEN_HEIGHT / 2 - WINDOW_HEIGHT / 2,

    "width"        : WINDOW_WIDTH,
    "height"    : WINDOW_HEIGHT,

    "children" :
    (
        {
            "name" : "board",
            "type" : "board",

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

            "width"        : WINDOW_WIDTH,
            "height"    : WINDOW_HEIGHT,

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

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

                    "width" : 181,
                    "color" : "yellow",

                    "children" :
                    (
                        { "name":"TitleName", "type":"text", "x":90, "y":3, "text":"Kişisel Dükkan", "text_horizontal_align":"center" },
                    ),
                },

                {
                    "name"    : "store_name",
                    "type"    : "image",
                    "x"        : 30,
                    "y"        : 32,
                    "horizontal_align" : "left",
                    "vertical_align" : "top",
                    "image"    : ROOT_PATH + "shop_name_text_bg.sub",
                },

                {
                    "name"    : "store_icon",
                    "type"    : "image",
                    "x"        : 10,
                    "y"        : 53,
                    "horizontal_align" : "left",
                    "vertical_align" : "top",
                    # "text" : "Premium pazar açılıyor.",
                    "image"    : ROOT_PATH + "notice_bg.sub",
                },

                {
                    "name"    : "store_text",
                    "type"    : "text",
                    "x"        : 18,
                    "y"        : 56,
                    "horizontal_align" : "left",
                    "vertical_align" : "top",
                    "text" : "Kişisel dükkan şu anda yönetiliyor.",
                    "image"    : ROOT_PATH + "notice_bg.sub",
                },

                {
                    "name"    : "home_icon",
                    "type"    : "image",
                    "x"        : 7,
                    "y"        : 35,
                    "horizontal_align" : "left",
                    "vertical_align" : "top",
                    "image"    : ROOT_PATH + "position_icon.sub",
                },

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

                    "x" : 18,
                    "y" : 75,

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

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

                ## Remain Time Button
                {
                    "name"    : "sandglass_icon",
                    "type"    : "image",
                    "x"        : 10,
                    "y"        : 97,
                    "horizontal_align" : "left",
                    "vertical_align" : "bottom",
                    "image"    : ROOT_PATH + "sandglass_icon.sub",
                },
                   
                ## Remain Time Text
                {
                    "name" : "remain_time_text_window", "type" : "window", "style" : ("attach",), "x" : 40, "y" : 97, "width" : 137, "height" : 18,
                    "horizontal_align" : "left",
                    "vertical_align" : "bottom",
                    "children" :
                    (
                        { "name" : "remain_time_text_bg", "type":"image", "x":0, "y":0, "image" : ROOT_PATH + "remain_time_text_bg.sub", },
                        { "name" : "remain_time_text", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "", },
                    ),
                },
                   
                # won icon
                {
                    "name":"won_icon",
                    "type":"image",
                   
                    "x": 10,
                    "y": 77,
                   
                    "horizontal_align" : "left",
                    "vertical_align" : "bottom",
                   
                    "image":"d:/ymir work/ui/game/premium_private_shop/cheque_icon.sub",
                },
               
                ## won text
                {
                    "name" : "won_text_window", "type" : "window", "style" : ("attach",), "x" : 40, "y" : 77, "width" : 24, "height" : 20,
                   
                    "horizontal_align" : "left",
                    "vertical_align" : "bottom",
                   
                    "children" :
                    (
                        { "name" : "won_text_bg", "type":"image", "x":0, "y":0, "image" : ROOT_PATH + "won_text_bg.sub", },
                        { "name" : "won_text", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "", },
                    ),
                },
               
                # yang icon
                {
                    "name":"yang_icon",
                    "type":"image",
                   
                    "x": 69,
                    "y": 77,
                   
                    "horizontal_align" : "left",
                    "vertical_align" : "bottom",
                   
                    "image":"d:/ymir work/ui/game/windows/money_icon.sub",
                },

                # yang slot
                {
                    "name" : "yang_text_window", "type" : "window", "style" : ("attach",), "x" : 87, "y" : 77, "width" : 90, "height" : 20,
       
                    "horizontal_align" : "left",
                    "vertical_align" : "bottom",
                   
                    "children" :
                    (
                        { "name" : "yang_text_bg", "type":"image", "x":0, "y":0, "image" : ROOT_PATH + "yang_text_bg.sub", },
                        { "name" : "yang_text", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "", },
                    ),
                },
               
                ## Button Close Shop
                {
                    "name" : "CloseButton",
                    "type" : "button",

                    "x" : 65,
                    "y" : 37,
                   
                    "horizontal_align" : "right",
                    "vertical_align" : "bottom",

                    "default_image" : ROOT_PATH + "shop_close_button_default.sub",
                    "over_image" : ROOT_PATH + "shop_close_button_over.sub",
                    "down_image" : ROOT_PATH + "shop_close_button_down.sub",
                },
                ## Button Refresh Money
                {
                    "name" : "GoldButton",
                    "type" : "button",

                    "x" : 0,
                    "y" : 37,
                   
                    "horizontal_align" : "center",
                    "vertical_align" : "bottom",

                    "default_image" : ROOT_PATH + "tax_adjustment_button_default.sub",
                    "over_image" : ROOT_PATH + "tax_adjustment_button_over.sub",
                    "down_image" : ROOT_PATH + "tax_adjustment_button_down.sub",
                },
               
                ## Edit Button
                {
                    "name" : "EditButton",
                    "type" : "button",

                    "x" : 10,
                    "y" : 37,
                   
                    "horizontal_align" : "left",
                    "vertical_align" : "bottom",

                    "default_image" : ROOT_PATH + "modify_button_default.sub",
                    "over_image" : ROOT_PATH + "modify_button_over.sub",
                    "down_image" : ROOT_PATH + "modify_button_down.sub",
                },
               
            ),
        },
    ),
}
 
Son düzenleme:

En Çok Reaksiyon Alan Mesajlar

hatta baya bi fixlemiştim bir kaç sistemde eklemiştim paylaşiyimda nasiplenin eksik filesi; satış konusunu kapatta ağız tadıyla paylaşalım demeyin😂
ağlamayın kardeşim o wareze düşenle oyun açın bekliyorum nasılsa filese ben para vermedim elinde patlayan düşünsün..😂
Öğeyi görmek için üye olmalısınız.

@blackjack1921

1250 tlye aldığım filesi vericem warez ikarusu razu v4e ekleyene AHSBAJSBAUSBASBAUSHASUHASHAUSBSHSH
hasan otur oturduğun yere
 
hayırdır uleyn
 

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

Geri
Üst