Jump to content

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...