[ASK] Ready to use Renewal main.sql

noobsee

New member
Messages
30
Points
0
Github
newmessage
Hi, 

I am new in Hercules, and I wanted to installed ti so I can play on LAN with my friends.

I just checked out the Hercules from github, and upon processing the database (from /trunk/sql-files) I met sooo many error when importing the upgrades (/trunk/sql-files/upgrades).

So, I wanted to ask are there any main.sql that I can copy to be ready to use (including the latest database update) ?

And if it possible the file ready for Renewal...
default_tongue.png


Thank you

 
Emistry, on 22 Oct 2015 - 16:37, said:

https://github.com/H...-files/main.sql
It's solved now,

I am gonna try to implement the Renewal and 3rd Job,

SOLUTION:

For fresh installation there's no need to import the upgrades files from the folder, just main.sql and log.sql is enough.

But by default you will need to edit the location of loginlog database in trunk/conf/inter-server.conf

Quote

// MySQL Log SQL Database

log_db_ip: 127.0.0.1

log_db_port: 3306

log_db_id: ragnarok

log_db_pw: ragnarok

log_db_db: log //<<--- the default value of this was ragnarok

log_codepage:

log_login_db: loginlog
 
Last edited by a moderator:
Back
Top