Register for your free account! | Forgot your password?

You last visited: Today at 15:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



taskbar.py Hilfe

Discussion on taskbar.py Hilfe within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2010
Posts: 159
Received Thanks: 7
taskbar.py Hilfe

Hallo,

Ich hätte eine Frage zur taskbar.py.

Ich möchte die EXP Leiste und die HP, MP und SP Leiste weg haben.
Könnte mir da bitte einer helfen?

Grüße

XtremeZocker


PHP Code:
import uiScriptLocale

ROOT 
"d:/ymir work/ui/game/"

#Y_ADD_POSITION = -2
Y_ADD_POSITION 0

window 
= {
    
"name" "TaskBar",

    
"x" 0,
    
"y" SCREEN_HEIGHT 37,

    
"width" SCREEN_WIDTH,
    
"height" 37,

    
"children" :
    (
        
## Board
        
{
            
"name" "Base_Board_01",
            
"type" "expanded_image",

            
"x" 263,
            
"y" 0,

            
"rect" : (0.00.0float(SCREEN_WIDTH 263 256) / 256.00.0),

            
"image" "d:/ymir work/ui/pattern/TaskBar_Base.tga"
        
},

        
## Gauge
        
{
            
"name" "Gauge_Board",
            
"type" "image",

            
"x" 0,
            
"y" : -10 Y_ADD_POSITION,

            
"image" ROOT "taskbar/gauge.sub",

            
"children" :
            (
                {
                    
"name" "RampageGauge",
                    
"type" "ani_image",

                    
"x" 8,
                    
"y" 4,
                    
"width"  40,
                    
"height" 40,

                    
"delay" 6,

                    
"images" :
                    (
                        
"locale/de/ui/Mall/00.sub",
                        
"locale/de/ui/Mall/01.sub",
                        
"locale/de/ui/Mall/02.sub",
                        
"locale/de/ui/Mall/03.sub",
                        
"locale/de/ui/Mall/04.sub",
                        
"locale/de/ui/Mall/05.sub",
                        
"locale/de/ui/Mall/06.sub",
                        
"locale/de/ui/Mall/07.sub",
                        
"locale/de/ui/Mall/08.sub",
                        
"locale/de/ui/Mall/09.sub",
                        
"locale/de/ui/Mall/11.sub",
                        
"locale/de/ui/Mall/12.sub",
                        
"locale/de/ui/Mall/13.sub",
                        
"locale/de/ui/Mall/14.sub",
                        
"locale/de/ui/Mall/15.sub",
                        
"locale/de/ui/Mall/16.sub",
                    )
                },
                {
                    
"name" "RampageGauge2",
                    
"type" "ani_image",

                    
"x" 8,
                    
"y" 4,
                    
"width"  40,
                    
"height" 40,

                    
"delay" 6,

                    
"images" :
                    (
                        
"locale/de/ui/Mall/00.sub",
                        
"locale/de/ui/Mall/01.sub",
                        
"locale/de/ui/Mall/02.sub",
                        
"locale/de/ui/Mall/03.sub",
                        
"locale/de/ui/Mall/04.sub",
                        
"locale/de/ui/Mall/05.sub",
                        
"locale/de/ui/Mall/06.sub",
                        
"locale/de/ui/Mall/07.sub",
                        
"locale/de/ui/Mall/08.sub",
                        
"locale/de/ui/Mall/09.sub",
                        
"locale/de/ui/Mall/11.sub",
                        
"locale/de/ui/Mall/12.sub",
                        
"locale/de/ui/Mall/13.sub",
                        
"locale/de/ui/Mall/14.sub",
                        
"locale/de/ui/Mall/15.sub",
                        
"locale/de/ui/Mall/16.sub",
                    )
                },
                {
                    
## ÅøÆÁÀ» ¶ç¿ì±â À§ÇÑ À©µµ¿ì
                    
"name" "HPGauge_Board",
                    
"type" "window",

                    
"x" 59,
                    
"y" 14,

                    
"width" 95,
                    
"height" 11,

                    
"children" :
                    (
                        {
                            
"name" "HPRecoveryGaugeBar",
                            
"type" "bar",

                            
"x" 0,
                            
"y" 0,
                            
"width" 95,
                            
"height" 13,
                            
"color" 0x55ff0000,
                        },
                        {
                            
"name" "HPGauge",
                            
"type" "ani_image",

                            
"x" 0,
                            
"y" 0,

                            
"delay" 6,

                            
"images" :
                            (
                                
"D:/Ymir Work/UI/Pattern/HPGauge/01.tga",
                                
"D:/Ymir Work/UI/Pattern/HPGauge/02.tga",
                                
"D:/Ymir Work/UI/Pattern/HPGauge/03.tga",
                                
"D:/Ymir Work/UI/Pattern/HPGauge/04.tga",
                                
"D:/Ymir Work/UI/Pattern/HPGauge/05.tga",
                                
"D:/Ymir Work/UI/Pattern/HPGauge/06.tga",
                                
"D:/Ymir Work/UI/Pattern/HPGauge/07.tga",
                            ),
                        },
                    ),
                },
                {
                    
## ÅøÆÁÀ» ¶ç¿ì±â À§ÇÑ À©µµ¿ì
                    
"name" "SPGauge_Board",
                    
"type" "window",

                    
"x" 59,
                    
"y" 24,

                    
"width" 95,
                    
"height" 11,

                    
"children" :
                    (
                        {
                            
"name" "SPRecoveryGaugeBar",
                            
"type" "bar",

                            
"x" 0,
                            
"y" 0,
                            
"width" 95,
                            
"height" 13,
                            
"color" 0x550000ff,
                        },
                        {
                            
"name" "SPGauge",
                            
"type" "ani_image",

                            
"x" 0,
                            
"y" 0,

                            
"delay" 6,

                            
"images" :
                            (
                                
"D:/Ymir Work/UI/Pattern/SPGauge/01.tga",
                                
"D:/Ymir Work/UI/Pattern/SPGauge/02.tga",
                                
"D:/Ymir Work/UI/Pattern/SPGauge/03.tga",
                                
"D:/Ymir Work/UI/Pattern/SPGauge/04.tga",
                                
"D:/Ymir Work/UI/Pattern/SPGauge/05.tga",
                                
"D:/Ymir Work/UI/Pattern/SPGauge/06.tga",
                                
"D:/Ymir Work/UI/Pattern/SPGauge/07.tga",
                            ),
                        },
                    ),
                },
                {
                    
## ÅøÆÁÀ» ¶ç¿ì±â À§ÇÑ À©µµ¿ì
                    
"name" "STGauge_Board",
                    
"type" "window",

                    
"x" 59,
                    
"y" 38,

                    
"width" 95,
                    
"height" 6,

                    
"children" :
                    (
                        {
                            
"name" "STGauge",
                            
"type" "ani_image",

                            
"x" 0,
                            
"y" 0,

                            
"delay" 6,

                            
"images" :
                            (
                                
"D:/Ymir Work/UI/Pattern/STGauge/01.tga",
                                
"D:/Ymir Work/UI/Pattern/STGauge/02.tga",
                                
"D:/Ymir Work/UI/Pattern/STGauge/03.tga",
                                
"D:/Ymir Work/UI/Pattern/STGauge/04.tga",
                                
"D:/Ymir Work/UI/Pattern/STGauge/05.tga",
                                
"D:/Ymir Work/UI/Pattern/STGauge/06.tga",
                                
"D:/Ymir Work/UI/Pattern/STGauge/07.tga",
                            ),
                        },
                    ),
                },

            ),
        },
        {
            
"name" "EXP_Gauge_Board",
            
"type" "image",

            
"x" 158,
            
"y" Y_ADD_POSITION,

            
"image" ROOT "taskbar/exp_gauge.sub",

            
"children" :
            (
                {
                    
"name" "EXPGauge_01",
                    
"type" "expanded_image",

                    
"x" 5,
                    
"y" 9,

                    
"image" ROOT "TaskBar/EXP_Gauge_Point.sub",
                },
                {
                    
"name" "EXPGauge_02",
                    
"type" "expanded_image",

                    
"x" 30,
                    
"y" 9,

                    
"image" ROOT "TaskBar/EXP_Gauge_Point.sub",
                },
                {
                    
"name" "EXPGauge_03",
                    
"type" "expanded_image",

                    
"x" 55,
                    
"y" 9,

                    
"image" ROOT "TaskBar/EXP_Gauge_Point.sub",
                },
                {
                    
"name" "EXPGauge_04",
                    
"type" "expanded_image",

                    
"x" 80,
                    
"y" 9,

                    
"image" ROOT "TaskBar/EXP_Gauge_Point.sub",
                },
            ),
        },

        
## Mouse Button
        
{
            
"name" "LeftMouseButton",
            
"type" "button",

            
"x" SCREEN_WIDTH/128,
            
"y" Y_ADD_POSITION,

            
"default_image" ROOT "TaskBar/Mouse_Button_Move_01.sub",
            
"over_image" ROOT "TaskBar/Mouse_Button_Move_02.sub",
            
"down_image" ROOT "TaskBar/Mouse_Button_Move_03.sub",
        },
        {
            
"name" "RightMouseButton",
            
"type" "button",

            
"x" SCREEN_WIDTH/128 66 11,
            
"y" Y_ADD_POSITION,

            
"default_image" ROOT "TaskBar/Mouse_Button_Move_01.sub",
            
"over_image" ROOT "TaskBar/Mouse_Button_Move_02.sub",
            
"down_image" ROOT "TaskBar/Mouse_Button_Move_03.sub",
        },

        
## Button
        
{
            
"name" "CharacterButton",
            
"type" "button",

            
"x" SCREEN_WIDTH 144,
            
"y" Y_ADD_POSITION,

            
"tooltip_text" uiScriptLocale.TASKBAR_CHARACTER,

            
"default_image" ROOT "TaskBar/Character_Button_01.sub",
            
"over_image" ROOT "TaskBar/Character_Button_02.sub",
            
"down_image" ROOT "TaskBar/Character_Button_03.sub",
        },
        {
            
"name" "InventoryButton",
            
"type" "button",

            
"x" SCREEN_WIDTH 110,
            
"y" Y_ADD_POSITION,

            
"tooltip_text" uiScriptLocale.TASKBAR_INVENTORY,

            
"default_image" ROOT "TaskBar/Inventory_Button_01.sub",
            
"over_image" ROOT "TaskBar/Inventory_Button_02.sub",
            
"down_image" ROOT "TaskBar/Inventory_Button_03.sub",
        },
        {
            
"name" "MessengerButton",
            
"type" "button",

            
"x" SCREEN_WIDTH 76,
            
"y" Y_ADD_POSITION,

            
"tooltip_text" uiScriptLocale.TASKBAR_MESSENGER,

            
"default_image" ROOT "TaskBar/Community_Button_01.sub",
            
"over_image" ROOT "TaskBar/Community_Button_02.sub",
            
"down_image" ROOT "TaskBar/Community_Button_03.sub",
        },
        {
            
"name" "SystemButton",
            
"type" "button",

            
"x" SCREEN_WIDTH 42,
            
"y" Y_ADD_POSITION,

            
"tooltip_text" uiScriptLocale.TASKBAR_SYSTEM,

            
"default_image" ROOT "TaskBar/System_Button_01.sub",
            
"over_image" ROOT "TaskBar/System_Button_02.sub",
            
"down_image" ROOT "TaskBar/System_Button_03.sub",
        },

        
## QuickBar
        
{
            
"name" "quickslot_board",
            
"type" "window",

            
"x" SCREEN_WIDTH/128 32 10,
            
"y" Y_ADD_POSITION,

            
"width" 256 14 11,
            
"height" 37,

            
"children" :
            (
                {
                    
"name" "ChatButton",
                    
"type" "button",

                    
"x" 128,
                    
"y" 1,
                    
"tooltip_text" uiScriptLocale.TASKBAR_CHAT,

                    
"default_image" ROOT "TaskBar/Chat_Button_01.sub",
                    
"over_image" ROOT "TaskBar/Chat_Button_02.sub",
                    
"down_image" ROOT "TaskBar/Chat_Button_03.sub",
                },
                {
                    
"name" "quick_slot_1",
                    
"type" "grid_table",

                    
"start_index" 0,

                    
"x" 0,
                    
"y" 3,

                    
"x_count" 4,
                    
"y_count" 1,
                    
"x_step" 32,
                    
"y_step" 32,

                    
"image" "d:/ymir work/ui/Public/Slot_Base.sub",
                    
"image_r" 1.0,
                    
"image_g" 1.0,
                    
"image_b" 1.0,
                    
"image_a" 1.0,

                    
"children" :
                    (
                        { 
"name" "slot_1""type" "image""x" 3"y" 3"image" "d:/ymir work/ui/game/taskbar/1.sub", },
                        { 
"name" "slot_2""type" "image""x" 35"y" 3"image" "d:/ymir work/ui/game/taskbar/2.sub", },
                        { 
"name" "slot_3""type" "image""x" 67"y" 3"image" "d:/ymir work/ui/game/taskbar/3.sub", },
                        { 
"name" "slot_4""type" "image""x" 99"y" 3"image" "d:/ymir work/ui/game/taskbar/4.sub", },
                    ),
                },
                {
                    
"name" "quick_slot_2",
                    
"type" "grid_table",

                    
"start_index" 4,

                    
"x" 128 14,
                    
"y" 3,

                    
"x_count" 4,
                    
"y_count" 1,
                    
"x_step" 32,
                    
"y_step" 32,

                    
"image" "d:/ymir work/ui/Public/Slot_Base.sub",
                    
"image_r" 1.0,
                    
"image_g" 1.0,
                    
"image_b" 1.0,
                    
"image_a" 1.0,

                    
"children" :
                    (
                        { 
"name" "slot_5""type" "image""x" 3"y" 3"image" "d:/ymir work/ui/game/taskbar/f1.sub", },
                        { 
"name" "slot_6""type" "image""x" 35"y" 3"image" "d:/ymir work/ui/game/taskbar/f2.sub", },
                        { 
"name" "slot_7""type" "image""x" 67"y" 3"image" "d:/ymir work/ui/game/taskbar/f3.sub", },
                        { 
"name" "slot_8""type" "image""x" 99"y" 3"image" "d:/ymir work/ui/game/taskbar/f4.sub", },
                    ),
                },
                {
                    
"name" "QuickSlotBoard",
                    
"type" "window",

                    
"x" 128+14+128+2,
                    
"y" 0,
                    
"width" 11,
                    
"height" 37,
                    
"children" :
                    (
                        {
                            
"name" "QuickSlotNumberBox",
                            
"type" "image",                            
                            
"x" 1,
                            
"y" 15,
                            
"image" ROOT "taskbar/QuickSlot_Button_Board.sub",
                        },
                        {
                            
"name" "QuickPageUpButton",
                            
"type" "button",
                            
"tooltip_text" uiScriptLocale.TASKBAR_PREV_QUICKSLOT,
                            
"x" 1,
                            
"y" 9,
                            
"default_image" ROOT "TaskBar/QuickSlot_UpButton_01.sub",
                            
"over_image" ROOT "TaskBar/QuickSlot_UpButton_02.sub",
                            
"down_image" ROOT "TaskBar/QuickSlot_UpButton_03.sub",
                        },

                        { 
                            
"name" "QuickPageNumber"
                            
"type" "image",                             
                            
"x" 3"y" 15"image" "d:/ymir work/ui/game/taskbar/1.sub"
                        },
                        {
                            
"name" "QuickPageDownButton",
                            
"type" "button",
                            
"tooltip_text" uiScriptLocale.TASKBAR_NEXT_QUICKSLOT,

                            
"x" 1,
                            
"y" 24,

                            
"default_image" ROOT "TaskBar/QuickSlot_DownButton_01.sub",
                            
"over_image" ROOT "TaskBar/QuickSlot_DownButton_02.sub",
                            
"down_image" ROOT "TaskBar/QuickSlot_DownButton_03.sub",
                        },
    
                    ),
                },
            ),
        },

    ),

XtremeZocker is offline  
Old 12/26/2012, 20:42   #2
 
elite*gold: 0
Join Date: Dec 2010
Posts: 159
Received Thanks: 7
...

Kennt einer die Lösung?

Wäre nett
XtremeZocker is offline  
Old 12/26/2012, 21:42   #3
 
[Patrick]'s Avatar
 
elite*gold: 50
Join Date: May 2012
Posts: 1,136
Received Thanks: 401
PHP Code:
import uiScriptLocale 

ROOT 
"d:/ymir work/ui/game/" 

#Y_ADD_POSITION = -2 
Y_ADD_POSITION 

window 
= { 
    
"name" "TaskBar"

    
"x" 0
    
"y" SCREEN_HEIGHT 37

    
"width" SCREEN_WIDTH
    
"height" 37

    
"children" 
    ( 
        
## Board 
        

            
"name" "Base_Board_01"
            
"type" "expanded_image"

            
"x" 263
            
"y" 0

            
"rect" : (0.00.0float(SCREEN_WIDTH 263 256) / 256.00.0), 

            
"image" "d:/ymir work/ui/pattern/TaskBar_Base.tga" 
        
}, 

        
## Gauge 
        

            
"name" "Gauge_Board"
            
"type" "image"

            
"x" 0
            
"y" : -10 Y_ADD_POSITION

            
"image" ROOT "taskbar/gauge.sub"

            
"children" 
            ( 
                { 
                    
"name" "RampageGauge"
                    
"type" "ani_image"

                    
"x" 8
                    
"y" 4
                    
"width"  40
                    
"height" 40

                    
"delay" 6

                    
"images" 
                    ( 
                        
"locale/de/ui/Mall/00.sub"
                        
"locale/de/ui/Mall/01.sub"
                        
"locale/de/ui/Mall/02.sub"
                        
"locale/de/ui/Mall/03.sub"
                        
"locale/de/ui/Mall/04.sub"
                        
"locale/de/ui/Mall/05.sub"
                        
"locale/de/ui/Mall/06.sub"
                        
"locale/de/ui/Mall/07.sub"
                        
"locale/de/ui/Mall/08.sub"
                        
"locale/de/ui/Mall/09.sub"
                        
"locale/de/ui/Mall/11.sub"
                        
"locale/de/ui/Mall/12.sub"
                        
"locale/de/ui/Mall/13.sub"
                        
"locale/de/ui/Mall/14.sub"
                        
"locale/de/ui/Mall/15.sub"
                        
"locale/de/ui/Mall/16.sub"
                    ) 
                }, 
                { 
                    
"name" "RampageGauge2"
                    
"type" "ani_image"

                    
"x" 8
                    
"y" 4
                    
"width"  40
                    
"height" 40

                    
"delay" 6

                    
"images" 
                    ( 
                        
"locale/de/ui/Mall/00.sub"
                        
"locale/de/ui/Mall/01.sub"
                        
"locale/de/ui/Mall/02.sub"
                        
"locale/de/ui/Mall/03.sub"
                        
"locale/de/ui/Mall/04.sub"
                        
"locale/de/ui/Mall/05.sub"
                        
"locale/de/ui/Mall/06.sub"
                        
"locale/de/ui/Mall/07.sub"
                        
"locale/de/ui/Mall/08.sub"
                        
"locale/de/ui/Mall/09.sub"
                        
"locale/de/ui/Mall/11.sub"
                        
"locale/de/ui/Mall/12.sub"
                        
"locale/de/ui/Mall/13.sub"
                        
"locale/de/ui/Mall/14.sub"
                        
"locale/de/ui/Mall/15.sub"
                        
"locale/de/ui/Mall/16.sub"
                    ) 
                }, 

            ), 
        }, 

        
## Mouse Button 
        

            
"name" "LeftMouseButton"
            
"type" "button"

            
"x" SCREEN_WIDTH/128
            
"y" Y_ADD_POSITION

            
"default_image" ROOT "TaskBar/Mouse_Button_Move_01.sub"
            
"over_image" ROOT "TaskBar/Mouse_Button_Move_02.sub"
            
"down_image" ROOT "TaskBar/Mouse_Button_Move_03.sub"
        }, 
        { 
            
"name" "RightMouseButton"
            
"type" "button"

            
"x" SCREEN_WIDTH/128 66 11
            
"y" Y_ADD_POSITION

            
"default_image" ROOT "TaskBar/Mouse_Button_Move_01.sub"
            
"over_image" ROOT "TaskBar/Mouse_Button_Move_02.sub"
            
"down_image" ROOT "TaskBar/Mouse_Button_Move_03.sub"
        }, 

        
## Button 
        

            
"name" "CharacterButton"
            
"type" "button"

            
"x" SCREEN_WIDTH 144
            
"y" Y_ADD_POSITION

            
"tooltip_text" uiScriptLocale.TASKBAR_CHARACTER

            
"default_image" ROOT "TaskBar/Character_Button_01.sub"
            
"over_image" ROOT "TaskBar/Character_Button_02.sub"
            
"down_image" ROOT "TaskBar/Character_Button_03.sub"
        }, 
        { 
            
"name" "InventoryButton"
            
"type" "button"

            
"x" SCREEN_WIDTH 110
            
"y" Y_ADD_POSITION

            
"tooltip_text" uiScriptLocale.TASKBAR_INVENTORY

            
"default_image" ROOT "TaskBar/Inventory_Button_01.sub"
            
"over_image" ROOT "TaskBar/Inventory_Button_02.sub"
            
"down_image" ROOT "TaskBar/Inventory_Button_03.sub"
        }, 
        { 
            
"name" "MessengerButton"
            
"type" "button"

            
"x" SCREEN_WIDTH 76
            
"y" Y_ADD_POSITION

            
"tooltip_text" uiScriptLocale.TASKBAR_MESSENGER

            
"default_image" ROOT "TaskBar/Community_Button_01.sub"
            
"over_image" ROOT "TaskBar/Community_Button_02.sub"
            
"down_image" ROOT "TaskBar/Community_Button_03.sub"
        }, 
        { 
            
"name" "SystemButton"
            
"type" "button"

            
"x" SCREEN_WIDTH 42
            
"y" Y_ADD_POSITION

            
"tooltip_text" uiScriptLocale.TASKBAR_SYSTEM

            
"default_image" ROOT "TaskBar/System_Button_01.sub"
            
"over_image" ROOT "TaskBar/System_Button_02.sub"
            
"down_image" ROOT "TaskBar/System_Button_03.sub"
        }, 

        
## QuickBar 
        

            
"name" "quickslot_board"
            
"type" "window"

            
"x" SCREEN_WIDTH/128 32 10
            
"y" Y_ADD_POSITION

            
"width" 256 14 11
            
"height" 37

            
"children" 
            ( 
                { 
                    
"name" "ChatButton"
                    
"type" "button"

                    
"x" 128
                    
"y" 1
                    
"tooltip_text" uiScriptLocale.TASKBAR_CHAT

                    
"default_image" ROOT "TaskBar/Chat_Button_01.sub"
                    
"over_image" ROOT "TaskBar/Chat_Button_02.sub"
                    
"down_image" ROOT "TaskBar/Chat_Button_03.sub"
                }, 
                { 
                    
"name" "quick_slot_1"
                    
"type" "grid_table"

                    
"start_index" 0

                    
"x" 0
                    
"y" 3

                    
"x_count" 4
                    
"y_count" 1
                    
"x_step" 32
                    
"y_step" 32

                    
"image" "d:/ymir work/ui/Public/Slot_Base.sub"
                    
"image_r" 1.0
                    
"image_g" 1.0
                    
"image_b" 1.0
                    
"image_a" 1.0

                    
"children" 
                    ( 
                        { 
"name" "slot_1""type" "image""x" 3"y" 3"image" "d:/ymir work/ui/game/taskbar/1.sub", }, 
                        { 
"name" "slot_2""type" "image""x" 35"y" 3"image" "d:/ymir work/ui/game/taskbar/2.sub", }, 
                        { 
"name" "slot_3""type" "image""x" 67"y" 3"image" "d:/ymir work/ui/game/taskbar/3.sub", }, 
                        { 
"name" "slot_4""type" "image""x" 99"y" 3"image" "d:/ymir work/ui/game/taskbar/4.sub", }, 
                    ), 
                }, 
                { 
                    
"name" "quick_slot_2"
                    
"type" "grid_table"

                    
"start_index" 4

                    
"x" 128 14
                    
"y" 3

                    
"x_count" 4
                    
"y_count" 1
                    
"x_step" 32
                    
"y_step" 32

                    
"image" "d:/ymir work/ui/Public/Slot_Base.sub"
                    
"image_r" 1.0
                    
"image_g" 1.0
                    
"image_b" 1.0
                    
"image_a" 1.0

                    
"children" 
                    ( 
                        { 
"name" "slot_5""type" "image""x" 3"y" 3"image" "d:/ymir work/ui/game/taskbar/f1.sub", }, 
                        { 
"name" "slot_6""type" "image""x" 35"y" 3"image" "d:/ymir work/ui/game/taskbar/f2.sub", }, 
                        { 
"name" "slot_7""type" "image""x" 67"y" 3"image" "d:/ymir work/ui/game/taskbar/f3.sub", }, 
                        { 
"name" "slot_8""type" "image""x" 99"y" 3"image" "d:/ymir work/ui/game/taskbar/f4.sub", }, 
                    ), 
                }, 
                { 
                    
"name" "QuickSlotBoard"
                    
"type" "window"

                    
"x" 128+14+128+2
                    
"y" 0
                    
"width" 11
                    
"height" 37
                    
"children" 
                    ( 
                        { 
                            
"name" "QuickSlotNumberBox"
                            
"type" "image",                             
                            
"x" 1
                            
"y" 15
                            
"image" ROOT "taskbar/QuickSlot_Button_Board.sub"
                        }, 
                        { 
                            
"name" "QuickPageUpButton"
                            
"type" "button"
                            
"tooltip_text" uiScriptLocale.TASKBAR_PREV_QUICKSLOT
                            
"x" 1
                            
"y" 9
                            
"default_image" ROOT "TaskBar/QuickSlot_UpButton_01.sub"
                            
"over_image" ROOT "TaskBar/QuickSlot_UpButton_02.sub"
                            
"down_image" ROOT "TaskBar/QuickSlot_UpButton_03.sub"
                        }, 

                        {  
                            
"name" "QuickPageNumber",  
                            
"type" "image",                              
                            
"x" 3"y" 15"image" "d:/ymir work/ui/game/taskbar/1.sub",  
                        }, 
                        { 
                            
"name" "QuickPageDownButton"
                            
"type" "button"
                            
"tooltip_text" uiScriptLocale.TASKBAR_NEXT_QUICKSLOT

                            
"x" 1
                            
"y" 24

                            
"default_image" ROOT "TaskBar/QuickSlot_DownButton_01.sub"
                            
"over_image" ROOT "TaskBar/QuickSlot_DownButton_02.sub"
                            
"down_image" ROOT "TaskBar/QuickSlot_DownButton_03.sub"
                        }, 
     
                    ), 
                }, 
            ), 
        }, 

    ), 

Versuch mal..
[Patrick] is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Flyff V19 Taskbar
07/24/2012 - Flyff Private Server - 6 Replies
kan ich eine alte taskbar wider einfügen.mit alt meine ich f1 bis f9 tasten usw Habe vieles ausprobiert bis jetzt kein erfolg sufu habe ich auch benutz.. Bitte Um Schnelle Antwort MFG R0fl :mad:
Taskbar Hide
06/24/2010 - SRO Private Server - 3 Replies
It's an useful program that hides processes to tray.I am using it for db-bot and it's quite nice because it's keeping your desktop clean and it's really fast. http://img139.imageshack.us/img139/3232/57513299. jpg Uploaded with ImageShack.us VirusTotal Scan IMPORTANT: After you installed the program,press register and insert this:
CO not to be seen at taskbar
06/13/2007 - Conquer Online 2 - 10 Replies
Hi guys, Need your assistance in my case. I am currently working in office but i wish to load CO for tging my characters. Is there any way i can load CO but without them being found at the taskbar? I dont want my boss to see them >.< Kindly advise and help.
taskbar
02/03/2007 - Conquer Online 2 - 1 Replies
any1 have a program that can rename that taskbar i mean cotobo cuz im using multiclient?
need some help with taskbar name
03/18/2006 - Conquer Online 2 - 0 Replies
can someone tell me how to rename the title of the program running on the task bar (ie it says "" right now and i would like to change it to something else it hopes a program i have will work...) also, would it mess up bots like n3w8y's leveler.exe, copartner: copanther version, or anything else? thanks



All times are GMT +2. The time now is 15:05.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.