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

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

  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.

Loading...

×
×
  • Create New...

Important Information

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