Jump to content
  • 0

Need help: Running a basic server (pre-re and re)


laylayzi

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/28/15
  • Last Seen:  

First I want to say "Thank you" for your  time to take a look at this.

 

Im a newbie. Im looking for some guides can help me make my own basic ragnarok server (no custom skills, items, maps, ....), just like offical pre-renewal and renewal.

 

 

iv google a lot and still cant make it works.

already got:

+ kRO & Renewal Full Client 2015-01-01 from http://www.nickyzai.com/?p=kro

Basic Complete Renewal Data English Folder from https://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/

+ rathena version 17713  from  https://rathena.svn.sourceforge.net/svnroot/rathena/  and  hercules form https://github.com/HerculesWS/Hercules

+ mySQL and MS-VisualStudio2013

 

so what i have to do with these...

 

thank you so much!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  231
  • Reputation:   24
  • Joined:  12/18/11
  • Last Seen:  

as i read it you've google it but you can't apply it or make it there are plenty of guides and i suggest use the wiki of rathena and hercules but take note rathena and hercules are same emulator but the structures and codes of the both emulator are slightly different and i will suggest the you start with rathena.

 

il'l just type a follow through steps but this is note a complete guide but it will guide you step by step like linking please use search because your question might be answered

 

first download the rAthena Emulator, download you main client from here or from ratemyserver.net,  Xampp for the database or mysql client, download tortoise svn or tortoise git, download notepad ++, then download a compatible client date like 2013 clients, download NEO patcher or any hexed patcher for client then start last download MS visual studio 2010 or 2012 to compile and edit your source files

 

first refer to rathena wiki

second use tortoise git or svn to download the emulator 

edit the conf files using notepad++ (refer to wiki)

use xampp for you database or mysql client add and edit the login table to the ones you put in the conf file (refer to wiki)

after you edit compile using microsoft visual studio 2010 or 2012 run the server check if it has error (refer to wiki)

the if it has no console error then hex your own client or if your lazy enough you can download a precompiled client in the client section in rathena

the try your client and server

 

ps. i dont have time to make a guide and there a plenty of guides written by the members of the board 

sorry for this reply but i just want to help

 

i may edit this to make a link in future i just don't have many free times now 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/28/15
  • Last Seen:  

thank for your replies.

 

 

i could run my server, followed these steps:

 

+ in conf folder, map/char.conf, edit userid/passwd & server ip (my 127.0.01)

+ in conf folder, inter.conf, edit the mysql info (the only thing i dont understand here is the log_login_db )

// MySQL Log Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: 1234
log_db_db: zrlog
log_codepage:
log_login_db: loginlog (i dont have this in my db)

+in conf folder, login.conf, edit client_version_to_connect match with clientinfo.xml <version> in data folder

+in conf folder, subnet.conf, subnet: 255.0.0.0:127.0.0.1:127.0.0.1

+in src\common, mmo.h, edit #define PACKETVER match with the running client

 

then Build and run, my server is running well.

 

The CLIENTSIDE

+extract the RO & Renewal Full Client 2015-01-01 then patch it with http://nn.nachtwolke.com/dev/rsu/

+copy all data folder into client folder, edit the clientinfo.xml

and now i got problem with the ragexe file. i tried Shin&NEMO patcher to patch some client but i can make it work.

+the client can be launch but it can not connect with server. (i already had a toppic about this problem http://hercules.ws/board/topic/8350-server-does-not-received-anything-from-client/ )

or i got an error message box and the client can not be launched

 

i guest my problem is the exe file, so i looking for some help to make me deal with the exe file.

i also have some questions.

== does the pre-renewal/renewal depend on ragexe/ragexeRe or something else?

== if i have a ragexe, how do i know its version? (i mean the day, like 20130807)

 

Thank for your time take a look at this!

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...