HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Merhaba arkadaslar boss takip ekledim ama bi syserr alıyorum yardımcı olursanız sevinirim.
https://forum.turkmmo.com/konu/3710722-boss-bilgi-sistemi-geri-donme-seysi/
bu konudakini ekledim
[CODE title="syser"]1028 22:18:35968 :: Failed to load script file : UIScript/bosstracking.pyhttps://forum.turkmmo.com/konu/3710722-boss-bilgi-sistemi-geri-donme-seysi/
bu konudakini ekledim
1028 22:18:35970 ::
ui.py(line:2782) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
UIScript/bosstracking.py(line:45) <module>
LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'BOSSTRACKINGTITLE'
1028 22:18:35970 :: ============================================================================================================
1028 22:18:35970 :: Abort!!!!
1028 22:18:35971 ::
uibosstracking.py(line:60) LoadWindow
ui.py(line:2799) LoadScriptFile
exception.py(line:36) Abort
BossTrackingSystemWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:
1028 22:18:35971 :: ============================================================================================================
1028 22:18:35971 :: Abort!!!!
[/CODE]
buda hatadaki py dosyası
[CODE lang="python" title="bosstracking.py"]#######################################################################
# Author : Bevis
# Date : 18.07.2018
# Contact : Skype -> bevis.sarp@gmail.com
#######################################################################
import uiScriptLocale
BACK_IMG_PATH = "d:/ymir work/ui/pattern/"
ROOT_PATH = "d:/ymir work/ui/game/myshop_deco/"
window = {
"name" : "BossTrackingSystemWindow",
"x" : (SCREEN_WIDTH -518) / 2,
"y" : (SCREEN_HEIGHT - 380) / 2,
"style" : ("movable","float",),
"width" : 518,
"height" : 380,
"children" :
(
{
"name" : "board",
"type" : "board",
"x" : 0,
"y" : 0,
"width" : 518,
"height" : 380,
"children" :
(
## Title
{
"name" : "titlebar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 8,
"y" : 7,
"width" : 503,
"color" : "yellow",
"children" :
(
{ "name":"title_name_old", "type":"text", "x":0, "y":-1, "text": uiScriptLocale.BOSSTRACKINGTITLE, "all_align":"center" },
),
},
## menu_list bg
{
"name" : "menu_list",
"type" : "window",
"x" : 14,
"y" : 36,
"width" : 169,
"height" : 326,
"children" :
(
## LeftTop
{
"name" : "left_top",
"type" : "image",
"x" : 0,
"y" : 0,
"image" : BACK_IMG_PATH+"border_A_left_top.tga",
},
## RightTop
{
"name" : "right_top",
"type" : "image",
"x" : 169-16,
"y" : 0,
"image" : BACK_IMG_PATH+"border_A_right_top.tga",
},
## LeftBottom
{
"name" : "left_bottom",
"type" : "image",
"x" : 0,
"y" : 326-16,
"image" : BACK_IMG_PATH+"border_A_left_bottom.tga",
},
## RightBottom
{
"name" : "right_bottom",
"type" : "image",
"x" : 169-16,
"y" : 326-16,
"image" : BACK_IMG_PATH+"border_A_right_bottom.tga",
},
## leftcenterImg
{
"name" : "left_center_img",
"type" : "expanded_image",
"x" : 0,
"y" : 15,
"image" : BACK_IMG_PATH+"border_A_left.tga",
"rect" : (0.0, 0.0, 0, 18),
},
## rightcenterImg
{
"name" : "right_center_img",
"type" : "expanded_image",
"x" : 169-16,
"y" : 15,
"image" : BACK_IMG_PATH+"border_A_right.tga",
"rect" : (0.0, 0.0, 0, 18),
},
## topcenterImg
{
"name" : "top_center_img",
"type" : "expanded_image",
"x" : 15,
"y" : 0,
"image" : BACK_IMG_PATH+"border_A_top.tga",
"rect" : (0.0, 0.0, 8, 0),
},
## bottomcenterImg
{
"name" : "bottom_center_img",
"type" : "expanded_image",
"x" : 15,
"y" : 326-16,
"image" : BACK_IMG_PATH+"border_A_bottom.tga",
"rect" : (0.0, 0.0, 8, 0),
},
## centerImg
{
"name" : "center_img",
"type" : "expanded_image",
"x" : 15,
"y" : 15,
"image" : BACK_IMG_PATH+"border_A_center.tga",
"rect" : (0.0, 0.0, 8, 18),
},
{ "name" : "btnMenuCadi", "type" : "button", "x" : 10, "y" : 15, "text" : "Güçlü Buz Cadýsý","default_image" : ROOT_PATH + "select_btn_01.sub", "over_image" : ROOT_PATH + "select_btn_02.sub", "down_image" : ROOT_PATH + "select_btn_03.sub", },
{ "name" : "btnMenuAlevKral", "type" : "button", "x" : 10, "y" : 45, "text" : "Alev Kral","default_image" : ROOT_PATH + "select_btn_01.sub", "over_image" : ROOT_PATH + "select_btn_02.sub", "down_image" : ROOT_PATH + "select_btn_03.sub", },
{ "name" : "btnMenuKOrumcek", "type" : "button", "x" : 10, "y" : 75, "text" : "Kralice Örümcek","default_image" : ROOT_PATH + "select_btn_01.sub", "over_image" : ROOT_PATH + "select_btn_02.sub", "down_image" : ROOT_PATH + "select_btn_03.sub", },
{ "name" : "btnMenuKEjder", "type" : "button", "x" : 10, "y" : 105, "text" : "Sarý Kaplan Hayaleti","default_image" : ROOT_PATH + "select_btn_01.sub", "over_image" : ROOT_PATH + "select_btn_02.sub", "down_image" : ROOT_PATH + "select_btn_03.sub", },
{ "name" : "btnMenuDokuzKuyruk", "type" : "button", "x" : 10, "y" : 135, "text" : "Buz Kralicesi","default_image" : ROOT_PATH + "select_btn_01.sub", "over_image" : ROOT_PATH + "select_btn_02.sub", "down_image" : ROOT_PATH + "select_btn_03.sub", },
{ "name" : "btnMenuGeneral", "type" : "button", "x" : 10, "y" : 165, "text" : "Elit Dokuz Kuyruk","default_image" : ROOT_PATH + "select_btn_01.sub", "over_image" : ROOT_PATH + "select_btn_02.sub", "down_image" : ROOT_PATH + "select_btn_03.sub", },
{ "name" : "btnMenuOrumcekBarones", "type" : "button", "x" : 10, "y" : 195, "text" : "Çöl Ejderhasý","default_image" : ROOT_PATH + "select_btn_01.sub", "over_image" : ROOT_PATH + "select_btn_02.sub", "down_image" : ROOT_PATH + "select_btn_03.sub", },
),
},
{
"name" : "bosstime_window",
"type" : "window",
"x" : 191,
"y" : 66,
"width" : 312,
"height" : 296,
"children" :
(
## LeftTop
{
"name" : "left_top",
"type" : "image",
"x" : 0,
"y" : 0,
"image" : BACK_IMG_PATH+"border_A_left_top.tga",
},
## RightTop
{
"name" : "right_top",
"type" : "image",
"x" : 312-16,
"y" : 0,
"image" : BACK_IMG_PATH+"border_A_right_top.tga",
},
## LeftBottom
{
"name" : "left_bottom",
"type" : "image",
"x" : 0,
"y" : 296-16,
"image" : BACK_IMG_PATH+"border_A_left_bottom.tga",
},
## RightBottom
{
"name" : "right_bottom",
"type" : "image",
"x" : 312-16,
"y" : 296-16,
"image" : BACK_IMG_PATH+"border_A_right_bottom.tga",
},
## leftcenterImg
{
"name" : "left_center_img",
"type" : "expanded_image",
"x" : 0,
"y" : 15,
"image" : BACK_IMG_PATH+"border_A_left.tga",
"rect" : (0.0, 0.0, 0, 16),
},
## rightcenterImg
{
"name" : "right_center_img",
"type" : "expanded_image",
"x" : 312-16,
"y" : 15,
"image" : BACK_IMG_PATH+"border_A_right.tga",
"rect" : (0.0, 0.0, 0, 16),
},
## topcenterImg
{
"name" : "top_center_img",
"type" : "expanded_image",
"x" : 15,
"y" : 0,
"image" : BACK_IMG_PATH+"border_A_top.tga",
"rect" : (0.0, 0.0, 17, 0),
},
## bottomcenterImg
{
"name" : "bottom_center_img",
"type" : "expanded_image",
"x" : 15,
"y" : 296-16,
"image" : BACK_IMG_PATH+"border_A_bottom.tga",
"rect" : (0.0, 0.0, 17, 0),
},
## centerImg
{
"name" : "center_img",
"type" : "expanded_image",
"x" : 15,
"y" : 15,
"image" : BACK_IMG_PATH+"border_A_center.tga",
"rect" : (0.0, 0.0, 17, 16),
},
{
"name" : "CH1Time_slotbar",
"type" : "slotbar",
"x" : 80,
"y" : 190,
"width" : 160,
"height" : 18,
"children" :
(
{
"name" : "CH1Time",
"type" : "text",
"x" : 8,
"y" : 3,
"text" : "CH1: 0 Saat 0 Dakika 0 Saniye",
},
),
},
{
"name" : "CH2Time_slotbar",
"type" : "slotbar",
"x" : 80,
"y" : 215,
"width" : 160,
"height" : 18,
"children" :
(
{
"name" : "CH2Time",
"type" : "text",
"x" : 8,
"y" : 3,
"text" : "CH2: 0 Saat 0 Dakika 0 Saniye",
},
),
},
{
"name" : "CH3Time_slotbar",
"type" : "slotbar",
"x" : 80,
"y" : 240,
"width" : 160,
"height" : 18,
"children" :
(
{
"name" : "CH3Time",
"type" : "text",
"x" : 8,
"y" : 3,
"text" : "CH3: 0 Saat 0 Dakika 0 Saniye",
},
),
},
{
"name" : "CH4Time_slotbar",
"type" : "slotbar",
"x" : 80,
"y" : 265,
"width" : 160,
"height" : 18,
"children" :
(
{
"name" : "CH4Time",
"type" : "text",
"x" : 8,
"y" : 3,
"text" : "CH4: 0 Saat 0 Dakika 0 Saniye",
},
),
},
),
},
{
"name" : "list",
"type" : "window",
"x" : 194,
"y" : 69,
"width" : 306,
"height" : 21,
"children" :
(
{
"name" : "sub_titlebar",
"type" : "image",
"x" : 0,
"y" : 0,
"image" : "d:/ymir work/ui/public/battle/column_titlebar.sub",
},
{ "name" : "title_name", "type" : "text", "x" : 15, "y" : 2, "text" : "Seçilen Menü : Güçlü Buz Cadýsý", "color":0xFFFEE3AE, },
{ "name" : "clock", "type" : "text", "x" : 250, "y" : 2, "text" : "", "color":0xFFFEE3AE, },
),
},
),
},
),
}[/CODE]
