Jump to content
  • 0
gaurav787

i m new to hercules need HELP :'(

Question

I moved to hercules because i didn't find any good stable trunk(SVN) at rAthena and eAthena.. can some1 please suggest me Good stable Hercules trunk... i want to make MID-RATE server please HELP :'(

Share this post


Link to post
Share on other sites

29 answers to this question

Recommended Posts

  • 0

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
Edited by Ragnar Lothbrok

Share this post


Link to post
Share on other sites
  • 0

the download is getting failed :'( i cant download that this https://github.com/HerculesWS/Hercules with Tortoise svn?

You can use TortoiseSVN(you would have to use SVN link for it)

For detail procedure about obtaining hercules from msysGit: http://herc.ws/board/topic/152-obtaining-hercules/

 

For TortoiseSVN, use link as:

https://github.com/HerculesWS/Hercules

for checkout.

Share this post


Link to post
Share on other sites
  • 0

i download hercules thru tortoise svn i got this erro at the end any problem with that error?

 

 

when i downloaded that hercules i got 3 folders bcrypt,char-server_update,rathena i dont know if they are combined but i m going to start with bcrypt here are usefull attachments do that u will understand more... Please guide me if i m going wrong :'(

post-6473-0-80380600-1403868479_thumb.png

post-6473-0-63855700-1403869163_thumb.png

post-6473-0-92142300-1403869184_thumb.png

Share this post


Link to post
Share on other sites
  • 0

may be you can try these step (reinstalling git):

1. uninstall any git and tortoise git.

2. clean your registry by using registry cleaner software (ex: CCleaner)

3. try install git for windows first.

  can be downloaded from  here (size : 15 MB):

  http://msysgit.github.io/

4. install tortoise git

5. follow the guide to obtain hercules

Share this post


Link to post
Share on other sites
  • 0

you can get newer client from here :

http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/

for late 2013 client,or

 

http://k3dt.eu/Ragexe/unpacked/

for 2014 client

last time i try 2014-02-12a not working yet, but 2014-02-05b worked

 

and patch it with NEMO Patcher from here :

http://herc.ws/board/topic/2905-nemo-client-patcher/

 

NEMO is easy to use :)

Share this post


Link to post
Share on other sites
  • 0

but the main problem is with the username and password,, But the username and password are proper is char-server.conf and map-server.conf @arisegamer u mean to say i need to change the client then that error will go? i m not able to understand... sorry for stupid questions.. Please help 

Share this post


Link to post
Share on other sites
  • 0

that client thing is to answer Linne

Update for gaurav :
i compared your solution10 with mine (which downloaded via git),
my solution10 consist of 6 project while yours only 5 (you don't have plugin-HPMHooking).

I thought this might caused by any of these 2 possibilities :
1. the SVN version is older than git version, or
2. your emulator is not downloaded properly.

that's why i recommend you to try with git.

2 question :
1. why you didn't compile all project ?
2. have you checked the confinter-server.conf (look at patskie guide & make sure your setting correct)?

Edited by arisgamers

Share this post


Link to post
Share on other sites
  • 0

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

 

Share this post


Link to post
Share on other sites
  • 0

i compiled bcrypt server

 

Do not use the bcrypt branch, it is not finished / in active development. Use master branch.

Share this post


Link to post
Share on other sites

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.