Contact System [Version 0.0.9]

Indította Xeron, 2018-05-20, 19:06:11

Sziasztok!

Ezen a Contact systemen dolgozgattam de akadt egy kis problémám mikor meg akartam nyitni a klienst.
Ezt mi a fenéért csinálhatja?
Lehet már én vagyok túl fáradt.

Syserr.txt
0520 18:58:18028 :: Unknown Server Command xmas_boom 2 | xmas_boom
0520 18:58:18029 :: CPythonPlayer::SetItemData(window_type : 1, dwSlotIndex=23, itemIndex=88888) - Failed to item data

0520 18:58:18029 :: CPythonPlayer::SetItemData(window_type : 1, dwSlotIndex=43, itemIndex=99999) - Failed to item data

0520 18:58:23731 :: Failed to load script file : UIScript/SettingsProfileWindow.py
0520 18:58:23754 ::
ui.py(line:2814) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
UIScript/SettingsProfileWindow.py(line:57) <module>

LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'PROFILE_STATUS'

0520 18:58:23754 :: ============================================================================================================
0520 18:58:23754 :: Abort!!!!


SettingsProfileWindow.py:
import uiScriptLocale
CREATE_BOARD_X = 255
CREATE_BOARD_Y = 150
COLOR_LINE = 0xff5b5e5e
LARGE_VALUE_FILE = "d:/ymir work/ui/public/Parameter_Slot_03.sub"
XLARGE_VALUE_FILE = "d:/ymir work/ui/public/Parameter_Slot_04.sub"

window = {
"name" : "SettingsProfileWindow",
"x" : SCREEN_WIDTH - SCREEN_WIDTH + 400,
"y" : SCREEN_HEIGHT - CREATE_BOARD_Y - 50,
"style" : ("float",),
"width" : CREATE_BOARD_X,
"height" : CREATE_BOARD_Y,
"children" :
(

{
"name" : "board",
"type" : "board_with_titlebar",
"x" : 0,
"y" : 0,
"width" : CREATE_BOARD_X,
"height" : CREATE_BOARD_Y,
"title" : "Profile Settings",
},

{ "name" : "LINE_BGCREATE_LEFT", "type" : "line", "x" : 8, "y" : 30, "width" : 0, "height" : CREATE_BOARD_Y-40, "color" : COLOR_LINE, },
{ "name" : "LINE_BGCREATE_RIGHT", "type" : "line", "x" : CREATE_BOARD_X-10, "y" : 30, "width" : 0, "height" : CREATE_BOARD_Y-40, "color" : COLOR_LINE, },
{ "name" : "LINE_BGCREATE_DOWN", "type" : "line", "x" : 8, "y" : CREATE_BOARD_Y-10, "width" : CREATE_BOARD_X-17, "height" : 0, "color" : COLOR_LINE, },
{ "name" : "LINE_BGCREATE_UP", "type" : "line", "x" : 8, "y" : 30, "width" : CREATE_BOARD_X-17, "height" : 0, "color" : COLOR_LINE, },
{ "name" : "LINE_UNDERCOVER_A", "type":"image", "x" : 60, "y" : 37, "image" : "d:/ymir work/ui/game/profile/bar.tga", },
{ "name" : "LINE_UNDERCOVER_B", "type":"image", "x" : 60, "y" : 64, "image" : "d:/ymir work/ui/game/profile/bar.tga", },

{
"name" : "CharacterIcon_Bar",
"type" : "slotbar",
"x" : 12,
"y" : 35,
"width" : 50,
"height" : 48,
"children" :
(
{
"name" : "CharacterIcon",
"type" : "expanded_image",
"style" : ("attach",),
"x" : 0,
"y" : 3,
"horizontal_align" : "center",
"image" : "icon/face/warrior_m.tga",
},
),
},

{
"name" : "CharacterStatus_Title", "type" : "text", "x" : 67, "y" : 67, "text" : uiScriptLocale.PROFILE_STATUS,
"children" :
(
{
"name" : "CharacterStatus_Bar",
"type" : "image",
"x" : 60,
"y" : -2,
"image" : XLARGE_VALUE_FILE,
"children" :
(
),
},
),
},

{
"name" : "ChangeStatusButton",
"type" : "button",
"x" : 221,
"y" : 63,
"tooltip_text" : uiScriptLocale.PROFILE_CHANGE_STATUS,
"tooltip_x" : 55,
"tooltip_y" : 0,
"default_image" : "d:/ymir work/ui/game/profile/btn_edit_01.tga",
"over_image" : "d:/ymir work/ui/game/profile/btn_edit_02.tga",
"down_image" : "d:/ymir work/ui/game/profile/btn_edit_03.tga",
},

{"name" : "CharacterStatus", "type" : "editline", "x" : 131, "y" : 66, "width" : 100, "height" : 20, "input_limit" : 20, "text" : ""},
{ "name" : "CharacterLocation", "type" : "text", "x" : 13, "y" : 95, "text" : uiScriptLocale.PROFILE_LOCATION},
{ "name" : "BirthDateText", "type" : "text", "x" : 13, "y" : 120, "text" : uiScriptLocale.PROFILE_BIRTHDAY},
{ "name" : "CharacterName", "type" : "text", "x" : 67, "y" : 40, "text" : ""},
)
}


A Válaszokat előre is köszönöm.! :D
"A színpadon törtek elÅ' belÅ'lem a sötét erÅ'k!"

2018-05-20, 19:12:00 #1 Utolsó szerkesztés: 2018-05-20, 19:20:33 Szerző: K3zX
PROFILE_STATUS szöveg lenne, nem létezik a locale-ba.

Locale_game.txt vagy locale_interface.txt fejből meg nem mondom melyikbe kell beletenni :D
Szerk: locale_interface.txt, megnéztem.

PROFILE_STATUS Profil státusz
(szabad fordítás)

[spoiler]Vagy egyszerűen írd ki a szöveget a py-be:
"name" : "CharacterStatus_Title", "type" : "text", "x" : 67, "y" : 67, "text" : "Szöveg",[/spoiler]

Te egy király vagy! Már megy is a +! Locale ba elfelejtettem be írni :D
"A színpadon törtek elÅ' belÅ'lem a sötét erÅ'k!"