üdv4
ezt a hibát hogy tudnám orvosolni?
Idézhttp://www.kephost.com/images/2017/01/22/Nevtelen832b9.md.jpg
Innen raktambe.
http://metin2hungary.net/index.php/topic,195163.msg1029644.html#msg1029644
előre is köszi
Szerintem megegyezik a 2 slot indexe azért rakja be mind2be az ikont.
és ezt hogy tudnám javitani?
Üzenet összefésülés: 2017-01-22, 22:08:10
Idézimport uiScriptLocale
import item
import player
COSTUME_START_INDEX = item.COSTUME_SLOT_START
window = {
"name" : "CostumeWindow",
"x" : SCREEN_WIDTH - 175 - 140,
"y" : SCREEN_HEIGHT - 37 - 565,
"style" : ("movable", "float",),
"width" : 140,
"height" : 180 + 47,
"children" :
(
{
"name" : "board",
"type" : "board",
"style" : ("attach",),
"x" : 0,
"y" : 0,
"width" : 140,
"height" : 180 + 47,
"children" :
(
{
"name" : "TitleBar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 6,
"y" : 6,
"width" : 130,
"color" : "yellow",
"children" :
(
{ "name":"TitleName", "type":"text", "x":60, "y":3, "text":uiScriptLocale.COSTUME_WINDOW_TITLE, "text_horizontal_align":"center", "r":0.0, "g":0.0, "b":0.0, "a":1.0},
),
},
{
"name" : "Costume_Base",
"type" : "image",
"x" : 13,
"y" : 38,
"image" : "d:/ymir work/ui/costume_bg.dds",
"children" :
(
{
"name" : "CostumeSlot",
"type" : "slot",
"x" : 3,
"y" : 3,
"width" : 127,
"height" : 145,
"slot" : (
{"index":COSTUME_START_INDEX+0, "x":61, "y":45, "width":32, "height":64},
{"index":COSTUME_START_INDEX+1, "x":61, "y": 8, "width":32, "height":32},
{"index":COSTUME_START_INDEX+2, "x":13, "y":125, "width":32, "height":32},
{"index":COSTUME_START_INDEX+3, "x":13, "y":15, "width":32, "height":96},
{"index":player.EQUIPMENT_SLOT_START+26, "x":61, "y":125, "width":32, "height":32},
),
},
),
},
),
},
),
}
gondolom itt akad összevalahol
Ez mi akar lenni??
{"index":player.EQUIPMENT_SLOT_START+26, "x":61, "y":125, "width":32, "height":32},
sajnos ennyire ne mértek hozzá leirás szerint csináltam onnan másoltam :/
Üzenet összefésülés: 2017-01-22, 22:49:42
megoldva forrásban vétettem