L2ClientDat decoder.
This commit is contained in:
17
L2ClientDat/dist/structure/dats/staticobject.xml
vendored
Normal file
17
L2ClientDat/dist/structure/dats/staticobject.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list>
|
||||
<file pattern="kor_lindvior" isSafePackage="true">
|
||||
<node name="data" reader="UINT" />
|
||||
<for name="staticobject" size="#data" hidden="false">
|
||||
<node name="id" reader="UINT" />
|
||||
<node name="name" reader="UNICODE" />
|
||||
</for>
|
||||
</file>
|
||||
<file pattern="kor_helios_p2" isSafePackage="true">
|
||||
<node name="data" reader="UINT" />
|
||||
<for name="staticobject" size="#data" hidden="false">
|
||||
<node name="id" reader="UINT" />
|
||||
<node name="name" reader="MAP_INT" />
|
||||
</for>
|
||||
</file>
|
||||
</list>
|
Reference in New Issue
Block a user