kickazz08 Posted August 19, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Share Posted August 19, 2012 Hi guys.. i want to switch my 3ceam to Rathena.. but there is a problem.. 1: How do i transfer my 3ceam Database to Rathena...??? ive tried to restore database and put it into Rathena.. but to no avail.. if somebody can help me on this one.. Quote Link to comment Share on other sites More sharing options...
Jezu Posted August 20, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted August 20, 2012 (edited) its not so hard to merge on rAthena.. 1. Go to your SQL > Ragnarok database 2. find `login` table 3. on `login` table, change the `level` to `group_id` import some sql updates on your rathena/sql-files folder done ~ Edited August 20, 2012 by Jezu Quote Link to comment Share on other sites More sharing options...
madtoyz Posted September 6, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted September 6, 2012 is it the switching is successful without affecting the player database? Quote Link to comment Share on other sites More sharing options...
Aleos Posted September 6, 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 September 6, 2012 The only SQL commands you should have to run are these two: UPDATE `global_reg_value` SET `str` = 'jobchange_level_3rd' WHERE `str` = 'jobchange_level2'; DROP TABLE `skillcooldown`; The rest of the stuff can be found in sql-files/updates. After that going straight from 3CeAM to rAthena works just fine. Quote Link to comment Share on other sites More sharing options...
madtoyz Posted September 6, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted September 6, 2012 its mean doesnt effected error on players database ? Quote Link to comment Share on other sites More sharing options...
Mystery Posted September 6, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 6, 2012 its mean doesnt effected error on players database ? I highly recommend you BACKUP your files anyways. ALWAYS ALWAYS backup your files especially doing a major switch.. you never know what might happen. Following up to what Aleos has mentioned, follow what he has said and you'll be fine. Go to the updates folder: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/upgrades/ and upgrade your SQL with those files.. but again, BACKUP prior to doing any upgrading. The only SQL commands you should have to run are these two: UPDATE `global_reg_value` SET `str` = 'jobchange_level_3rd' WHERE `str` = 'jobchange_level2'; DROP TABLE `skillcooldown`; The rest of the stuff can be found in sql-files/updates. After that going straight from 3CeAM to rAthena works just fine. Quote Link to comment Share on other sites More sharing options...
madtoyz Posted September 6, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted September 6, 2012 thanks for the information and i'll do the stuff Quote Link to comment Share on other sites More sharing options...
Question
kickazz08
Hi guys.. i want to switch my 3ceam to Rathena..
but there is a problem..
1: How do i transfer my 3ceam Database to Rathena...???
ive tried to restore database and put it into Rathena.. but to no avail..
if somebody can help me on this one..
Link to comment
Share on other sites
6 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.