You last visited: Today at 20:29
Advertisement
Horizontales inventar bug...
Discussion on Horizontales inventar bug... within the Metin2 Private Server forum part of the Metin2 category.
03/22/2015, 10:24
#1
elite*gold: 1308
Join Date: Jun 2012
Posts: 1,104
Received Thanks: 74
Horizontales inventar bug...
Guten morgen
,
ich benutze die 34k game und habe auch die Dif für das Inventar drüber gezogen. Jedoch hat es noch buggs...
Screen:
PHP Code:
import uiScriptLocale
EQUIPMENT_START_INDEX = 90
window = {
"name" : "InventoryWindow" ,
## 600 - (width + ¿À¸¥ÂÊÀ¸·Î ºÎÅÍ ¶ç¿ì±â 24 px)
"x" : SCREEN_WIDTH - 476 ,
"y" : SCREEN_HEIGHT - 271 ,
"style" : ( "movable" , "float" ),
"width" : 476 ,
"height" : 235 ,
"children" :
(
{
"name" : "board" ,
"type" : "board" ,
"style" : ( "attach" ,),
"x" : 0 ,
"y" : 0 ,
"width" : 476 ,
"height" : 233 ,
"children" :
(
## Title
{
"name" : "TitleBar" ,
"type" : "titlebar" ,
"style" : ( "attach" ,),
"x" : 8 ,
"y" : 7 ,
"width" : 464 ,
"color" : "yellow" ,
"children" :
(
{ "name" : "TitleName" , "type" : "text" , "x" : 233 , "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/equipment_bg_without_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 },
{ "index" : EQUIPMENT_START_INDEX + 11 , "x" : 39 , "y" : 106 , "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" : 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" : 173 ,
"y" : 33 + 171 ,
"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" : 173 + 78 ,
"y" : 33 + 171 ,
"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" ,
},
),
},
## Item Slot
{
"name" : "ItemSlot" ,
"type" : "grid_table" ,
"x" : 173 ,
"y" : 33 ,
"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" : 173 + 160 ,
"y" : 33 + 171 ,
"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" : 1 ,
"y" : 1 ,
"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" ,
},
),
},
),
},
),
}
03/22/2015, 10:30
#2
elite*gold: 30
Join Date: Feb 2015
Posts: 362
Received Thanks: 58
Quote:
Originally Posted by
saver345
Guten morgen
,
ich benutze die 34k game und habe auch die Dif für das Inventar drüber gezogen. Jedoch hat es noch buggs...
Screen:
PHP Code:
import uiScriptLocale
EQUIPMENT_START_INDEX = 90
window = {
"name" : "InventoryWindow" ,
## 600 - (width + ¿À¸¥ÂÊÀ¸·Î ºÎÅÍ ¶ç¿ì±â 24 px)
"x" : SCREEN_WIDTH - 476 ,
"y" : SCREEN_HEIGHT - 271 ,
"style" : ( "movable" , "float" ),
"width" : 476 ,
"height" : 235 ,
"children" :
(
{
"name" : "board" ,
"type" : "board" ,
"style" : ( "attach" ,),
"x" : 0 ,
"y" : 0 ,
"width" : 476 ,
"height" : 233 ,
"children" :
(
## Title
{
"name" : "TitleBar" ,
"type" : "titlebar" ,
"style" : ( "attach" ,),
"x" : 8 ,
"y" : 7 ,
"width" : 464 ,
"color" : "yellow" ,
"children" :
(
{ "name" : "TitleName" , "type" : "text" , "x" : 233 , "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/equipment_bg_without_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 },
{ "index" : EQUIPMENT_START_INDEX + 11 , "x" : 39 , "y" : 106 , "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" : 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" : 173 ,
"y" : 33 + 171 ,
"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" : 173 + 78 ,
"y" : 33 + 171 ,
"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" ,
},
),
},
## Item Slot
{
"name" : "ItemSlot" ,
"type" : "grid_table" ,
"x" : 173 ,
"y" : 33 ,
"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" : 173 + 160 ,
"y" : 33 + 171 ,
"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" : 1 ,
"y" : 1 ,
"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" ,
},
),
},
),
},
),
}
Kann da jz kein fehler fest stellen bist du dir auch sicher das du alles richtig eingefügt hast ?
und ob es vorher vllt nicht schon ging^^
03/22/2015, 10:33
#3
elite*gold: 1308
Join Date: Jun 2012
Posts: 1,104
Received Thanks: 74
Hmm.... hab die cleane 34k von *********** gezogen, da war doch noch nicht die dif drüber oder? also die hier :
PHP Code:
This difference file was created by IDA Pro
game_r34083
0004CD65 : 05 09
0004CDDC : 05 09
0004CE22 : 05 09
0004CEA1 : 05 09
0004F8D5 : 05 09
0004F938 : 05 09
0004F93B : 05 09
03/22/2015, 10:39
#4
elite*gold: 30
Join Date: Feb 2015
Posts: 362
Received Thanks: 58
Quote:
Originally Posted by
saver345
Hmm.... hab die cleane 34k von *********** gezogen, da war doch noch nicht die dif drüber oder? also die hier :
PHP Code:
This difference file was created by IDA Pro
game_r34083
0004CD65 : 05 09
0004CDDC : 05 09
0004CE22 : 05 09
0004CEA1 : 05 09
0004F8D5 : 05 09
0004F938 : 05 09
0004F93B : 05 09
Okay auf welchen Files bassieren den deine files also dein Server?
03/22/2015, 10:41
#5
elite*gold: 0
Join Date: Feb 2014
Posts: 269
Received Thanks: 118
#PUSH
Similar Threads
Horizontales Inventar-Design von P3NG3R problem
04/05/2013 - Metin2 Private Server - 3 Replies
Heai habn fail der client öffnet sich ladet und dann geht er zu .
uiInventory.py(line:73) __LoadWindow
ui.py(line:2623) GetChild
InventoryWindow.LoadWindow.BindObject - exceptions.KeyError:Schwert_vert_Value
0405 20:09:45491 :: ================================================== ================================================== ========
0405 20:09:45491 :: Abort!!!!
[B] Hoot acc gold prem full Inventar super Inventar [S] PSC,G1,e*gold
02/18/2012 - WarRock Trading - 0 Replies
title sagt alles
pw&e.mail wird changed
KD 1.4
FULL INVENTAR
SUPER INVENTAR
Dinar 34000
jo für mehr INFORMATION SCHREIBT IM Therad
l.v 18
GOLD premium 24 Tage
Guter Acc. mit gefülltem Inventar ~ und reichlich Inventar!
11/16/2011 - WarRock Trading - 0 Replies
Bietet einen Preis für den Acc.
http://www8.pic-upload.de/16.11.11/z6b1c64vn3ih.p ng
http://www8.pic-upload.de/16.11.11/uw7vgjqfxh.png
http://www8.pic-upload.de/16.11.11/khnex4rl9nd5.p ng
http://www8.pic-upload.de/16.11.11/f2oh9cf4zz5.pn g
http://www8.pic-upload.de/16.11.11/z7oyebniuydz.p ng
http://www8.pic-upload.de/16.11.11/ssijoky7pxbo.p ng
TAUSCHE ACC LVL 29 (MIT GUTEM INVENTAR) gegen einen acc lvl 41+ mit blankem inventar
01/06/2011 - WarRock Trading - 0 Replies
moin ich tausche oder VK meine acc lvl 29
also jez mal zum inventar
Magnum
Magnum
Lease Remaining: 3 day(s)
FAMAS
FAMAS
Lease Remaining: 13 day(s)
INVENTAR BUG -.-
08/20/2010 - Metin2 Private Server - 15 Replies
Hey Leute,
In meinem Invi gibt es 3 stellen die ich nicht benutzen kann.
Könnt ihr mir bitte helfen?
Es befinden sich auch sicher keine Unsichtbaren Gegenstände
darauf.F Für jede Antwort gibts'n Thx.
Mfg Felix83
All times are GMT +2. The time now is 20:30 .