You last visited: Today at 21:12
Advertisement
horizontal inventar fail
Discussion on horizontal inventar fail within the Metin2 Private Server forum part of the Metin2 category.
06/21/2013, 00:27
#1
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
horizontal inventar fail
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...
06/21/2013, 12:42
#2
elite*gold: 0
Join Date: Dec 2012
Posts: 9
Received Thanks: 0
ich habe genau das gleiche problem -.- pls hilfe ist wichtig :/
06/21/2013, 19:38
#3
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
help :O
06/22/2013, 22:35
#4
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
ich komme nicht weiter
06/25/2013, 00:04
#5
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
puuuush
06/25/2013, 00:16
#6
elite*gold: 0
Join Date: May 2012
Posts: 7,283
Received Thanks: 822
Das liegt an dem Item, das du zb Handschuh des Diebes nicht ernfernen kannst
Muste in der db umstellen.
06/25/2013, 00:40
#7
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
dachte ich auch schon als ich das das normale inventar eingefügt habe ging wieder alles
06/25/2013, 00:45
#8
elite*gold: 0
Join Date: May 2012
Posts: 7,283
Received Thanks: 822
Achso, nun, dann hast du es doch gelöst oder?
06/25/2013, 00:49
#9
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
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
#10
elite*gold: 0
Join Date: May 2012
Posts: 7,283
Received Thanks: 822
Hm ok da kann ich dir nicht weiterhelfen. Sorry.
06/26/2013, 14:06
#11
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
brauche immer noch hilfe
06/26/2013, 14:07
#12
elite*gold: 750
Join Date: Jan 2013
Posts: 229
Received Thanks: 368
meine Dif drin?
Wart mal hast du überhaupt die neue Game drin?
06/26/2013, 14:18
#13
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
ich benutz die 2089M mit der dif von prenger oder wie der heißt
06/26/2013, 14:21
#14
elite*gold: 750
Join Date: Jan 2013
Posts: 229
Received Thanks: 368
dann such dir die dif raus für 2089M
06/26/2013, 14:32
#15
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
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...
Similar Threads
[Release]Horizontal Inventarfenster
03/02/2013 - Metin2 PServer Guides & Strategies - 22 Replies
DL Gibts per PN und nur wenn ihr Thx gegeben habt.
Dif etc dabei.
Kd.
http://img3.bilder-hochladen.tv/tggB8AgT.jpg
Suche legales-Macro zum Horizontal fliegen...
12/22/2010 - World of Warcraft - 1 Replies
Hallo
Was mir derzeit Fehlt ist ein Macro wie welches man benutzten kann, wenn man horizontal Fliegen möchte.
----
---- ----
Vorallem beim Erz abbauen ist es mühsam wenn man autofliegen anschaltet Fliegt das Mount immer der eingestellten Kameraposition hinterher.
Ich möchte aufmounten in die Luft steigen und dann autofliegen horizontal aktivieren und gut ist.
All times are GMT +2. The time now is 21:13 .