L2ClientDat decoder.

This commit is contained in:
MobiusDev
2018-05-13 13:35:03 +00:00
parent 574f600afa
commit 836beafd0f
211 changed files with 26666 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<list>
<file pattern="kor_lindvior" isSafePackage="true">
<node name="data" reader="UINT" />
<for name="alter_skill" size="#data" hidden="false">
<node name="origin_skill_id" reader="UINT" />
<node name="alter_skill_id" reader="UINT" />
</for>
<node name="data2" reader="UINT" />
<for name="alter_skill2" size="#data2" hidden="false">
<node name="abnormal_status" reader="UINT" />
<for name="abnormal_status" size="#abnormal_status">
<node name="abnormal_status0" reader="UINT" />
</for>
<node name="type" reader="UINT" />
</for>
</file>
</list>