Jump to content
  • 0
mybitch

rAthena to Hercules

Question

Any guides for it?

 

I see something different from herculues main.sql to rathena's main.sql

 

So how to switch SVN?

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I think there should not be any problem changing to Hercules. I haven't done it yet myself, but it seems that on the SQL files you only need to run this on the ragnarok database:

---- Table structure for table `sql_updates`--CREATE TABLE IF NOT EXISTS `sql_updates` (  `timestamp` int(11) unsigned NOT NULL,  `ignored` enum('Yes','No') NOT NULL DEFAULT 'No',  PRIMARY KEY (`timestamp`)) ENGINE=MyISAM;-- Existent updates to enterINSERT INTO `sql_updates` (`timestamp`) VALUES (1360858500);INSERT INTO `sql_updates` (`timestamp`) VALUES (1360951560);INSERT INTO `sql_updates` (`timestamp`) VALUES (1362445531);INSERT INTO `sql_updates` (`timestamp`) VALUES (1362528000);INSERT INTO `sql_updates` (`timestamp`) VALUES (1362794218);INSERT INTO `sql_updates` (`timestamp`) VALUES (1364409316);---- Table differences for table `char`-- ALTER TABLE `char` CHANGE `moves` `slotchange` SMALLINT( 3 ) UNSIGNED NOT NULL DEFAULT '0' 

And you now have Hercules databases.

 

For switching SVN I don't have a clue, but I think you should keep a backup of the last rAthena you used in case you want to undo all changes so I'd make a new folder for that.

Share this post


Link to post
Share on other sites
  • 0

jaBote is correct, these are the discrepancies between the database structures (you should be fine after applying his sql code). we should get a .sql file in our repository to convert from rathena just like we have the eathena one

Share this post


Link to post
Share on other sites
  • 0

jaBote is correct, these are the discrepancies between the database structures (you should be fine after applying his sql code). we should get a .sql file in our repository to convert from rathena just like we have the eathena one

 

Yeah. Do one. Haha About to transfer soon :) Thanks!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.