pathos Posted November 20, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 01/31/12 Last Seen: February 11, 2013 Share Posted November 20, 2012 Good day, Because im using 3ceam Emulator. Is it possible to transfer to Rathena Emulator with my current SQL files? Thanks Quote Link to comment Share on other sites More sharing options...
Rayhan Posted November 20, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Share Posted November 20, 2012 Yes its possible, just backup your SQL database and rename/add the fields to match rAthena structure and import back into your database. Quote Link to comment Share on other sites More sharing options...
Aleos Posted November 20, 2012 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share Posted November 20, 2012 (edited) 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 November 20, 2012 by Aleos 1 Quote Link to comment Share on other sites More sharing options...
pathos Posted November 27, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 01/31/12 Last Seen: February 11, 2013 Author Share Posted November 27, 2012 Thank you Aleos. Let me try this Quote Link to comment Share on other sites More sharing options...
Question
pathos
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.