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

laylayzi

New member
Messages
22
Points
0
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!

 
so what i have to do with these...
the answer will be to long, to make it simpler let say this, there is several thread on "How to make a server" and other you can use search box to search it or maybe you should start reading wiki, check what you need there, if you still didn't get what is tit and tat or can't found what you need, you can come back here and ask the question

Preference link you can take a look here

http://herc.ws/wiki/Main_Page

http://herc.ws/board/topic/968-guide-how-to-setup-hercules/?hl=guide

 
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 Databaselog_db_ip: 127.0.0.1log_db_port: 3306log_db_id: rootlog_db_pw: 1234log_db_db: zrloglog_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 srccommon, 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://herc.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!

 
Last edited by a moderator:
n conf folder, inter.conf, edit the mysql info (the only thing i dont understand here is the log_login_db )
make sure you executed 'sql-files/logs.sql' in your mysql server..

default_ani_meow.gif


 
as you see the error above. the sql is not working or not On. please check the mysql. 

 
Back
Top