L2JMobius

Master Class db user ( acc ) to save

salonon · 3 · 1530

Offline salonon

  • Vassal
  • *
    • Posts: 5
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.


Online CostyKiller

  • Distinguished King
  • *****
    • Posts: 953
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.


Offline salonon

  • Vassal
  • *
    • Posts: 5
hello
yes that is also a good idea to compare the database and then just add the new record thanks for the info.