Jump to content
  • 0

Question

Posted

Is it possible to move from l2j pack to l2jfree w/o loosing data ? and how do this ?

 

Also is it possible to move from gracia part 2 pack to interlude w/o loosing data ofc ? (and how to ? :P)

 

ty in advance

5 answers to this question

Recommended Posts

  • 0
Posted

Well i have search but the guides are saying to update from l2j rev x to l2j rev y (something like that). Not from a team to another team !! !

  • 0
Posted

Depends on what data you want to keep; is it just character data?

Im not at my own pc atm, but for character data it's something like this (im not 100% sure): (from Navicat)

- All tables that start with 'Character' (so Characters, Character_macros w/e)

- All 'Clan' tables

- 'Items' table

- ... (someone complete this?)

 

For custom skills/quests etc. you can just copy them from your old gameserver folder.

 

I also recommend you just make a new 'server' folder and put stuff of your new pack in there. Make a new database in Navicat (something like 'l2jdb2' or 'l2jfreedb' w/e) but make sure you also have that name when you create your Database (they ask your MySQL loc, localhost name, password and then database name...)

 

You also need to change this in the server.properties of your gameserver and loginserver; there is a line with Location of database:

blabla://localhost/[Your new database name]

When you got your new server fully setup you just copy things from your old database/gameserver you want to have in your new server as well.

 

I hope this helps you :)

 

PS: maybe I can post the exact data tables when Im at my own pc

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
Answer this question...

×   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...