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

[Problem]Najnowsze root metin2.pl


Rekomendowane odpowiedzi

Opublikowano

Witajcie jako że jestem tu nowy i sporo rzeczy nie wiem, w tym czy to dobry dział (jeśli nie proszę o przeniesienie)

 

Dopiero zaczynam przygodę z tworzeniem własnego serwera i napotkałem błąd, ponieważ zaczynam na aktualnym cliencie Metin2.PL

Problem jest w pliku root, gdyż po rozpakowaniu są tylko te pliki a nie ma reszty.

 

Zdjęcie:

 

1387269279-U1067719.png

 

 

Proszę o podanie mi pliku w którym znajduje się reszta.

Pozdrawiam i Góry Dziękuję.

Opublikowano

Od jakiegoś czasu wprowadzili nowe zabezpieczenia i nie wiem czy ktoś jest w stanie to rozpakowac. Polak raczej Ci nie da, ale możesz zapytać kogoś z elite.

da5e9f82fbb05240438e374847f4a6f9.gif

Opublikowano

Dzięki zapytam a wiesz może gdzie mogę znaleść kontynuację tych wersów?

 

 

{"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},

 

 

To chyba odpowiada za sloty. (Chcę dodać EQUIPMENT_BELT)

Opublikowano

To już wiem ale chodzi mi dokładniej o coś takiego:

 

na przykładnie DragonSoula:

 

log z syserr.txt

LoadScriptFile - exceptions.NameError:name 'DRAGON_SOUL_EQUIPMENT_SLOT_START' is not defined

a tak wygląda nasz skrypt:

 

 

import uiScriptLocale
 
window = {
"name" : "InventoryWindow",
 
## 600 - (width + żŔ¸ĄÂĘŔ¸·Î şÎĹÍ ¶çżě±â 24 px)
"x" : SCREEN_WIDTH - 176 - 287 - 10,
"y" : SCREEN_HEIGHT - 37 - 505,
 
"style" : ("movable", "float",),
 
"width" : 287,
"height" : 505,
 
"children" :
(
{
"name" : "board",
"type" : "board",
"style" : ("attach",),
 
"x" : 0,
"y" : 0,
 
"width" : 287,
"height" : 505,
 
"children" :
(
## Equipment Slot
{
"name" : "Equipment_Base",
"type" : "expanded_image",
 
"x" : 0,
"y" : 0,
 
"image" : "d:/ymir work/ui/dragonsoul/dragon_soul_bg.tga",
 
},
{
"name" : "Inventory_Tab_01",
"type" : "radio_button",
 
"x" : 16,
"y" : 332,
 
"default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga",
 
"children" :
(
{
"name" : "Inventory_Tab_01_Print",
"type" : "text",
 
"x" : 0,
"y" : 0,
 
"all_align" : "center",
 
"text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_1,
"color" : 0xFFF1E6C0,
},
),
},
{
"name" : "Inventory_Tab_02",
"type" : "radio_button",
 
"x" : 67,
"y" : 332,
 
"default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga",
 
"children" :
(
{
"name" : "Inventory_Tab_02_Print",
"type" : "text",
 
"x" : 0,
"y" : 0,
 
"all_align" : "center",
 
"text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_2,
"color" : 0xFFF1E6C0,
},
),
},
{
"name" : "Inventory_Tab_03",
"type" : "radio_button",
 
"x" : 118,
"y" : 332,
 
"default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga",
 
"children" :
(
{
"name" : "Inventory_Tab_03_Print",
"type" : "text",
 
"x" : 0,
"y" : 0,
 
"all_align" : "center",
 
"text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_3,
"color" : 0xFFF1E6C0,
},
),
},
{
"name" : "Inventory_Tab_04",
"type" : "radio_button",
 
"x" : 169,
"y" : 332,
 
"default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga",
 
"children" :
(
{
"name" : "Inventory_Tab_04_Print",
"type" : "text",
 
"x" : 0,
"y" : 0,
 
"all_align" : "center",
 
"text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_4,
"color" : 0xFFF1E6C0,
},
),
},
{
"name" : "Inventory_Tab_05",
"type" : "radio_button",
 
"x" : 220,
"y" : 332,
 
"default_image" : "d:/ymir work/ui/dragonsoul/s_button01.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/s_button02.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/s_button03.tga",
 
"children" :
(
{
"name" : "Inventory_Tab_05_Print",
"type" : "text",
 
"x" : 0,
"y" : 0,
 
"all_align" : "center",
 
"text" : uiScriptLocale.DRAGONSOUL_PAGE_BUTTON_5,
"color" : 0xFFF1E6C0,
},
),
},
 
## Item Slot
{
"name" : "ItemSlot",
"type" : "grid_table",
 
"x" : 15,
"y" : 355,
 
"start_index" : 0,
"x_count" : 8,
"y_count" : 4,
"x_step" : 32,
"y_step" : 32,
 
#"image" : "d:/ymir work/ui/public/Slot_Base.sub"
},
{
"name" : "EquipmentSlot",
"type" : "slot",
 
"x" : 0,
"y" : 0,
 
"width" : 287,
"height" : 280,
 
"slot" : (
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32},
),
},
{
"name" : "deck1",
"type" : "toggle_button",
 
"x" : 21,
"y" : 230,
 
"default_image" : "d:/ymir work/ui/dragonsoul/deck1_1.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/deck1_2.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/deck1_3.tga",
},
{
"name" : "deck2",
"type" : "toggle_button",
 
"x" : 234,
"y" : 230,
 
"default_image" : "d:/ymir work/ui/dragonsoul/deck2_1.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/deck2_2.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/deck2_3.tga",
},
## Title
{
"name" : "TitleBar",
"type" : "titlebar",
"style" : ("attach",),
 
"x" : 8,
"y" : 7,
 
"width" : 271,
"color" : "yellow",
 
"children" :
(
{ "name":"TitleName", "type":"text", "x":130, "y":3, "text":uiScriptLocale.DRAGONSOUL_TITLE, "text_horizontal_align":"center" },
),
},
## Tab Area
{
"name" : "TabControl",
"type" : "window",
 
"x" : 10,
"y" : 279,
 
"width" : 267,
"height" : 30,
 
"children" :
(
## Tab
{
"name" : "Tab_01",
"type" : "expanded_image",
 
"x" : 0,
"y" : 0,
 
"width" : 267,
"height" : 30,
 
"image" : "d:/ymir work/ui/dragonsoul/tap01.tga",
},
{
"name" : "Tab_02",
"type" : "expanded_image",
 
"x" : 0,
"y" : 0,
 
"width" : 267,
"height" : 30,
 
"image" : "d:/ymir work/ui/dragonsoul/tap02.tga",
},
{
"name" : "Tab_03",
"type" : "expanded_image",
 
"x" : 0,
"y" : 0,
 
"width" : 267,
"height" : 30,
 
"image" : "d:/ymir work/ui/dragonsoul/tap03.tga",
},
{
"name" : "Tab_04",
"type" : "expanded_image",
 
"x" : 0,
"y" : 0,
 
"width" : 267,
"height" : 30,
 
"image" : "d:/ymir work/ui/dragonsoul/tap04.tga",
},
{
"name" : "Tab_05",
"type" : "expanded_image",
 
"x" : 0,
"y" : 0,
 
"width" : 267,
"height" : 30,
 
"image" : "d:/ymir work/ui/dragonsoul/tap05.tga",
},
{
"name" : "Tab_06",
"type" : "expanded_image",
 
"x" : 0,
"y" : 0,
 
"width" : 267,
"height" : 30,
 
"image" : "d:/ymir work/ui/dragonsoul/tap06.tga",
},
## RadioButton
{
"name" : "Tab_Button_01",
"type" : "radio_button",
 
"x" : 2,
"y" : 2,
 
"width" : 36,
"height" : 27,
},
{
"name" : "Tab_Button_02",
"type" : "radio_button",
 
"x" : 42,
"y" : 2,
 
"width" : 36,
"height" : 27,
},
{
"name" : "Tab_Button_03",
"type" : "radio_button",
 
"x" : 82,
"y" : 2,
 
"width" : 36,
"height" : 27,
},
{
"name" : "Tab_Button_04",
"type" : "radio_button",
 
"x" : 122,
"y" : 2,
 
"width" : 36,
"height" : 27,
},
{
"name" : "Tab_Button_05",
"type" : "radio_button",
 
"x" : 162,
"y" : 2,
 
"width" : 36,
"height" : 27,
},
{
"name" : "Tab_Button_06",
"type" : "radio_button",
 
"x" : 202,
"y" : 2,
 
"width" : 36,
"height" : 27,
},
),
},
{
"name" : "tab_text_area",
"type" : "text",
 
"x" : 18,
"y" : 315,
 
"text" : uiScriptLocale.DRAGONSOUL_TAP_TITLE_1,
"color" : 0xFFC0C0C0,
},
{ 
"name" : "activate",
"type" : "toggle_button",
 
"x" : 217,
"y" : 492,
 
"text" : uiScriptLocale.DRAGONSOUL_ACTIVATE,
 
"default_image" : "d:/ymir work/ui/dragonsoul/m_button01.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/m_button02.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/m_button03.tga",
},
),
},
),
}
 

 

 

 

 

Chodzi o ten kawałek odpowiada on za rozmieszczenie slotów w oknie

"slot" : (
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+0, "x":128, "y":53, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+1, "x":59, "y":93, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+2, "x":59, "y":179, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+3, "x":128, "y":219, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+4, "x":194, "y":179, "width":32, "height":32},
{"index":DRAGON_SOUL_EQUIPMENT_SLOT_START+5, "x":194, "y":93, "width":32, "height":32},

DRAGON_SOUL_EQUIPMENT_SLOT_START - brakuje gdzieś tej funkcji. Pozdrawiam

 

@edit

 

Tak samo jest z slotem na System Pasa.

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...