Форум работает в тестовом режиме. Все данные были перенесены со старого сайта 2018 года. Некоторая информация может быть недоступна, например вложения или хайды. Просьба сообщать о данных случаях через функционал "Жалоба", прямо под постом, где отсуствуют данные из хайда или проблемы с вложением.
Могут быть проблемы в "выкидыванием" с форума (слетевшей авторизацией). Нужно собрать статистику таких случаев.
Есть Тема, куда можете сообщить о проблемах с сайтом либо просто передать привет.

XDAT to XML?

Рег
11 Дек 2016
Сообщения
2
Реакции
0
Hello, i'm new here :nyan:

Does anyone know if there is a XDAT to XML exporter and importer? Would be great to save me a few hours of coding.

Thank you all.
 
Client reverse. Unthemided Nwindow.dll, search UIeditor import\export code and xsd\xml code.

You need schema.xsd.

<?xml version="1.0" encoding="utf-8"?>
<L2UI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.lineage2.co.kr/ui ..\..\Schema.xsd" xmlns="http://www.lineage2.co.kr/ui">
<Window backTex="L2UI_CT1.Windows.Windows_DF_Large_Bg" script="WarehouseWnd" state="GamingState" frame="true" hidden="true" title="136" WorkingConfiguration="Game">
<DefaultProperty name="WarehouseWnd">
<Size>
<AbsoluteSize width="257" height="395" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="53" offsetY="103" anchored="false" />
</DefaultProperty>
<frame size="Big" direction="Top" exitbutton="true" />
<ItemWindow col="6" row="3" maxItem="160" itemWidth="32" itemHeight="32" gapX="5" gapY="4">
<DefaultProperty name="TopList">
<Size>
<AbsoluteSize width="237" height="108" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="11" offsetY="56" anchored="false" />
<Tooltip type="Inventory" text="-1" />
</DefaultProperty>
<ButtonItem OutLineUp="l2ui_ct1.itemWindow.Itemwindow_df_frame_down" OutLineDown="l2ui_ct1.itemWindow.Itemwindow_df_frame" />
</ItemWindow>
<ItemWindow col="6" row="3" maxItem="160" itemWidth="32" itemHeight="32" gapX="5" gapY="4">
<DefaultProperty name="BottomList">
<Size>
<AbsoluteSize width="237" height="108" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="11" offsetY="198" anchored="false" />
<Tooltip type="Inventory" text="-1" />
</DefaultProperty>
<ButtonItem OutLineUp="l2ui_ct1.itemWindow.Itemwindow_df_frame_down" OutLineDown="l2ui_ct1.itemWindow.Itemwindow_df_frame" />
</ItemWindow>
<Button normalTex="l2ui_ch3.Button.UpButton" pushedTex="l2ui_ch3.Button.UpButton_Down">
<DefaultProperty name="UpButton">
<Size>
<AbsoluteSize width="15" height="15" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="148" offsetY="176" anchored="false" />
</DefaultProperty>
</Button>
<Button normalTex="l2ui_ch3.Button.DownButton" pushedTex="l2ui_ch3.Button.DownButton_Down">
<DefaultProperty name="DownButton">
<Size>
<AbsoluteSize width="15" height="15" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="132" offsetY="176" anchored="false" />
</DefaultProperty>
</Button>
<Button buttonName="140" normalTex="L2UI_CT1.Button.Button_DF" pushedTex="L2UI_CT1.Button.Button_DF_Click">
<DefaultProperty name="OKButton">
<Size>
<AbsoluteSize width="85" height="27" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="44" offsetY="363" anchored="false" />
</DefaultProperty>
</Button>
<Button buttonName="141" normalTex="L2UI_CT1.Button.Button_DF" pushedTex="L2UI_CT1.Button.Button_DF_Click">
<DefaultProperty name="CancelButton">
<Size>
<AbsoluteSize width="85" height="27" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="130" offsetY="363" anchored="false" />
</DefaultProperty>
</Button>
<TextBox emoticon="1" autosize="true">
<DefaultProperty name="TopText">
<Size>
<AbsoluteSize width="48" height="13" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="12" offsetY="35" anchored="false" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<TextBox emoticon="1" autosize="true">
<DefaultProperty name="BottomText">
<Size>
<AbsoluteSize width="48" height="12" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="12" offsetY="176" anchored="false" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<TextBox align="Right" emoticon="1" autosize="true">
<DefaultProperty name="TopCountText">
<Size>
<AbsoluteSize width="0" height="10" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="245" offsetY="35" anchored="false" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<TextBox align="Right" emoticon="1" autosize="true">
<DefaultProperty name="BottomCountText">
<Size>
<AbsoluteSize width="0" height="10" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="245" offsetY="176" anchored="false" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<TextBox sysstring="135" align="Right" emoticon="1" autosize="true">
<DefaultProperty name="PriceConstText">
<Size>
<AbsoluteSize width="36" height="12" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="108" offsetY="322" anchored="false" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<TextBox sysstring="134" align="Right" emoticon="1" autosize="true">
<DefaultProperty name="AdenaConstText">
<Size>
<AbsoluteSize width="36" height="13" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="108" offsetY="341" anchored="false" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<TextBox align="Right" emoticon="1">
<DefaultProperty name="PriceText">
<Size>
<AbsoluteSize width="93" height="17" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="151" offsetY="323" anchored="false" />
<Tooltip type="Text" text="-1" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<TextBox align="Right" emoticon="1">
<DefaultProperty name="AdenaText">
<Size>
<AbsoluteSize width="93" height="17" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="151" offsetY="341" anchored="false" />
<Tooltip type="Text" text="-1" />
</DefaultProperty>
<TextColor R="220" G="220" B="220" />
</TextBox>
<InvenWeight Target="Player" TextureWidth="4" TextureHeight="13" TextureStepLeft="l2ui_ct1.Gauges.Gauge_DF_Large_Weight_Left" TextureStepMid="l2ui_ct1.Gauges.Gauge_DF_Large_Weight_Center" TextureStepRight="l2ui_ct1.Gauges.Gauge_DF_Large_Weight_Right" TextureWarnLeft="l2ui_ct1.Gauges.Gauge_DF_Large_HP_Left" TextureWarnMid="l2ui_ct1.Gauges.Gauge_DF_Large_HP_Center" TextureWarnRight="l2ui_ct1.Gauges.Gauge_DF_Large_HP_Right" TextureAddedLeft="l2ui_ct1.Gauges.Gauge_DF_Large_MP_Left" TextureAddedMid="l2ui_ct1.Gauges.Gauge_DF_Large_MP_Center" TextureAddedRight="l2ui_ct1.Gauges.Gauge_DF_Large_MP_Right" TextureBackLeft="l2ui_ct1.Gauges.Gauge_DF_Large_Weight_bg_Left" TextureBackMid="l2ui_ct1.Gauges.Gauge_DF_Large_Weight_bg_Center" TextureBackRight="l2ui_ct1.Gauges.Gauge_DF_Large_Weight_bg_Right">
<DefaultProperty name="InvenWeight">
<Size>
<AbsoluteSize width="70" height="12" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="29" offsetY="322" anchored="false" />
</DefaultProperty>
<GaugeText Texture="l2ui_ct1.misc.MISC_DF_StatusNumber" FontWidth="8" FontHeight="13" />
</InvenWeight>
<Texture file="L2UI_CT1.Icon_DF_Common_weight" type="Normal" layer="Background" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="AdenaIcon" virtual="true">
<Size>
<AbsoluteSize width="16" height="14" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="11" offsetY="322" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
<Texture file="l2ui_ct1.groupbox.groupbox_df_text" type="Stretch" layer="Background" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="AdenaTextBg" alwaysOnBack="true" virtual="true">
<Size>
<AbsoluteSize width="99" height="16" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="148" offsetY="320" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
<Texture file="l2ui_ct1.groupbox.groupbox_df_text" type="Stretch" layer="Background" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="PriceTextBg" alwaysOnBack="true" virtual="true">
<Size>
<AbsoluteSize width="99" height="16" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="148" offsetY="339" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
<Texture file="L2UI_CT1.ItemWindow.ItemWindow_DF_Slotbox_3x2" type="Stretch" layer="Normal" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="TopSlotListBg" alwaysOnBack="true" virtual="true">
<Size>
<AbsoluteSize width="221" height="107" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="10" offsetY="56" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
<Texture file="L2UI_CT1.GroupBox.GroupBox_DF" type="Stretch" layer="Background" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="TopListBg" alwaysOnBack="true" virtual="true">
<Size>
<AbsoluteSize width="245" height="117" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="6" offsetY="51" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
<Texture file="L2UI_CT1.ItemWindow.ItemWindow_DF_Slotbox_3x2" type="Stretch" layer="Normal" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="BottomSlotListBg" alwaysOnBack="true" virtual="true">
<Size>
<AbsoluteSize width="221" height="107" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="10" offsetY="198" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
<Texture file="L2UI_CT1.GroupBox.GroupBox_DF" type="Stretch" layer="Background" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="BottomListBg" alwaysOnBack="true" virtual="true">
<Size>
<AbsoluteSize width="245" height="117" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="6" offsetY="192" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
<Texture file="L2UI_CT1.GroupBox.GroupBox_DF" type="Stretch" layer="Background" IsCameraRotation="false" MaskLayer="0">
<DefaultProperty name="bottominformationBg" alwaysOnBack="true" virtual="true">
<Size>
<AbsoluteSize width="245" height="45" />
</Size>
<Position relativePoint="TopLeft" anchorPoint="TopLeft" offsetX="6" offsetY="315" anchored="false" />
</DefaultProperty>
<TextureCoords u="0" v="0" usize="0" vsize="0" />
</Texture>
</Window>
</L2UI>


If no - go to this forum: https://forum.zone-game.info/

There are people who do it, but not for free. Estimated price - 500-1000 rubles (~10-15 dollars).
 
Назад
Сверху