- 0
Migrate of rAthena to Hercules (MySQL Modifications)
Asked by
tmav94
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
tmav94
No registered users viewing this page.
By using this site, you agree to our Terms of Use.
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:
#1060 - Duplicate column name 'uniqueitem_counter'
@EDIT
Have so many erros in this upgrades... Can someone help me?
Bump?
Edited by tmav94Share this post
Link to post
Share on other sites