Jump to content

L2ClientDat Wrapper


Recommended Posts

Hello everyone,

I compiled a wrapper for the L2ClientDat listed here:


It exports the data into a database table for them to be edited properly.
Create your schema like this:

CREATE DATABASE dats COLLATE = 'utf8mb4_unicode_ci';


Under /data/config.properties you need to set your database credentials / schema name.
Put everything inside your system folder and drag items onto decrypt.bat or encrypt.bat.
Decrypt may take a minute or two to import depending on your system resources.
I use IntelliJ IDEA database tools to alter the game files along side the server XMLs.
If you add new entries in L2GameDataName manually you should decrypt again before encrypting as some DAT enums may be missing. (not confirmed)

Thanks to the original creators for providing this.
Enjoy!

https://github.com/nikolasgkou/L2Editor

  • Like 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...