horizontal inventar fail

06/21/2013 00:27 thespeedyy#1
ich kann keine items mehr aus dem slot entfernen wo windschuhe, die siegel etc rein kommen wiest ihr warum?
PHP Code:
import uiScriptLocale

EQUIPMENT_START_INDEX 
90

window 
= {
    
"name" "InventoryWindow",

    
## 600 - (width + ¿À¸¥ÂÊÀ¸·Î ºÎÅÍ ¶ç¿ì±â 24 px)
    
"x" SCREEN_WIDTH 450,
    
"y" SCREEN_HEIGHT 37 230,

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

    
"width" 470,
    
"height" 232,

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

            
"x" 0,
            
"y" 0,

            
"width" 470,
            
"height" 232,

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

                    
"x" 8,
                    
"y" 7,

                    
"width" 455,
                    
"color" "yellow",

                    
"children" :
                    (
                        { 
"name":"TitleName""type":"text""x":77"y":3"text":uiScriptLocale.INVENTORY_TITLE"text_horizontal_align":"center" },
                    ),
                },

                
## Equipment Slot
                
{
                    
"name" "Equipment_Base",
                    
"type" "image",

                    
"x" 10,
                    
"y" 33,

                    
"image" "d:/ymir work/ui/game/windows/equipment_base.sub",

                    
"children" :
                    (

                        {
                            
"name" "EquipmentSlot",
                            
"type" "slot",

                            
"x" 3,
                            
"y" 3,

                            
"width" 200,
                            
"height" 120,

                            
"slot" : (
                                        {
"index":EQUIPMENT_START_INDEX+0"x":39"y":37"width":32"height":64},
                                        {
"index":EQUIPMENT_START_INDEX+1"x":39"y":2"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+2"x":39"y":145"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+3"x":75"y":67"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+4"x":3"y":3"width":32"height":96},
                                        {
"index":EQUIPMENT_START_INDEX+5"x":114"y":84"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+6"x":114"y":52"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+7"x":2"y":113"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+8"x":75"y":113"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+9"x":114"y":1"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+10"x":75"y":35"width":32"height":32},
                                    ),
                        },
                        
## MallButton
                        
{
                            
"name" "MallButton",
                            
"type" "button",

                            
"x" 120,
                            
"y" 150,

                            
"tooltip_text" uiScriptLocale.MALL_TITLE,

                            
"default_image" "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga",
                            
"over_image" "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga",
                            
"down_image" "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga",
                        },
                        
## CostumeButton
                        
{
                            
"name" "CostumeButton",
                            
"type" "button",

                            
"x" 78,
                            
"y" 5,

                            
"tooltip_text" uiScriptLocale.COSTUME_TITLE,

                            
"default_image" "d:/ymir work/ui/game/taskbar/costume_Button_01.tga",
                            
"over_image" "d:/ymir work/ui/game/taskbar/costume_Button_02.tga",
                            
"down_image" "d:/ymir work/ui/game/taskbar/costume_Button_03.tga",
                        },
                        {
                            
"name" "Equipment_Tab_01",
                            
"type" "radio_button",

                            
"x" 100,
                            
"y" 250,

                            
"default_image" "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
                            
"over_image" "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
                            
"down_image" "d:/ymir work/ui/game/windows/tab_button_small_03.sub",

                            
"children" :
                            (
                                {
                                    
"name" "Equipment_Tab_01_Print",
                                    
"type" "text",

                                    
"x" 0,
                                    
"y" 0,

                                    
"all_align" "center",

                                    
"text" "1",
                                },
                            ),
                        },
                        {
                            
"name" "Equipment_Tab_02",
                            
"type" "radio_button",

                            
"x" 100,
                            
"y" 250,

                            
"default_image" "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
                            
"over_image" "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
                            
"down_image" "d:/ymir work/ui/game/windows/tab_button_small_03.sub",

                            
"children" :
                            (
                                {
                                    
"name" "Equipment_Tab_02_Print",
                                    
"type" "text",

                                    
"x" 0,
                                    
"y" 0,

                                    
"all_align" "center",

                                    
"text" "2",
                                },
                            ),
                        },

                    ),
                },
                {
                    
"name" "Inventory_Tab_01",
                    
"type" "radio_button",

                    
"x" 340,
                    
"y" 195,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_middle_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_middle_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_middle_03.sub",
                    
"tooltip_text" uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1,

                    
"children" :
                    (
                        {
                            
"name" "Inventory_Tab_01_Print",
                            
"type" "text",

                            
"x" 0,
                            
"y" 0,

                            
"all_align" "center",

                            
"text" "1",
                        },
                    ),
                },
                {
                    
"name" "Inventory_Tab_02",
                    
"type" "radio_button",

                    
"x" 400,
                    
"y" 195,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_middle_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_middle_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_middle_03.sub",
                    
"tooltip_text" uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,

                    
"children" :
                    (
                        {
                            
"name" "Inventory_Tab_02_Print",
                            
"type" "text",

                            
"x" 0,
                            
"y" 0,

                            
"all_align" "center",

                            
"text" "2",
                        },
                    ),
                },

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

                    
"x" 170,
                    
"y" 30,

                    
"start_index" 0,
                    
"x_count" 9,
                    
"y_count" 5,
                    
"x_step" 32,
                    
"y_step" 32,

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

                
## Print
                
{
                    
"name":"Money_Slot",
                    
"type":"button",

                    
"x":30,
                    
"y":35,

                    
"horizontal_align":"center",
                    
"vertical_align":"bottom",

                    
"default_image" "d:/ymir work/ui/public/parameter_slot_05.sub",
                    
"over_image" "d:/ymir work/ui/public/parameter_slot_05.sub",
                    
"down_image" "d:/ymir work/ui/public/parameter_slot_05.sub",

                    
"children" :
                    (
                        {
                            
"name":"Money_Icon",
                            
"type":"image",

                            
"x":-18,
                            
"y":2,

                            
"image":"d:/ymir work/ui/game/windows/money_icon.sub",
                        },

                        {
                            
"name" "Money",
                            
"type" "text",

                            
"x" 3,
                            
"y" 3,

                            
"horizontal_align" "right",
                            
"text_horizontal_align" "right",

                            
"text" "123456789",
                        },
                    ),
                },

            ),
        },
    ),

die nummer 9 meine ich...
[Only registered and activated users can see links. Click Here To Register...]
06/21/2013 12:42 torbi17#2
ich habe genau das gleiche problem -.- pls hilfe ist wichtig :/
06/21/2013 19:38 thespeedyy#3
help :O
06/22/2013 22:35 thespeedyy#4
ich komme nicht weiter
06/25/2013 00:04 thespeedyy#5
puuuush
06/25/2013 00:16 Ielinque#6
Das liegt an dem Item, das du zb Handschuh des Diebes nicht ernfernen kannst :) Muste in der db umstellen.
06/25/2013 00:40 thespeedyy#7
dachte ich auch schon als ich das das normale inventar eingefügt habe ging wieder alles
06/25/2013 00:45 Ielinque#8
Achso, nun, dann hast du es doch gelöst oder?
06/25/2013 00:49 thespeedyy#9
nein ich möchte das herozontal haben und nicht so hoch wie auf de und dann gehen eben windschuhe etc nicht mehr raus
06/25/2013 01:11 Ielinque#10
Hm ok da kann ich dir nicht weiterhelfen. Sorry.
06/26/2013 14:06 thespeedyy#11
brauche immer noch hilfe
06/26/2013 14:07 oOAiRMaXOo.#12
meine Dif drin?

Wart mal hast du überhaupt die neue Game drin?
06/26/2013 14:18 thespeedyy#13
ich benutz die 2089M mit der dif von prenger oder wie der heißt :D
06/26/2013 14:21 oOAiRMaXOo.#14
dann such dir die dif raus für 2089M :)
06/26/2013 14:32 thespeedyy#15
hab ich ja auch in die game eingefügt... alles geht nur ich bekomme die windschuhe nicht mehr aus dem slot raus... rein gehen sie und wenn das andere inventar (standart) nehme kann ich die auch wieder raus nehmen

selbst mit der neuen game und der dif geht es nicht... :(