L2JMobius

Free Users => General Discussion => Topic started by: salonon on November 03, 2022, 11:24:48 AM

Title: db user ( acc ) to save
Post by: salonon on November 03, 2022, 11:24:48 AM
hi all

I want to update l2, which table do i have to save ( backup ) so that the account keeps all its stuff,  Skills inventory warehouse clan skills etc........

I hope someone can help me.
Title: Re: db user ( acc ) to save
Post by: CostyKiller on November 08, 2022, 08:21:57 AM
Hi! You can check the database, most of the table names are self explanatory, the "character_" prefix tables contain characters related data, "item_" items data, and same for "clan_".

But if you want to keep all stuff you can simply check if any table was altered on the updated version and simply keep the database as it is and only add the changes.
Title: Re: db user ( acc ) to save
Post by: salonon on November 17, 2022, 05:14:10 PM
hello
yes that is also a good idea to compare the database and then just add the new record thanks for the info.