Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Nowa zakładka ''Bonus''


Rekomendowane odpowiedzi

Opublikowano

Cześć dzisiaj chciałbym zaprezętować Wam jak dodać nową zakładkę ''Bonus'' w której będzie

lista wszystkich bonów a w ramcę % ile mamy na daną rzecz.

i6m9tg.jpg

 

Instrukcja jak dodać :

1.Pobierz to :

http://adf .ly/87APg

2.Podmień wszystkie te pliki z tej listy :

1) uicharacter.py w root;
2) characterwindow.py w uiscript;
3) window.dds w locale

Nie musicie miec zbyt duzej wiedzy na temat pythona

 

Tutaj macie jak edytować translate i wio ;] PS to włoski

 

 

Cosa dovete sapere per modificare lo script?

 

Come vedete accanto a ogni "casellina", c'è la scritta tanto carina di che bonus è.

Per cambiare suddetta scritta aprite characterwindow.py (quello dentro uiscript) andate dal rigo 824 in giù e cambiate i nomi.

 

Spero nel vostro buon senso per le modifiche.

 

 

Il file in root non vi consiglio troppo di cambiarlo, ma, se proprio avete cambiato una scritta, fate come spiego ora.

 

 

IPOTESI:

 

Voglio cambiare Dif Spada con Dif Ghiottone.

Cerco in uiscript, Dif Spada ha:

 

 

Codice PHP:

{ "name":"Difesa_spada", "type":"text", "x":10, "y":35, "text":"Dif. Spada:" },

{

"name":"Dif_spada", "type":"window", "x":75, "y":35, "width":50, "height":20,

"children" :

(

{ "name":"Dif_spada_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },

{ "name":"Dif_spada_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },

)

},

 

A noi serve this:

 

 

 

 

 

 

Codice PHP:

{ "name":"Dif_spada_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },

 

 

Ora, nel file di root, al rigo 523 troviamo:

 

 

 

 

 

 

Codice PHP:

self.GetChild("Dif_spada_Value").SetText(str(self.Spada()))

 

Ora, alcuni potrebbero dire si poteva fare in altri modi, ed è vero, ma io faccio esattamente come fanno i programmatori del game.

 

Può sembrare poco elegante, ma per tutti voi è più comprensibile.

 

Ora, cerchiamo:

 

"Def Spada" con la ricerca di notepad++.

Perche "Def Spada"? perche "self.Spada()" che troviamo la sopra, richiama alla funzione Spada, e le funzioni si dichiarano con Def.

 

Infatti noi troveremo:

 

 

 

 

 

 

Codice PHP:

def Spada(self):

exsta = 69

return player.GetStatus(exsta)

 

69 è il value per difesa spada.

I VALUE NON SONO COME QUELLI COMUNI DEI BONUS, APPENA HO TEMPO POSTO UNA LISTA.

 

Al posto di 69 mettiamo il value di "Difesa Ghiottone", e abbiamo modificato con successo la nostra pagina dei bonus.

 

 

Questa "guida all'uso" è per i meno esperti....una persona che sa un minimo di python, seguendo comunque la spiegazione sopra sarà in grado di fare molte più modifiche.

 

 

 

Zrodlo :

http://www.inforge.net/community/metin2-howto-addon-server-privati/243068-%5Bpython%5Dbonus-page.html

  • Odpowiedzi 79
  • Dodano
  • Ostatniej odpowiedzi
Opublikowano

Sam pomysł tego jest ciekawy, ale mogłeś przynajmniej spolszczyć to w grze i poradnik. To na prawdę nie jest dużo roboty, a byłby jakiś wkład od siebie.

sygnatura2.png


Opublikowano

Nie no bardzo fajny pomysł !

Spolszczyć to nie problem, zaraz się biorę do roboty.

 

Btw: Remotion pisze się "zaprezentować" *

Opublikowano

Oni też mają wiele rzeczy od nas więc dlaczego uważasz że my też nie możemy korzystać z ich poradników ?

Wolność przekazywanej informacji coś CI się nie podoba to ten napis jest dla CIebie

WYPIERDALAJ HEJCIE

Opublikowano

lekko, dalej podpierdalajcie pomysły z Inforge <ok>

Hoho, zobaczyłem jeden temat na epvp i znalazłem 20 prac z mpc :)

sygnatura niezgodna z regulaminem forum mpc rozdział II pkt. 7

Opublikowano

Troche to szwankuje bo np ja mam 30% na ludzi a pokazało tylko 5% . I to nie jest tak, że gdzieś może pisać ale nie ma. Jest bo to są bonusy 1-5 : \

Opublikowano

Oni też mają wiele rzeczy od nas więc dlaczego uważasz że my też nie możemy korzystać z ich poradników ?

Wolność przekazywanej informacji coś CI się nie podoba to ten napis jest dla CIebie

WYPIERDALAJ HEJCIE

Propsy, duża czcionka + red kolor = szpan na wsi +10

samadmin.png

Opublikowano
Propsy, duża czcionka + red kolor = szpan na wsi +10

Co ma do tego mieszkanie na wsi ?

pro elo elo tut Ctrl+c Ctrl+v

+google translate

Opublikowano

Dobra opcja tylko przydało by się spolszczyć ale pewnie ktoś dla "Lubię to" uczyni ten uczynek i to spolszczy heh

Opublikowano

Spolszczone characterwindow.py

 

 

import uiScriptLocale

QUEST_ICON_BACKGROUND = 'd:/ymir work/ui/game/quest/slot_base.sub'

SMALL_VALUE_FILE = "d:/ymir work/ui/public/Parameter_Slot_00.sub"
MIDDLE_VALUE_FILE = "d:/ymir work/ui/public/Parameter_Slot_01.sub"
LARGE_VALUE_FILE = "d:/ymir work/ui/public/Parameter_Slot_03.sub"
ICON_SLOT_FILE = "d:/ymir work/ui/public/Slot_Base.sub"
FACE_SLOT_FILE = "d:/ymir work/ui/game/windows/box_face.sub"
ROOT_PATH = "d:/ymir work/ui/game/windows/"

LOCALE_PATH = uiScriptLocale.WINDOWS_PATH

window = {
"name" : "CharacterWindow",
"style" : ("movable", "float",),

"x" : 24,
"y" : (SCREEN_HEIGHT - 37 - 361) / 2,

"width" : 253,
"height" : 361,

"children" :
(
{
"name" : "board",
"type" : "board",
"style" : ("attach",),

"x" : 0,
"y" : 0,

"width" : 253,
"height" : 361,

"children" :
(
{
"name" : "Skill_TitleBar",
"type" : "titlebar",
"style" : ("attach",),

"x" : 8,
"y" : 7,

"width" : 238,
"color" : "red",

"children" :
(
{ "name":"TitleName", "type":"text", "x":0, "y":-1, "text":uiScriptLocale.CHARACTER_SKILL, "all_align":"center" },
#{ "name":"TitleName", "type":"image", "style" : ("attach",), "x":101, "y" : 1, "image" : LOCALE_PATH+"title_skill.sub", },
),
},
{
"name" : "Emoticon_TitleBar",
"type" : "titlebar",
"style" : ("attach",),

"x" : 8,
"y" : 7,

"width" : 238,
"color" : "red",

"children" :
(
{ "name":"TitleName", "type":"text", "x":0, "y":-1, "text":uiScriptLocale.CHARACTER_ACTION, "all_align":"center" },
),
},
{
"name" : "Quest_TitleBar",
"type" : "titlebar",
"style" : ("attach",),

"x" : 8,
"y" : 7,

"width" : 238,
"color" : "red",

"children" :
(
{ "name":"TitleName", "type":"text", "x":0, "y":-1, "text":uiScriptLocale.CHARACTER_QUEST, "all_align":"center" },
),
},
{
"name" : "Bonus_TitleBar",
"type" : "titlebar",
"style" : ("attach",),

"x" : 8,
"y" : 7,

"width" : 238,
"color" : "red",

"children" :
(
{ "name":"TitleName", "type":"text", "x":0, "y":-1, "text":"Bonusy", "all_align":"center" },
),
},

## Tab Area
{
"name" : "TabControl",
"type" : "window",

"x" : 0,
"y" : 328,

"width" : 250,
"height" : 31,

"children" :
(
## Tab
{
"name" : "Tab_01",
"type" : "image",

"x" : 0,
"y" : 0,

"width" : 250,
"height" : 31,

"image" : LOCALE_PATH+"tab_1.sub",
},
{
"name" : "Tab_02",
"type" : "image",

"x" : 0,
"y" : 0,

"width" : 250,
"height" : 31,

"image" : LOCALE_PATH+"tab_2.sub",
},
{
"name" : "Tab_03",
"type" : "image",

"x" : 0,
"y" : 0,

"width" : 250,
"height" : 31,

"image" : LOCALE_PATH+"tab_3.sub",
},
{
"name" : "Tab_04",
"type" : "image",

"x" : 0,
"y" : 0,

"width" : 250,
"height" : 31,

"image" : LOCALE_PATH+"tab_4.sub",
},
{
"name" : "Tab_05",
"type" : "image",

"x" : 0,
"y" : 0,

"width" : 250,
"height" : 31,

"image" : LOCALE_PATH+"tab_5.sub",
},
## RadioButton
{
"name" : "Tab_Button_01",
"type" : "radio_button",

"x" : 5,
"y" : 5,

"width" : 50,
"height" : 27,
},
{
"name" : "Tab_Button_02",
"type" : "radio_button",

"x" : 55,
"y" : 5,

"width" : 50,
"height" : 27,
},
{
"name" : "Tab_Button_03",
"type" : "radio_button",

"x" : 105,
"y" : 5,

"width" : 50,
"height" : 27,
},
{
"name" : "Tab_Button_04",
"type" : "radio_button",

"x" : 155,
"y" : 5,

"width" : 50,
"height" : 27,
},
{
"name" : "Tab_Button_05",
"type" : "radio_button",

"x" : 205,
"y" : 5,

"width" : 50,
"height" : 27,
},
),
},

## Page Area
{
"name" : "Character_Page",
"type" : "window",
"style" : ("attach",),

"x" : 0,
"y" : 0,

"width" : 250,
"height" : 304,

"children" :
(

## Title Area
{
"name" : "Character_TitleBar", "type" : "titlebar", "style" : ("attach",), "x" : 61, "y" : 7, "width" : 185, "color" : "red",
"children" :
(
#{ "name" : "TitleName", "type" : "image", "style" : ("attach",), "x" : 70, "y" : 1, "image" : LOCALE_PATH+"title_status.sub", },
{ "name" : "TitleName", "type":"text", "x":0, "y":-1, "text":uiScriptLocale.CHARACTER_MAIN, "all_align":"center" },
),
},

## Guild Name Slot
{
"name" : "Guild_Name_Slot",
"type" : "image",
"x" : 60,
"y" :27+7,
"image" : LARGE_VALUE_FILE,

"children" :
(
{
"name" : "Guild_Name",
"type":"text",
"text":"±ćµĺ Ŕ̸§",
"x":0,
"y":0,
"r":1.0,
"g":1.0,
"b":1.0,
"a":1.0,
"all_align" : "center",
},
),
},

## Character Name Slot
{
"name" : "Character_Name_Slot",
"type" : "image",
"x" : 153,
"y" :27+7,
"image" : LARGE_VALUE_FILE,

"children" :
(
{
"name" : "Character_Name",
"type":"text",
"text":"Äł¸ŻĹÍ Ŕ̸§",
"x":0,
"y":0,
"r":1.0,
"g":1.0,
"b":1.0,
"a":1.0,
"all_align" : "center",
},
),
},

## Header
{
"name":"Status_Header", "type":"window", "x":3, "y":31, "width":0, "height":0,
"children" :
(
## Lv
{
"name":"Status_Lv", "type":"window", "x":9, "y":30, "width":37, "height":42,
"children" :
(
{ "name":"Level_Header", "type":"image", "x":0, "y":0, "image":LOCALE_PATH+"label_level.sub" },
{ "name":"Level_Value", "type":"text", "x":19, "y":19, "fontsize":"LARGE", "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
),
},

## EXP
{
"name":"Status_CurExp", "type":"window", "x":53, "y":30, "width":87, "height":42,
"children" :
(
{ "name":"Exp_Slot", "type":"image", "x":0, "y":0, "image":LOCALE_PATH+"label_cur_exp.sub" },
{ "name":"Exp_Value", "type":"text", "x":46, "y":19, "fontsize":"LARGE", "text":"12345678901", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" }, ),
},

## REXP
{
"name":"Status_RestExp", "type":"window", "x":150, "y":30, "width":50, "height":20,
"children" :
(
{ "name":"RestExp_Slot", "type":"image", "x":0, "y":0, "image":LOCALE_PATH+"label_last_exp.sub" },
{ "name":"RestExp_Value", "type":"text", "x":46, "y":19, "fontsize":"LARGE", "text":"12345678901", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
),
},
),
},

## Face Slot
{ "name" : "Face_Image", "type" : "image", "x" : 11, "y" : 11, "image" : "d:/ymir work/ui/game/windows/face_warrior.sub" },
{ "name" : "Face_Slot", "type" : "image", "x" : 7, "y" : 7, "image" : FACE_SLOT_FILE, },

## ±âş» ´É·Â
{
"name":"Status_Standard", "type":"window", "x":3, "y":100, "width":200, "height":250,
"children" :
(
## ±âş» ´É·Â Á¦¸ń
{ "name":"Character_Bar_01", "type":"horizontalbar", "x":12, "y":8, "width":223, },
{ "name":"Character_Bar_01_Text", "type" : "image", "x" : 13, "y" : 9, "image" : LOCALE_PATH+"label_std.sub", },

## ´É·Â Ľö·Ă Ľöġ
{
"name":"Status_Plus_Label",
"type":"image",
"x":150, "y":11,
"image":LOCALE_PATH+"label_uppt.sub",

"children" :
(
{ "name":"Status_Plus_Value", "type":"text", "x":62, "y":0, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
),
},

## ±âş» ´É·Â ľĆŔĚĹŰ ¸®˝şĆ®
{"name":"Status_Standard_ItemList1", "type" : "image", "x":17, "y":31, "image" : LOCALE_PATH+"label_std_item1.sub", },
{"name":"Status_Standard_ItemList2", "type" : "image", "x":100, "y":30, "image" : LOCALE_PATH+"label_std_item2.sub", },

## HTH
{
"name":"HTH_Label", "type":"window", "x":50, "y":32, "width":60, "height":20,
"children" :
(
{ "name":"HTH_Slot", "type":"image", "x":0, "y":0, "image":SMALL_VALUE_FILE },
{ "name":"HTH_Value", "type":"text", "x":20, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
{ "name":"HTH_Plus", "type" : "button", "x":41, "y":3, "default_image" : ROOT_PATH+"btn_plus_up.sub", "over_image" : ROOT_PATH+"btn_plus_over.sub", "down_image" : ROOT_PATH+"btn_plus_down.sub", },
),
},
## INT
{
"name":"INT_Label", "type":"window", "x":50, "y":32+23, "width":60, "height":20,
"children" :
(
{ "name":"INT_Slot", "type":"image", "x":0, "y":0, "image":SMALL_VALUE_FILE },
{ "name":"INT_Value", "type":"text", "x":20, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
{ "name":"INT_Plus", "type" : "button", "x" : 41, "y" : 3, "default_image" : ROOT_PATH+"btn_plus_up.sub", "over_image" : ROOT_PATH+"btn_plus_over.sub", "down_image" : ROOT_PATH+"btn_plus_down.sub", },
)
},
## STR
{
"name":"STR_Label", "type":"window", "x":50, "y":32+23*2, "width":60, "height":20,
"children" :
(
{ "name":"STR_Slot", "type":"image", "x":0, "y":0, "image":SMALL_VALUE_FILE },
{ "name":"STR_Value", "type":"text", "x":20, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
{ "name":"STR_Plus", "type" : "button", "x" : 41, "y" : 3, "default_image" : ROOT_PATH+"btn_plus_up.sub", "over_image" : ROOT_PATH+"btn_plus_over.sub", "down_image" : ROOT_PATH+"btn_plus_down.sub", },
)
},
## DEX
{
"name":"DEX_Label", "type":"window", "x":50, "y":32+23*3, "width":60, "height":20,
"children" :
(
{ "name":"DEX_Slot", "type":"image", "x":0, "y":0, "image":SMALL_VALUE_FILE },
{ "name":"DEX_Value", "type":"text", "x":20, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
{ "name":"DEX_Plus", "type" : "button", "x" : 41, "y" : 3, "default_image" : ROOT_PATH+"btn_plus_up.sub", "over_image" : ROOT_PATH+"btn_plus_over.sub", "down_image" : ROOT_PATH+"btn_plus_down.sub", },
)
},

{ "name":"HTH_Minus", "type" : "button", "x":9, "y":35, "default_image" : ROOT_PATH+"btn_minus_up.sub", "over_image" : ROOT_PATH+"btn_minus_over.sub", "down_image" : ROOT_PATH+"btn_minus_down.sub", },
{ "name":"INT_Minus", "type" : "button", "x":9, "y":35+23, "default_image" : ROOT_PATH+"btn_minus_up.sub", "over_image" : ROOT_PATH+"btn_minus_over.sub", "down_image" : ROOT_PATH+"btn_minus_down.sub", },
{ "name":"STR_Minus", "type" : "button", "x":9, "y":35+23*2, "default_image" : ROOT_PATH+"btn_minus_up.sub", "over_image" : ROOT_PATH+"btn_minus_over.sub", "down_image" : ROOT_PATH+"btn_minus_down.sub", },
{ "name":"DEX_Minus", "type" : "button", "x":9, "y":35+23*3, "default_image" : ROOT_PATH+"btn_minus_up.sub", "over_image" : ROOT_PATH+"btn_minus_over.sub", "down_image" : ROOT_PATH+"btn_minus_down.sub", },

####

## HP
{
"name":"HEL_Label", "type":"window", "x":145, "y":32, "width":50, "height":20,
"children" :
(
{ "name":"HP_Slot", "type":"image", "x":0, "y":0, "image":LARGE_VALUE_FILE },
{ "name":"HP_Value", "type":"text", "x":45, "y":3, "text":"9999/9999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
),
},
## SP
{
"name":"SP_Label", "type":"window", "x":145, "y":32+23, "width":50, "height":20,
"children" :
(
{ "name":"SP_Slot", "type":"image", "x":0, "y":0, "image":LARGE_VALUE_FILE },
{ "name":"SP_Value", "type":"text", "x":45, "y":3, "text":"9999/9999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
## ATT
{
"name":"ATT_Label", "type":"window", "x":145, "y":32+23*2, "width":50, "height":20,
"children" :
(
{ "name":"ATT_Slot", "type":"image", "x":0, "y":0, "image":LARGE_VALUE_FILE },
{ "name":"ATT_Value", "type":"text", "x":45, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
),
},
## DEF
{
"name":"DEF_Label", "type":"window", "x":145, "y":32+23*3, "width":50, "height":20,
"children" :
(
{ "name":"DEF_Slot", "type":"image", "x":0, "y":0, "image":LARGE_VALUE_FILE },
{ "name":"DEF_Value", "type":"text", "x":45, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
),
},

## şÎ°ˇ ´É·Â
{
"name":"Status_Extent", "type":"window", "x":3, "y":221, "width":200, "height":50,
"children" :
(

## şÎ°ˇ ´É·Â Á¦¸ń
{ "name":"Status_Extent_Bar", "type":"horizontalbar", "x":12, "y":6, "width":223, },
{ "name":"Status_Extent_Label", "type" : "image", "x" : 13, "y" : 8, "image" : LOCALE_PATH+"label_ext.sub", },

## ±âş» ´É·Â ľĆŔĚĹŰ ¸®˝şĆ®
{"name":"Status_Extent_ItemList1", "type" : "image", "x":11, "y":31, "image" : LOCALE_PATH+"label_ext_item1.sub", },
{"name":"Status_Extent_ItemList2", "type" : "image", "x":128, "y":32, "image" : LOCALE_PATH+"label_ext_item2.sub", },

## MSPD - Ŕ̵ż ĽÓµµ
{
"name":"MOV_Label", "type":"window", "x":66, "y":33, "width":50, "height":20,
"children" :
(
{ "name":"MSPD_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"MSPD_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

## ASPD - °ř°Ý ĽÓµµ
{
"name":"ASPD_Label", "type":"window", "x":66, "y":33+23, "width":50, "height":20,
"children" :
(
{ "name":"ASPD_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"ASPD_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

## CSPD - ÁÖą® ĽÓµµ
{
"name":"CSPD_Label", "type":"window", "x":66, "y":33+23*2, "width":50, "height":20,
"children" :
(
{ "name":"CSPD_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"CSPD_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

## MATT - ¸¶ąý °ř°Ý·Â
{
"name":"MATT_Label", "type":"window", "x":183, "y":33, "width":50, "height":20,
"children" :
(
{ "name":"MATT_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"MATT_Value", "type":"text", "x":26, "y":3, "text":"999-999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

## MDEF - ¸¶ąý ąćľî·Â
{
"name":"MDEF_Label", "type":"window", "x":183, "y":33+23, "width":50, "height":20,
"children" :
(
{ "name":"MDEF_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"MDEF_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

## ȸÇÇŔ˛
{
"name":"ER_Label", "type":"window", "x":183, "y":33+23*2, "width":50, "height":20,
"children" :
(
{ "name":"ER_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"ER_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

),
},
),
},
{
"name" : "Skill_Page",
"type" : "window",
"style" : ("attach",),

"x" : 0,
"y" : 24,

"width" : 250,
"height" : 304,

"children" :
(

{
"name":"Skill_Active_Title_Bar", "type":"horizontalbar", "x":15, "y":17, "width":223,

"children" :
(
{
"name":"Active_Skill_Point_Label", "type":"image", "x":145, "y":3, "image":LOCALE_PATH+"label_uppt.sub",
"children" :
(
{ "name":"Active_Skill_Point_Value", "type":"text", "x":62, "y":0, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
),
},

## Group Button
{
"name" : "Skill_Group_Button_1",
"type" : "radio_button",

"x" : 5,
"y" : 2,

"text" : "Group1",
"text_color" : 0xFFFFE3AD,

"default_image" : "d:/ymir work/ui/game/windows/skill_tab_button_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/skill_tab_button_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/skill_tab_button_03.sub",
},

{
"name" : "Skill_Group_Button_2",
"type" : "radio_button",

"x" : 50,
"y" : 2,

"text" : "Group2",
"text_color" : 0xFFFFE3AD,

"default_image" : "d:/ymir work/ui/game/windows/skill_tab_button_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/skill_tab_button_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/skill_tab_button_03.sub",
},

{
"name" : "Active_Skill_Group_Name",
"type" : "text",

"x" : 7,
"y" : 1,
"text" : "Active",

"vertical_align" : "center",
"text_vertical_align" : "center",
"color" : 0xFFFFE3AD,
},

),
},

{
"name":"Skill_ETC_Title_Bar", "type":"horizontalbar", "x":15, "y":200, "width":223,

"children" :
(
{
"name" : "Support_Skill_Group_Name",
"type" : "text",

"x" : 7,
"y" : 1,
"text" : uiScriptLocale.SKILL_SUPPORT_TITLE,

"vertical_align" : "center",
"text_vertical_align" : "center",
"color" : 0xFFFFE3AD,
},

{
"name":"Support_Skill_Point_Label", "type":"image", "x":145, "y":3, "image":LOCALE_PATH+"label_uppt.sub",
"children" :
(
{ "name":"Support_Skill_Point_Value", "type":"text", "x":62, "y":0, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
),
},
),
},
{ "name":"Skill_Board", "type":"image", "x":13, "y":38, "image":"d:/ymir work/ui/game/windows/skill_board.sub", },

## Active Slot
{
"name" : "Skill_Active_Slot",
"type" : "slot",

"x" : 0 + 16,
"y" : 0 + 15 + 23,

"width" : 223,
"height" : 223,
"image" : ICON_SLOT_FILE,

"slot" : (
{"index": 1, "x": 1, "y":  4, "width":32, "height":32},
{"index":21, "x":38, "y":  4, "width":32, "height":32},
{"index":41, "x":75, "y":  4, "width":32, "height":32},

{"index": 3, "x": 1, "y": 40, "width":32, "height":32},
{"index":23, "x":38, "y": 40, "width":32, "height":32},
{"index":43, "x":75, "y": 40, "width":32, "height":32},

{"index": 5, "x": 1, "y": 76, "width":32, "height":32},
{"index":25, "x":38, "y": 76, "width":32, "height":32},
{"index":45, "x":75, "y": 76, "width":32, "height":32},

{"index": 7, "x": 1, "y":112, "width":32, "height":32},
{"index":27, "x":38, "y":112, "width":32, "height":32},
{"index":47, "x":75, "y":112, "width":32, "height":32},

####

{"index": 2, "x":113, "y":  4, "width":32, "height":32},
{"index":22, "x":150, "y":  4, "width":32, "height":32},
{"index":42, "x":187, "y":  4, "width":32, "height":32},

{"index": 4, "x":113, "y": 40, "width":32, "height":32},
{"index":24, "x":150, "y": 40, "width":32, "height":32},
{"index":44, "x":187, "y": 40, "width":32, "height":32},

{"index": 6, "x":113, "y": 76, "width":32, "height":32},
{"index":26, "x":150, "y": 76, "width":32, "height":32},
{"index":46, "x":187, "y": 76, "width":32, "height":32},

{"index": 8, "x":113, "y":112, "width":32, "height":32},
{"index":28, "x":150, "y":112, "width":32, "height":32},
{"index":48, "x":187, "y":112, "width":32, "height":32},
),
},

## ETC Slot
{
"name" : "Skill_ETC_Slot",
"type" : "grid_table",
"x" : 18,
"y" : 221,
"start_index" : 101,
"x_count" : 6,
"y_count" : 2,
"x_step" : 32,
"y_step" : 32,
"x_blank" : 5,
"y_blank" : 4,
"image" : ICON_SLOT_FILE,
},

),
},
{
"name" : "Emoticon_Page",
"type" : "window",
"style" : ("attach",),

"x" : 0,
"y" : 24,

"width" : 250,
"height" : 304,

"children" :
(
## ±âş» ľ×ĽÇ Á¦¸ń
{ "name":"Action_Bar", "type":"horizontalbar", "x":12, "y":11, "width":223, },
{ "name":"Action_Bar_Text", "type":"text", "x":15, "y":13, "text":uiScriptLocale.CHARACTER_NORMAL_ACTION },

## Basis Action Slot
{
"name" : "SoloEmotionSlot",
"type" : "grid_table",
"x" : 30,
"y" : 33,
"horizontal_align" : "center",
"start_index" : 1,
"x_count" : 6,
"y_count" : 3,
"x_step" : 32,
"y_step" : 32,
"x_blank" : 0,
"y_blank" : 0,
"image" : ICON_SLOT_FILE,
},

## »óČŁ ľ×ĽÇ Á¦¸ń
{ "name":"Reaction_Bar", "type":"horizontalbar", "x":12, "y":8+150, "width":223, },
{ "name":"Reaction_Bar_Text", "type":"text", "x":15, "y":10+150, "text":uiScriptLocale.CHARACTER_MUTUAL_ACTION },

## Reaction Slot
{
"name" : "DualEmotionSlot",
"type" : "grid_table",
"x" : 30,
"y" : 180,
"start_index" : 51,
"x_count" : 6,
"y_count" : 3,
"x_step" : 32,
"y_step" : 32,
"x_blank" : 0,
"y_blank" : 0,
"image" : ICON_SLOT_FILE,
},
),
},
{
"name" : "Quest_Page",
"type" : "window",
"style" : ("attach",),

"x" : 0,
"y" : 24,

"width" : 250,
"height" : 304,

"children" :
(
{
"name" : "Quest_Slot",
"type" : "grid_table",
"x" : 18,
"y" : 20,
"start_index" : 0,
"x_count" : 1,
"y_count" : 5,
"x_step" : 32,
"y_step" : 32,
"y_blank" : 28,
"image" : QUEST_ICON_BACKGROUND,
},

{
"name" : "Quest_ScrollBar",
"type" : "scrollbar",

"x" : 25,
"y" : 12,
"size" : 290,
"horizontal_align" : "right",
},

{ "name" : "Quest_Name_00", "type" : "text", "text" : "Ŕ̸§ŔÔ´Ď´Ů", "x" : 60, "y" : 14 },
{ "name" : "Quest_LastTime_00", "type" : "text", "text" : "ł˛Ŕş ˝Ă°Ł ŔÔ´Ď´Ů", "x" : 60, "y" : 30 },
{ "name" : "Quest_LastCount_00", "type" : "text", "text" : "ł˛Ŕş °łĽö ŔÔ´Ď´Ů", "x" : 60, "y" : 46 },

{ "name" : "Quest_Name_01", "type" : "text", "text" : "Ŕ̸§ŔÔ´Ď´Ů", "x" : 60, "y" : 74 },
{ "name" : "Quest_LastTime_01", "type" : "text", "text" : "ł˛Ŕş ˝Ă°Ł ŔÔ´Ď´Ů", "x" : 60, "y" : 90 },
{ "name" : "Quest_LastCount_01", "type" : "text", "text" : "ł˛Ŕş °łĽö ŔÔ´Ď´Ů", "x" : 60, "y" : 106 },

{ "name" : "Quest_Name_02", "type" : "text", "text" : "Ŕ̸§ŔÔ´Ď´Ů", "x" : 60, "y" : 134 },
{ "name" : "Quest_LastTime_02", "type" : "text", "text" : "ł˛Ŕş ˝Ă°Ł ŔÔ´Ď´Ů", "x" : 60, "y" : 150 },
{ "name" : "Quest_LastCount_02", "type" : "text", "text" : "ł˛Ŕş °łĽö ŔÔ´Ď´Ů", "x" : 60, "y" : 166 },

{ "name" : "Quest_Name_03", "type" : "text", "text" : "Ŕ̸§ŔÔ´Ď´Ů", "x" : 60, "y" : 194 },
{ "name" : "Quest_LastTime_03", "type" : "text", "text" : "ł˛Ŕş ˝Ă°Ł ŔÔ´Ď´Ů", "x" : 60, "y" : 210 },
{ "name" : "Quest_LastCount_03", "type" : "text", "text" : "ł˛Ŕş °łĽö ŔÔ´Ď´Ů", "x" : 60, "y" : 226 },

{ "name" : "Quest_Name_04", "type" : "text", "text" : "Ŕ̸§ŔÔ´Ď´Ů", "x" : 60, "y" : 254 },
{ "name" : "Quest_LastTime_04", "type" : "text", "text" : "ł˛Ŕş ˝Ă°Ł ŔÔ´Ď´Ů", "x" : 60, "y" : 270 },
{ "name" : "Quest_LastCount_04", "type" : "text", "text" : "ł˛Ŕş °łĽö ŔÔ´Ď´Ů", "x" : 60, "y" : 286 },

),
},
## Page Area
{
"name" : "Bonus_Page",
"type" : "window",
"style" : ("attach",),

"x" : 0,
"y" : 24,

"width" : 270,
"height" : 304,

"children" :
(
## Barra
{ "name":"Bonus_Bar_Difese", "type":"horizontalbar", "x":12, "y":11, "width":233, },
{ "name":"Bonus_Bar_Text_Difese", "type":"text", "x":15, "y":13, "text":"Odporności" },


{ "name":"Difesa_spada", "type":"text", "x":10, "y":35, "text":"Odporność na Miecze:" },
{
"name":"Dif_spada", "type":"window", "x":75, "y":35, "width":50, "height":20,
"children" :
(
{ "name":"Dif_spada_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Dif_spada_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Difesa_spadone", "type":"text", "x":10, "y":60, "text":"Odporność na Broń 2-ręczną:" },
{
"name":"Dif_spada", "type":"window", "x":75, "y":60, "width":50, "height":20,
"children" :
(
{ "name":"Dif_spadone_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Dif_spadone_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Difesa_pugnale", "type":"text", "x":10, "y":85, "text":"Odporność na Sztylety:" },
{
"name":"Dif_pugnale", "type":"window", "x":75, "y":85, "width":50, "height":20,
"children" :
(
{ "name":"Dif_pugnale_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Dif_pugnale_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Resistenza_magia", "type":"text", "x":10, "y":110, "text":"Odporność na Magię:" },
{
"name":"Res_magia", "type":"window", "x":75, "y":110, "width":50, "height":20,
"children" :
(
{ "name":"Res_magia_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Res_magia_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Resistenza_freccia", "type":"text", "x":10, "y":135, "text":"Odporność na Strzały:" },
{
"name":"Res_freccia", "type":"window", "x":75, "y":135, "width":50, "height":20,
"children" :
(
{ "name":"Res_freccia_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Res_freccia_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Blocco", "type":"text", "x":135, "y":35, "text":"Szansa na blok ciosów:" },
{
"name":"Blocco", "type":"window", "x":190, "y":35, "width":50, "height":20,
"children" :
(
{ "name":"Blocco_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Blocco_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Res_War", "type":"text", "x":135, "y":60, "text":"Odporność na Wojowników:" },
{
"name":"Res_war", "type":"window", "x":190, "y":60, "width":50, "height":20,
"children" :
(
{ "name":"Res_war_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Res_war_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Res_Sura", "type":"text", "x":135, "y":85, "text":"Odporność na Sury:" },
{
"name":"Res_Sura", "type":"window", "x":190, "y":85, "width":50, "height":20,
"children" :
(
{ "name":"Res_Sura_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Res_Sura_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Res_Ninja", "type":"text", "x":135, "y":110, "text":"Odporność na Ninje:" },
{
"name":"Res_Ninja", "type":"window", "x":190, "y":110, "width":50, "height":20,
"children" :
(
{ "name":"Res_Ninja_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Res_Ninja_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Res_Shamy", "type":"text", "x":135, "y":135, "text":"Odporność na Szamanów:" },
{
"name":"Res_Shamy", "type":"window", "x":190, "y":135, "width":50, "height":20,
"children" :
(
{ "name":"Res_Shamy_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Res_Shamy_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

## Barra Generali
{ "name":"Reaction_Bar", "type":"horizontalbar", "x":12, "y":158, "width":233, },
{ "name":"Reaction_Bar_Text", "type":"text", "x":15, "y":160, "text":"Bonusy Ogólne" },


{ "name":"Vs_mezzi", "type":"text", "x":10, "y":180, "text":"Silny przeciw Ludziom:" },
{
"name":"Mezziuomini", "type":"window", "x":75, "y":180, "width":50, "height":20,
"children" :
(
{ "name":"Mezziuomini_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Mezziuomini_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Danni_medi", "type":"text", "x":10, "y":205, "text":"Średnie Obrażenia:" },
{
"name":"Danni_medi", "type":"window", "x":75, "y":205, "width":50, "height":20,
"children" :
(
{ "name":"Danni_medi_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Danni_medi_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
{ "name":"Danni_abi", "type":"text", "x":10, "y":230, "text":"Obrażenia Umiejętności:" },
{
"name":"Danni_abi", "type":"window", "x":75, "y":230, "width":50, "height":20,
"children" :
(
{ "name":"Danni_abi_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Danni_abi_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
{ "name":"Mostri", "type":"text", "x":10, "y":255, "text":"Silny przeciw Potworom:" },
{
"name":"Mostri", "type":"window", "x":75, "y":255, "width":50, "height":20,
"children" :
(
{ "name":"Mostri_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Mostri_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
{ "name":"Vs_zombie", "type":"text", "x":10, "y":280, "text":"Silny przeciw Nieumarłym:" },
{
"name":"Vs_zombie", "type":"window", "x":75, "y":280, "width":50, "height":20,
"children" :
(
{ "name":"Vs_zombie_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Vs_zombie_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Critici", "type":"text", "x":135, "y":180, "text":"Szansa na Krytyka:" },
{
"name":"Critici", "type":"window", "x":190, "y":180, "width":50, "height":20,
"children" :
(
{ "name":"Critici_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Critici_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},

{ "name":"Trafiggenti", "type":"text", "x":135, "y":205, "text":"Szansa na Przeszywkę:" },
{
"name":"Trafiggenti", "type":"window", "x":190, "y":205, "width":50, "height":20,
"children" :
(
{ "name":"Trafiggenti_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Trafiggenti_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
{ "name":"Rig_HP", "type":"text", "x":135, "y":230, "text":"Regeneracja PŻ:" },
{
"name":"Rig_HP", "type":"window", "x":190, "y":230, "width":50, "height":20,
"children" :
(
{ "name":"Rig_HP_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Rig_HP_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
{ "name":"Rig_MP", "type":"text", "x":135, "y":255, "text":"Regeneracja PE:" },
{
"name":"Rig_MP", "type":"window", "x":190, "y":255, "width":50, "height":20,
"children" :
(
{ "name":"Rig_MP_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Rig_MP_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
{ "name":"Veleno", "type":"text", "x":135, "y":280, "text":"Szansa na Otrucie:" },
{
"name":"Veleno", "type":"window", "x":190, "y":280, "width":50, "height":20,
"children" :
(
{ "name":"Veleno_Slot", "type":"image", "x":0, "y":0, "image":MIDDLE_VALUE_FILE },
{ "name":"Veleno_Value", "type":"text", "x":26, "y":3, "text":"999", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
)
},
),
},
),
},
),
}

 

 

Możesz dodać do tematu.

Opublikowano

Kur*a mać!!!! czy przestaniecie w końcu kopiować z innych zagranicznych for!?

Co 2 temat jest taki sam jak na innych forach idzie się zje**ć... Jak ktoś będzie chciał to sobie wejdzie na inne forum i sobie poszuka jak chce mieć coś "wyszukanego" a nie...

@topic

Widziałem już dawno na każdym znanym zagranicznym forum...

Autorowi tematu się nie chciało nawet własnego screena z gry zrobić tylko oczywiście "Kopiuj wklej, dawać lajki" ...

Niby widzę że remotion jest dość popularny na forum i ma kilka pomysłów swoich...

Ale bez jaj mimo tego że poda się źródło to jest masakra...

ESTAVIA.PL

Opublikowano

Wszystko działa jak powinno. Dzięki za temat. :-)

 

 

 

0222141426.jpg

 

 

 

P.S. Brak ABS, bo to postać do farmienia. Zlicza idealnie.

Ten rap to inny wymiar, z kosmosu biorę każdy panczlajn,
Ciebie podobno nic nie zatrzyma? #Grawitacja
Naginam prawa, rządzę fizyką, istny Newton w wersach,
bo zostawiam Cię na glebie suko.. w cząsteczkach.

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...