Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 06:44

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

Advertisement



[HILFE]40K Client Icon Fehler

Discussion on [HILFE]40K Client Icon Fehler within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1

 
elite*gold: 105
Join Date: Aug 2011
Posts: 1,065
Received Thanks: 494
[HILFE]40K Client Icon Fehler

Moin Moin

Folgendes Problem:


Die Icons sind im Inventar sichtbar aber wenn sie ausgerüstet werden, sind sie unsichtbar.

Syserr spuckt auchnix aus:

PHP Code:
1102 00:31:20556 :: GRANNYr:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000fwhich doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
1102 00:31:25817 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/monster2/fennec_fox/00_2.msa) ERROR
1102 00:31:25819 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/monster2/fennec_fox/31_2.msa) ERROR 
Über Hilfe würde ich mich freuen.
x'Radon is offline  
Old 11/02/2014, 01:32   #2
 
Jоe's Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 749
Received Thanks: 188
Ist deine game core aktuell?
Jоe is offline  
Old 11/02/2014, 01:33   #3

 
elite*gold: 105
Join Date: Aug 2011
Posts: 1,065
Received Thanks: 494
*** ist der aktuelle vanilla core.
x'Radon is offline  
Old 11/02/2014, 01:50   #4
 
elite*gold: 0
Join Date: Apr 2011
Posts: 148
Received Thanks: 10
du hast sehr wahrscheinlich von vanilla core inv4 genommen deshalb funktioniert das nicht ^^

mfg
Skizz345 is offline  
Old 11/02/2014, 02:28   #5

 
elite*gold: 105
Join Date: Aug 2011
Posts: 1,065
Received Thanks: 494
Ja aber wo ist da der fehler ?
x'Radon is offline  
Old 11/02/2014, 02:48   #6
 
.Despero™'s Avatar
 
elite*gold: 75
Join Date: Mar 2012
Posts: 2,655
Received Thanks: 742
Add mich mal in Skype.
oder schick mal ausschnitt von deiner inventorywindow.py in locale/de/ui
die ersten 10 Zeilen würden passen mehr brauchst du auch nicht
.Despero™ is offline  
Old 11/02/2014, 04:14   #7
 
Jоe's Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 749
Received Thanks: 188
musst noch die binary abgleichen falls 4inv.
Jоe is offline  
Old 11/02/2014, 11:30   #8
 
elite*gold: 5
Join Date: Mar 2013
Posts: 1,986
Received Thanks: 2,254
das ist die inventorywindow.py (locale/de/ui) da steht oben der EQ-Start index von 90 was aber nicht mehr stimmt: 45*4 = 180
xGr33n is offline  
Old 11/02/2014, 11:33   #9

 
elite*gold: 105
Join Date: Aug 2011
Posts: 1,065
Received Thanks: 494
Das habe ich geändert. es steht dort 180.

PHP Code:
import uiScriptLocale
import item

EQUIPMENT_START_INDEX 
180

window 
= {
    
"name" "InventoryWindow",

    
## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
    
"x" SCREEN_WIDTH 176,
    
"y" SCREEN_HEIGHT 37 565,

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

    
"width" 176,
    
"height" 585,

    
"children" :
    (
        
## Inventory, Equipment Slots
        
{
            
"name" "board",
            
"type" "board",
            
"style" : ("attach",),

            
"x" 0,
            
"y" 0,

            
"width" 176,
            
"height" 585,

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

                    
"x" 8,
                    
"y" 7,

                    
"width" 161,
                    
"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" "expanded_image",

                    
"x" 10,
                    
"y" 33,

                    
"image" "d:/ymir work/ui/equipment_bg_with_ring.tga",

                    
"children" :
                    (

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

                            
"x" 3,
                            
"y" 3,

                            
"width" 150,
                            
"height" 182,

                            
"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":67"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+6"x":114"y":35"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+7"x":2"y":145"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+8"x":75"y":145"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+9"x":114"y":2"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+10"x":75"y":35"width":32"height":32},
                                        
## 새 반지1
                                        
{"index":item.EQUIPMENT_RING1"x":2"y":106"width":32"height":32},
                                        
## 새 반지2
                                        
{"index":item.EQUIPMENT_RING2"x":75"y":106"width":32"height":32},
                                        
## 새 벨트
                                        
{"index":item.EQUIPMENT_BELT"x":39"y":106"width":32"height":32},
                                    ),
                        },
                        
## Dragon Soul Button
                        
{
                            
"name" "DSSButton",
                            
"type" "button",

                            
"x" 114,
                            
"y" 107,

                            
"tooltip_text" uiScriptLocale.TASKBAR_DRAGON_SOUL,

                            
"default_image" "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga",
                            
"over_image" "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga",
                            
"down_image" "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga",
                        },
                        
## MallButton
                        
{
                            
"name" "MallButton",
                            
"type" "button",

                            
"x" 118,
                            
"y" 148,

                            
"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" 86,
                            
"y" 161,

                            
"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" "I",
                                },
                            ),
                        },
                        {
                            
"name" "Equipment_Tab_02",
                            
"type" "radio_button",

                            
"x" 86 32,
                            
"y" 161,

                            
"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" "II",
                                },
                            ),
                        },

                    ),
                },

                {
                    
"name" "Inventory_Tab_01",
                    
"type" "radio_button",

                    
"x" 10,
                    
"y" 33 189,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_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" "I",
                        },
                    ),
                },
                {
                    
"name" "Inventory_Tab_02",
                    
"type" "radio_button",

                    
"x" 10 78,
                    
"y" 33 189,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_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" "II",
                        },
                    ),
                },
                {
                    
"name" "Inventory_Tab_03",
                    
"type" "radio_button",

                    
"x" 10,
                    
"y" 33 210,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
                    
"tooltip_text" uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,

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

                            
"x" 0,
                            
"y" 0,

                            
"all_align" "center",

                            
"text" "III",
                        },
                    ),
                },
                {
                    
"name" "Inventory_Tab_04",
                    
"type" "radio_button",

                    
"x" 10 78,
                    
"y" 33 210,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
                    
"tooltip_text" uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,

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

                            
"x" 0,
                            
"y" 0,

                            
"all_align" "center",

                            
"text" "IV",
                        },
                    ),
                },

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

                    
"x" 8,
                    
"y" 264,

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

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

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

                    
"x":8,
                    
"y":28,

                    
"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",
                        },
                    ),
                },

            ),
        },
    ),

Hier meine inventorywindow.py
x'Radon is offline  
Old 11/02/2014, 11:38   #10
 
elite*gold: 5
Join Date: Mar 2013
Posts: 1,986
Received Thanks: 2,254
Quote:
Originally Posted by x'Radon View Post
Das habe ich geändert. es steht dort 180.

PHP Code:
import uiScriptLocale
import item

EQUIPMENT_START_INDEX 
180

window 
= {
    
"name" "InventoryWindow",

    
## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
    
"x" SCREEN_WIDTH 176,
    
"y" SCREEN_HEIGHT 37 565,

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

    
"width" 176,
    
"height" 585,

    
"children" :
    (
        
## Inventory, Equipment Slots
        
{
            
"name" "board",
            
"type" "board",
            
"style" : ("attach",),

            
"x" 0,
            
"y" 0,

            
"width" 176,
            
"height" 585,

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

                    
"x" 8,
                    
"y" 7,

                    
"width" 161,
                    
"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" "expanded_image",

                    
"x" 10,
                    
"y" 33,

                    
"image" "d:/ymir work/ui/equipment_bg_with_ring.tga",

                    
"children" :
                    (

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

                            
"x" 3,
                            
"y" 3,

                            
"width" 150,
                            
"height" 182,

                            
"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":67"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+6"x":114"y":35"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+7"x":2"y":145"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+8"x":75"y":145"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+9"x":114"y":2"width":32"height":32},
                                        {
"index":EQUIPMENT_START_INDEX+10"x":75"y":35"width":32"height":32},
                                        
## 새 반지1
                                        
{"index":item.EQUIPMENT_RING1"x":2"y":106"width":32"height":32},
                                        
## 새 반지2
                                        
{"index":item.EQUIPMENT_RING2"x":75"y":106"width":32"height":32},
                                        
## 새 벨트
                                        
{"index":item.EQUIPMENT_BELT"x":39"y":106"width":32"height":32},
                                    ),
                        },
                        
## Dragon Soul Button
                        
{
                            
"name" "DSSButton",
                            
"type" "button",

                            
"x" 114,
                            
"y" 107,

                            
"tooltip_text" uiScriptLocale.TASKBAR_DRAGON_SOUL,

                            
"default_image" "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga",
                            
"over_image" "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga",
                            
"down_image" "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga",
                        },
                        
## MallButton
                        
{
                            
"name" "MallButton",
                            
"type" "button",

                            
"x" 118,
                            
"y" 148,

                            
"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" 86,
                            
"y" 161,

                            
"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" "I",
                                },
                            ),
                        },
                        {
                            
"name" "Equipment_Tab_02",
                            
"type" "radio_button",

                            
"x" 86 32,
                            
"y" 161,

                            
"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" "II",
                                },
                            ),
                        },

                    ),
                },

                {
                    
"name" "Inventory_Tab_01",
                    
"type" "radio_button",

                    
"x" 10,
                    
"y" 33 189,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_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" "I",
                        },
                    ),
                },
                {
                    
"name" "Inventory_Tab_02",
                    
"type" "radio_button",

                    
"x" 10 78,
                    
"y" 33 189,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_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" "II",
                        },
                    ),
                },
                {
                    
"name" "Inventory_Tab_03",
                    
"type" "radio_button",

                    
"x" 10,
                    
"y" 33 210,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
                    
"tooltip_text" uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,

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

                            
"x" 0,
                            
"y" 0,

                            
"all_align" "center",

                            
"text" "III",
                        },
                    ),
                },
                {
                    
"name" "Inventory_Tab_04",
                    
"type" "radio_button",

                    
"x" 10 78,
                    
"y" 33 210,

                    
"default_image" "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
                    
"over_image" "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
                    
"down_image" "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
                    
"tooltip_text" uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,

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

                            
"x" 0,
                            
"y" 0,

                            
"all_align" "center",

                            
"text" "IV",
                        },
                    ),
                },

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

                    
"x" 8,
                    
"y" 264,

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

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

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

                    
"x":8,
                    
"y":28,

                    
"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",
                        },
                    ),
                },

            ),
        },
    ),

Hier meine inventorywindow.py
Dann hast du die Seiten nicht in der Binary geändert richtig?
xGr33n is offline  
Old 11/02/2014, 11:45   #11

 
elite*gold: 105
Join Date: Aug 2011
Posts: 1,065
Received Thanks: 494
Es ist der Vanilla Core mit 4 Invi Seiten, eigentlich sollte es funktionieren.
x'Radon is offline  
Old 11/02/2014, 11:54   #12
 
elite*gold: 5
Join Date: Mar 2013
Posts: 1,986
Received Thanks: 2,254
Quote:
Originally Posted by x'Radon View Post
Es ist der Vanilla Core mit 4 Invi Seiten, eigentlich sollte es funktionieren.
Binary = .exe
xGr33n is offline  
Old 11/02/2014, 12:09   #13

 
elite*gold: 105
Join Date: Aug 2011
Posts: 1,065
Received Thanks: 494
Achso ja ne das hab ich nicht. ist die Standart Binary die im 40250 Test Client drinne ist.
x'Radon is offline  
Old 11/02/2014, 12:30   #14
 
.Despero™'s Avatar
 
elite*gold: 75
Join Date: Mar 2012
Posts: 2,655
Received Thanks: 742
ADD mich in Skype hab eine exe mit 4 inventare und funktioniert auch bei Vanilla Core weil ich sie ja selber auch habe ; ))
.Despero™ is offline  
Thanks
1 User
Old 11/02/2014, 15:55   #15
 
elite*gold: 0
Join Date: Apr 2011
Posts: 148
Received Thanks: 10
inv4 ´= 4 inventar seiten ( die hast du nicht standartgemäß bei den files )

es kann nicht funktionieren wenn du keine 4 Inventar seinen hast :O

nimm die inv2 dann gehts
Skizz345 is offline  
Reply


Similar Threads Similar Threads
[HILFE]Server an / Client : Fehler beim Verbinden...Schnelle hilfe!
02/12/2013 - Metin2 Private Server - 2 Replies
Hallo , gestern kam ich noch super auf den Server aber jetzt komme ich nichtmehr per client rein , Server ist soweit on , starten tut er auch ohne fehler , kennt jemand eine lösung? Es ist ein root server.
[hilfe pls] v19 fehler im client
05/21/2012 - Flyff Private Server - 5 Replies
Hallo, habe alles richtig installiert und eingerichtet. er verbindet mich nachdem ich alle server gestartet habe auch über die Neuz.exe verknüpfung^^ jetzt kommt mein eigentliches problem... nachdem ich mich eingeloggt habe und auch den server auswählen konnte, komme ich nun zur charauswahl. soweit sogut. nach dem erstellen möchte ich starten, aber anstatt zu starten, geht das game entweder aus, oder aber er kann nicht zum server verbinden! was kann ich tun? soweit läüft alles sauber^^...
brauche hilfe beim packen der icon.eix & icon.epk
04/26/2012 - Metin2 Private Server - 7 Replies
brauche hilfe beim packen der icon.eix & icon.epk Hey Leute, wie oben im Titel schon steht brauch ich eure Hilfe, da mein endpacker es aus einen mir unbekannten grund nicht schafft die icon.eix_icon.epk zu packen =( Beim entpacken läuft alles super und klappt ohne irgendwelche probleme. (Benutze den endpacker von xdarki) Komisch ist nur das bei item.eix und item epk oder pc eix und epk läuft es auch super er entpackt und packt die datein ausser ebend bei dem ICON nicht. habe mal...
brauche hilfe beim packen der icon.eix & icon.epk
02/04/2012 - Metin2 PServer Guides & Strategies - 4 Replies
Hey Leute, wie oben im Titel schon steht brauch ich eure Hilfe, da mein endpacker es aus einen mir unbekannten grund nicht schafft die icon.eix_icon.epk zu packen =( Beim entpacken läuft alles super und klappt ohne irgendwelche probleme. (Benutze den endpacker von xdarki) Komisch ist nur das bei item.eix und item epk oder pc eix und epk läuft es auch super er entpackt und packt die datein ausser ebend bei dem ICON nicht. habe mal 2 screens hochgeladen damit ihr vlt den fehler erkennt ich...
[Client Modding] 2 item.epk und icon.epk zusammenführen --Hilfe--
07/04/2010 - Metin2 Private Server - 5 Replies
Hey ePVP, ich versuche seit ein paar Tagen die "neuen Waffen" aus ePVP in meinen client einzubringen das klappt auch alles nur wenn ich die item.epk / icon.epk in den client von profizocker einfüge kann ich keine kingrüstungen mehr sehen also wollte ich die profizocker epk's mit den "neuen" zusammenführen das klappt aber nicht wo das problem liegt das ich 2 entpackte epk's habe die ich intriegirt hab, aber nicht verpacken kann. Ich habe jz schon gedacht da Profizocker ein paar values im...



All times are GMT +1. The time now is 06:45.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.