Page 1 of 1

how to run the server side?

Posted: 13 Jun 2010, 10:55
by shl008
I have the server side(almost code files) and who can tell me how to run it(I only have visual C++ 6.0)? use "runsrv.bat"? additionally, before running the server what should I do to config it? it's a big question for me, cause I'm not good at english and those documentations are hard to understand T^T...I just want to set up a server and use the client to log on it and play, this is my first time so I hope if there is anyone can help me, thanks a lot.

Re: how to run the server side?

Posted: 13 Jun 2010, 12:52
by Crush
When you have a file runsrv.bat you downloaded the sourcecode for the experimental new server, not the current one. Are you sure that this is what you want?

We don't provide project files for Visual C++ anymore. But the client and the new server can be compiled under windows using Code::Block and the current server can be compiled with Cygwin. Both are free software.
http://www.codeblocks.org/
http://www.cygwin.com/

Re: how to run the server side?

Posted: 13 Jun 2010, 14:41
by shl008
I don't know if it is the right one. my teacher gave me this server and tell me this is server side. but it is used C++ right? anyhow thanks for replying so fast.

Re: how to run the server side?

Posted: 13 Jun 2010, 17:10
by Crush
The client and the new server are programmed in C++.

The current server is programmed in C.

Which server is the right one eAthena (current) or Manaserv (new) depends on what you want to do.

Re: how to run the server side?

Posted: 14 Jun 2010, 03:03
by shl008
oh maybe I understand what you said. now I just want to set up a server on my computer, run client at the same time and use my own server address. so which one should I choose?

Re: how to run the server side?

Posted: 14 Jun 2010, 04:13
by Jaxad0127
Do you want the current production server (server.themanaworld.org)? If so, eAthena: http://wiki.themanaworld.org/index.php/ ... p_a_server.

Re: how to run the server side?

Posted: 14 Jun 2010, 10:31
by shl008
thanks jaxad0127, it looks like what another person said, I will look through the web page seriously, I hope that's what I want.