Jump to content
  • 0

From 3ceam to Rathena.


pathos

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

Good day,

Because im using 3ceam Emulator.

Is it possible to transfer to Rathena Emulator with my current SQL files?

Thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   1
  • Joined:  11/06/12
  • Last Seen:  

Yes its possible, just backup your SQL database and rename/add the fields to match rAthena structure and import back into your database.

Link to comment
Share on other sites


  • Group:  Development Manager
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  732
  • Reputation:   525
  • Joined:  12/13/11
  • Last Seen:  

As always, make sure you backup first!

Read this topic first.

I'd also like to add that you'll probably want to drop some status changes in your sc_data table as well (Which I didn't state in the previous topic). 3CeAM and rAthena use different enum values for 3rd class and higher status changes. Simply run this command which will just remove any active 3rd class status changes that might have been active:

DELETE FROM `sc_data` WHERE `type` > '349'

Technically it's not going to break anything if you don't run the above command but some player may get a status change from a different class which their class shouldn't have. You might also get console warnings as well, either way, just deleting them would be less of a hassle.

Edited by Aleos
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

Thank you Aleos. Let me try this

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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