Çözüldü official bonus tablosu hakkında

  • Konuyu açan Konuyu açan MEKA
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 1
  • Gösterim Gösterim 1K
Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

MEKA

Discord: mekaprojects
Süper Moderatör
Grafiker
Geliştirici
Yardımsever Üye
Mesaj
2.795
Çözümler
287
Beğeni
2.072
Puan
1.850
Ticaret Puanı
2
Aşagıdaki gibi yapmak istiyorum bi türlü yapamadım yardımcı olursanız sevinirim
Orjinal Hali

54f7725608e626b341147cec73e6d353.gif

Yapmak İstedigim
DOAnZO.jpg


Python:
Genişlet Daralt Kopyala
import localeInfo
import uiScriptLocale

LOCALE_PATH = uiScriptLocale.WINDOWS_PATH

MAINBOARD_WIDTH = 200
MAINBOARD_HEIGHT = 364#361

LABEL_START_X = 0-10
LABEL_START_Y = 39
LABEL_WIDTH = 50
LABEL_HEIGHT = 17
LABEL_GAP = LABEL_HEIGHT+7
LABEL_NAME_POS_X = 0-10
TITLE_BAR_POS_X = 10
TITLE_BAR_WIDTH = 163

window = {
    "name" : "CharacterDetailsWindow",
    "style" : ("float",),
   
    "x" : 274, #24+253-3,
    "y" : (SCREEN_HEIGHT - 398) / 2,

    "width" : MAINBOARD_WIDTH,
    "height" : MAINBOARD_HEIGHT,
   
    "children" :
    (
        ## MainBoard
        {
            "name" : "MainBoard",
            "type" : "board",
            "style" : ("attach","ltr"),
           
            ## CharacterWindow.py ¿µÇâ ¹ŞÀ½
            "x" : 0,
            "y" : 0,

            "width" : MAINBOARD_WIDTH,
            "height" : MAINBOARD_HEIGHT,
           
            "children" :
            (
                ## ŸÀÌƲ¹Ù
                {
                    "name" : "TitleBar",
                    "type" : "titlebar",
                    "style" : ("attach",),

                    "x" : 6,
                    "y" : 7,

                    "width" : MAINBOARD_WIDTH - 13,
                   
                    "children" :
                    (
                        { "name" : "TitleName", "type" : "text", "x" : 0, "y" : 0, "text": localeInfo.DETAILS_TITLE, "all_align":"center" },
                    ),
                },
                           
                ## ½ºÅ©·Ñ ¹Ù
                {
                    "name" : "ScrollBar",
                    "type" : "scrollbar",

                    "x" : 24,
                    "y" : 31,
                    "size" : MAINBOARD_HEIGHT - 40,
                    "horizontal_align" : "right",
                },
               
                ## È£¸®Áğ ¹Ù
                {
                    "name" : "horizontalbar0", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*0, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName0", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar1", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*1, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName1", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar2", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*2, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName2", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar3", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*3, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName3", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar4", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*4, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName4", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar5", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*5, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName5", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar6", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*6, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName6", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar7", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*7, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName7", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar8", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*8, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName8", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar9", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*9, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName9", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar10", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*10, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName10", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar11", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*11, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName11", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                },
                {
                    "name" : "horizontalbar12", "type":"horizontalbar", "x":TITLE_BAR_POS_X, "y":LABEL_START_Y+LABEL_GAP*12, "width":TITLE_BAR_WIDTH,
                    "children" : ( { "name" : "horizontalbarName12", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", }, ),
                }, ## È£¸®Áğ ¹Ù ³¡
               
                ## ¶óº§ ##
                {
                    "name" : "label0", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*0, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue0", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label1", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*1, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue1", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label2", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*2, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue2", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label3", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*3, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue3", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label4", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*4, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue4", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label5", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*5, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue5", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label6", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*6, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue6", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label7", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*7, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue7", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label8", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*8, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue8", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label9", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*9, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue9", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label10", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*10, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue10", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label11", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*11, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue11", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                },
                {
                    "name" : "label12", "type" : "thinboard_circle", "x" : LABEL_START_X, "y" : LABEL_START_Y+LABEL_GAP*12, "width" : LABEL_WIDTH, "height" : LABEL_HEIGHT,
                    "horizontal_align" : "center",
                    "children" : (
                        { "name" : "labelvalue12", "type" : "text", "x" : 0, "y" : 0, "text" : "", "all_align" : "center", },
                    ),
                }, ## ¶óº§ ³¡
               
                ## ¹öÆ°
                {
                            "name" : "labelname0", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*0,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },
                {
                            "name" : "labelname1", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*1,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },
                {
                            "name" : "labelname2", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*2,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },
                {
                            "name" : "labelname3", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*3,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname4", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*4,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname5", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*5,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname6", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*6,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname7", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*7,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname8", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*8,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname9", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*9,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname10", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*10,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname11", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*11,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                },   
                {
                            "name" : "labelname12", "type" : "button",
                            "x" : LABEL_NAME_POS_X, "y" : LABEL_START_Y+LABEL_GAP*12,
                           
                            "text" : "",
                            "horizontal_align" : "center",
                           
                            "default_image" : LOCALE_PATH + "details.sub",
                            "over_image" : LOCALE_PATH + "details.sub",
                            "down_image" : LOCALE_PATH + "details.sub",
                }, ## ¹öÆ° ³¡
               
            ),
        }, ## MainBoard End
    ),
}
 
Edit : Bir filesten sökülerek tamamlanmıştır. Kapatılabilir.
 
Son düzenleme:
Çözüm
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Üst