gaurav787 0 Posted June 26, 2014 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
0 arisgamers 6 Posted June 26, 2014 http://herc.ws/board/topic/152-obtaining-hercules/ look at this thread on how to obtaining hercules. Share this post Link to post Share on other sites
0 iCORE 33 Posted June 26, 2014 i can help you on setting your server with explanation Share this post Link to post Share on other sites
0 Mhalicot 392 Posted June 26, 2014 try to read this guide [Guide] How to setup Hercules although the guide is outdated it can still be use. if you have any doubt just drop a comment. @naori, If you really want to help just leave your explanation Share this post Link to post Share on other sites
0 gaurav787 0 Posted June 26, 2014 thanks i ll download 1st then let you about any problems Share this post Link to post Share on other sites
0 gaurav787 0 Posted June 26, 2014 i downloaded GIT see this error please Share this post Link to post Share on other sites
0 Dastgir 1246 Posted June 26, 2014 i downloaded GIT see this error please You have to download mSysGit: https://github.com/msysgit/msysgit/releases/download/Git-1.9.4-preview20140611/msysGit-netinstall-1.9.4-preview20140611.exe Share this post Link to post Share on other sites
0 gaurav787 0 Posted June 26, 2014 the download is getting failed :'( i cant download that this https://github.com/HerculesWS/Hercules with Tortoise svn? Share this post Link to post Share on other sites
0 Dastgir 1246 Posted June 26, 2014 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 gaurav787 0 Posted June 27, 2014 so help full people at hercules thx..... i ll let you guys know any further problem now downloading thru Tortoise svn Share this post Link to post Share on other sites
0 Dastgir 1246 Posted June 27, 2014 You can get free trials of VS from Microsoft Site: http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_1 It contains VS 2013 and VS 2010 links. Share this post Link to post Share on other sites
0 gaurav787 0 Posted June 27, 2014 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 :'( Share this post Link to post Share on other sites
0 gaurav787 0 Posted June 27, 2014 i compiled bcrypt server see the problem please help, if i keep default user and pass s1 p1 still the same problem :'( Share this post Link to post Share on other sites
0 arisgamers 6 Posted June 29, 2014 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 gaurav787 0 Posted June 29, 2014 okk i ll try again Share this post Link to post Share on other sites
0 Linne 1 Posted June 30, 2014 The new emulator works with hexeds and date 2010-07-30? Share this post Link to post Share on other sites
0 arisgamers 6 Posted June 30, 2014 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 gaurav787 0 Posted June 30, 2014 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 arisgamers 6 Posted June 30, 2014 (edited) that client thing is to answer LinneUpdate 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, or2. 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 June 30, 2014 by arisgamers Share this post Link to post Share on other sites
0 gaurav787 0 Posted June 30, 2014 Better i ll try download with GIT.. thx for your RPLY arisgamer Share this post Link to post Share on other sites
0 arisgamers 6 Posted June 30, 2014 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.1sql.db_port: 3306sql.db_username: root {mysql connection name, not s1}sql.db_password: ragnarok {mysql connection pasword, not p1}sql.db_database: herculessql.codepage:// MySQL Character SQL serverchar_server_ip: 127.0.0.1char_server_port: 3306char_server_id: root {mysql connection name, not s1}char_server_pw: ragnarok {mysql connection pasword, not p1}char_server_db: hercules// MySQL Map SQL Servermap_server_ip: 127.0.0.1map_server_port: 3306map_server_id: root {mysql connection name, not s1}map_server_pw: ragnarok {mysql connection pasword, not p1}map_server_db: hercules// MySQL Log SQL Databaselog_db_ip: 127.0.0.1log_db_port: 3306log_db_id: root {mysql connection name, not s1}log_db_pw: ragnarok {mysql connection pasword, not p1}log_db_db: loglog_codepage:log_login_db: loginlog Share this post Link to post Share on other sites
0 gaurav787 0 Posted June 30, 2014 anyways it does not gives any DB error it says S1 P1 default password is invalid.. see this attachments Share this post Link to post Share on other sites
0 kisuka 178 Posted June 30, 2014 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
0 gaurav787 0 Posted June 30, 2014 ohh thx Kisuka Can tell me where can i get master branch? any link? Share this post Link to post Share on other sites
0 arisgamers 6 Posted July 2, 2014 Try to open this link in your browser : https://github.com/HerculesWS/Hercules some information about branch and link for git, https, svn, and even a zip download at there. i hope this will help you. Share this post Link to post Share on other sites
0 gaurav787 0 Posted July 2, 2014 @arisgamers i ll try download with zip Share this post Link to post Share on other sites
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