and then I tried to install it and imported most of the .sql files (I didn't import all of them, because it's simply too confusing, too many duplicate and error table).
I recompiled the solution using VS 2013, and ran the run-server.bat. Everything just fine, until I tried to login to character selection...the char server crashed!!. Maybe it's related with my database..
So, after imported the sql files:
- main.sql
- item*.sql
- mob*.sql
- logs.sql
I got this structure on my Ragnarok database:
- account_data
- acc_reg_num_db
- acc_reg_str_db
- auction
- autotrade_data
- autotrade_merchants
- cart_inventory
- char
- charlog
- char_reg_num_db
- char_reg_str_db
- elemental
- friends
- global_acc_reg_num_db
- global_acc_reg_str_db
- global_reg_value
- guild
- guild_alliance
- guild_castle
- guild_expulsion
- guild_member
- guild_position
- guild_skill
- guild_storage
- homunculus
- hotkey
- interlog
- inventory
- ipbanlist
- item_db
- item_db2
- login
- mail
- mapreg
- memo
- mercenary
- mercenary_owner
- mob_db
- mob_skill_db
- npc_market_data
- party
- pet
- quest
- ragsrvinfo
- sc_data
- skill
- skill_homunculus
- sql_updates
- storage
and this as Log database:
- atcommandlog
- branchlog
- chatlog
- loginlog
- mvplog
- picklog
- zenylog
The latest update in trunk/sql-files/upgrades is this file
2015-08-27--20-42.sql
along with:
- eathena-upgrade.sql
- rAthena-logs-upgrade.sql
- rAthena-main-upgrade.sql
Are those correct structure?
Don't we have a single main.sql with all the latest tables (including their structure) ? So, I don't need to import the sql files updates manually.
Or could anyone give me the dump sql files for working database?
Hi,
I am using:
- Windows 8.1 (64 bit)
- XAMPP (Mysql version 14.14)
I just checked out Hercules from:
https://github.com/HerculesWS/Hercules.git
and then I tried to install it and imported most of the .sql files (I didn't import all of them, because it's simply too confusing, too many duplicate and error table).
I recompiled the solution using VS 2013, and ran the run-server.bat.
Everything just fine, until I tried to login to character selection...the char server crashed!!. Maybe it's related with my database..
So, after imported the sql files:
I got this structure on my Ragnarok database:
and this as Log database:
The latest update in trunk/sql-files/upgrades is this file
Share this post
Link to post
Share on other sites