L2JMobius

Classic Interlude Edit mobskillanimgrp.dat of classic interlude

nedixtv · 12 · 2341

Online nedixtv

  • Heir
  • **
    • Posts: 11
Hi,

I am having problem on opening mobskillanimgrp.dat and mobskillanimgrp_classic.dat of the classic interlude System, i tried mobius L2clientdat and the old L2FileEdit.


Any idea or tips ?



Offline panther

  • Heir
  • **
    • Posts: 34
Hi,

I am having problem on opening mobskillanimgrp.dat and mobskillanimgrp_classic.dat of the classic interlude System, i tried mobius L2clientdat and the old L2FileEdit.


Any idea or tips ?

Have you tried  Grand Crusade option in the L2clientdat?


Online nedixtv

  • Heir
  • **
    • Posts: 11
Have you tried  Grand Crusade option in the L2clientdat?

Yes, i tried a bunch of things yesterday, even an updated "L2 File editor by miko" for grandcrusade

Here is what i get from file editor and l2clientdat.

https://imgur.com/a/St1uPIb

As a note,  for some .dat of the classic interlude system i use the l2clientdat that mobius shared, and for others i use that l2 file editor since the l2clientdat doesnt work or viceversa the file editor doesnt lol





Offline panther

  • Heir
  • **
    • Posts: 34
Yes, i tried a bunch of things yesterday, even an updated "L2 File editor by miko" for grandcrusade

Here is what i get from file editor and l2clientdat.

https://imgur.com/a/St1uPIb

As a note,  for some .dat of the classic interlude system i use the l2clientdat that mobius shared, and for others i use that l2 file editor since the l2clientdat doesnt work or viceversa the file editor doesnt lol

I dont now for me work fine  :-\

https://ibb.co/tLDwjFm


Online nedixtv

  • Heir
  • **
    • Posts: 11


Online nedixtv

  • Heir
  • **
    • Posts: 11

Offline panther

  • Heir
  • **
    • Posts: 34
The only java thing i have installed atm is Liberica JDK 17

me  2 as home i have the same java version.. Liberica JDK 17 .

I hope if you don't remove the file from the system folder and look for it inside the folder with l2clientdat


Online nedixtv

  • Heir
  • **
    • Posts: 11
me  2 as home i have the same java version.. Liberica JDK 17 .

I hope if you don't remove the file from the system folder and look for it inside the folder with l2clientdat

Well well well...i was doing that  "always" i just tested with the whole System folder... and works, well u learn something new everyday.

Thx a lot dude!! have a nice weekend, and now test if i can fix the animation of the magnus pony (:3)rz

EDIT : well i can see but not save :(


Online nedixtv

  • Heir
  • **
    • Posts: 11
me  2 as home i have the same java version.. Liberica JDK 17 .

I hope if you don't remove the file from the system folder and look for it inside the folder with l2clientdat

Dude, now i can open it but not save, can u save even without doing changes ?


Offline panther

  • Heir
  • **
    • Posts: 34
Dude, now i can open it but not save, can u save even without doing changes ?

Yep  fixed

L2ClientDat-362\data\structure\dats \mobskillanimgrp

Code: [Select]
<file pattern="kor_helios_p3" isSafePackage="true">
<node name="data" reader="UINT" />
<for name="skill" size="#data" hidden="false">
<node name="npc_id" reader="UINT" />
<node name="skill_id" reader="UINT" />
<node name="seq_name" reader="MAP_INT" />
</for>
</file>

change the MAP_INT     TO  -->  UINT


<file pattern="kor_helios_p3" isSafePackage="true">
      <node name="data" reader="UINT" />
      <for name="skill" size="#data" hidden="false">
         <node name="npc_id" reader="UINT" />
         <node name="skill_id" reader="UINT" />
         <node name="seq_name" reader="UINT" />
      </for>
   </file>


Online nedixtv

  • Heir
  • **
    • Posts: 11
Yep  fixed

L2ClientDat-362\data\structure\dats \

Code: [Select]
<file pattern="kor_helios_p3" isSafePackage="true">
<node name="data" reader="UINT" />
<for name="skill" size="#data" hidden="false">
<node name="npc_id" reader="UINT" />
<node name="skill_id" reader="UINT" />
<node name="seq_name" reader="MAP_INT" />
</for>
</file>

change the MAP_INT     TO  -->  UINT


<file pattern="kor_helios_p3" isSafePackage="true">
      <node name="data" reader="UINT" />
      <for name="skill" size="#data" hidden="false">
         <node name="npc_id" reader="UINT" />
         <node name="skill_id" reader="UINT" />
         <node name="seq_name" reader="UINT" />
      </for>
   </file>

yey! thx a lot!