i m new to hercules need HELP :'(

1 more thing that you need to pay attention in confinter-server.conf

// Global SQL settings
// overriden by local settings when the hostname is defined there
// (currently only the login-server reads/obeys these settings)
sql.db_hostname: 127.0.0.1
sql.db_port: 3306
sql.db_username: root {mysql connection name, not s1}
sql.db_password: ragnarok {mysql connection pasword, not p1}
sql.db_database: hercules
sql.codepage:


// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: root {mysql connection name, not s1}
char_server_pw: ragnarok {mysql connection pasword, not p1}
char_server_db: hercules


// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: root {mysql connection name, not s1}
map_server_pw: ragnarok {mysql connection pasword, not p1}
map_server_db: hercules


// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root {mysql connection name, not s1}
log_db_pw: ragnarok {mysql connection pasword, not p1}
log_db_db: log
log_codepage:
log_login_db: loginlog
 
anyways it does not gives any DB error it says S1 P1 default password is invalid.. see this attachments 

error2.png

sql.png

 
@arisgamers i ll try download with zip
default_smile.png


 
WOW, Thanks to Kisuka i deleted the whole FOLDER of that bcrypt... And downloaded master trunk... and MAJOR thanks to ArisGamer told me to download zip file from https://github.com/HerculesWS/Hercules i downloaded master zip.. its Working FINE not even a single ERROR.. But now the PROBLEM starts(this trunk got Pre and re folders).. my Dex is 150 still it casts so slow.. here are some attachments for Clear View about what i m saying

Untitled.png

Untitled1.png

dex.png

ren.png

 
Disable renewal.. open that renewal.h and uncomment this line //#define DISABLE_RENEWAL to #define DISABLE_RENEWAL

/**
* Renewal full toggle switch.
*
* Uncomment this line to disable all of the below settings at once.
* Note: in UNIX builds, this can be easily done without touching this
* line, by passing --disable-renewal to the configure script:
* ./configure --disable-renewal
*/
//#define DISABLE_RENEWAL
 
Last edited by a moderator:
Back
Top