Jump to content
  • 0
tmav94

Migrate of rAthena to Hercules (MySQL Modifications)

Question

What changes I need to do to migrate of rAthena to Hercules...

I have a database with more than 4k accounts and i don't want wipe him out.

 

 

 

@edit

 

 

https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/rAthena-logs-upgrade.sql

 

https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/rAthena-main-upgrade.sql

 

 

It's work with the latest rAthena update?

@EDIT


ERROR while use main-upgrade
 

Erro

Query SQL:

-- Upgrades for table `char`
ALTER TABLE `char` CHANGE `moves` `slotchange` SMALLINT( 3 ) UNSIGNED NOT NULL DEFAULT '0',
ADD `char_opt` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `slotchange` ,
MODIFY `font` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `char_opt` ,
ADD `uniqueitem_counter` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `unban_time` ;
 

Mensagem do MySQL: dot.gif

#1060 - Duplicate column name 'uniqueitem_counter' 

@EDIT

Have so many erros in this upgrades... Can someone help me?



Bump?

Edited by tmav94

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

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.