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="skillsoundsource" size="#data" hidden="false">
<node name="skill_id" reader="UINT" />
<node name="spelleffect_sound_1_source" reader="UINT" />
<node name="spelleffect_sound_2_source" reader="UINT" />
<node name="spelleffect_sound_3_source" reader="UINT" />
<node name="shoteffect_sound_1_source" reader="UINT" />
<node name="shoteffect_sound_2_source" reader="UINT" />
<node name="shoteffect_sound_3_source" reader="UINT" />
<node name="expeffect_sound_1_source" reader="UINT" />
<node name="expeffect_sound_2_source" reader="UINT" />
<node name="expeffect_sound_3_source" reader="UINT" />
</for>
</file>
</list>