Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Setting up server + ROUTER SUPPORT [Season 3] + Images

[Czt] Coder Team Member
Joined
Aug 28, 2005
Messages
370
Reaction score
8
Hiyaa,

In this guide I will explain very detailed how to make a server using Season 3.

1) Downloading the server files.
2) Unzipping server files.
3) Restoring Databases.
4) Changing IPs.
5) Changing SQL Passwords.
6) Starting The Server ....
7) How to change ip in client???
8) Opening ports.

Downloading the server files

1.) We are now going to download the server files ;;
For example let's use the Lucianoairbar 39+ ;;



Unzipping the server files

2.) You've just downloaded the server files, So what w'ere now going to do is unzipping the server files into your harddrive.
Let's take C:/ for example.
2.a) Open the server files.
2.b) Unzip the server files into your C:/ so it will look like this ;;

Code:
C:/MuServer/

2.c) W'ere now done with this part let's go to part 3.

Restoring the Databases

What do you need?


  • Microsoft SQL 2000 or higher

  • Season 3 files


Step [3.a)]

Open Service Manager

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Start Service Manager

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Step [3.b)]

Open Enterprise Manager

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Step [3.c)]

Click the "+" sign 3 times!

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Step [3.d)]

After that: Right click on "Databases" and Click "New Database"

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Database Name: "MuOnline"

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Step [3.e)]

Right Click on "MuOnline" and choose: "All Tasks -> Restore Database"

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Step [3.f)]

Now click: "Select Devices.... -> Add... -> ..."

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Step [3.g)]

Click "MuOnline.bak" twice and press "OK" 3 times!

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


Step [3.h)]

Than go "Options" and click "Force Restore over existing database"
Than press "OK" and you will see that you have "Succesfully restored the database"

(= MAKE SURE YOU PUT THE RIGHT PATCH TO THE RESTORED DATABASES, I PREFER: C:/MuServer/DB or D:/MuServer/DB OR ANY DRIVE U HAVE YOUR MUSERVER FILES ON!!! =)

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


I Coulden't add more images cuz the maximum was 11 images....
From here i will explain without images.
Check the attachment for the guide .rarred


Step [3.i)]

Do the same with "MuOnline_Ranking.bak" and "MuOnline_Event.bak"

If you came to this step u succesfully restored the databases, You have succesfully restored your databases.

Changing IPs

4) Go to: C:/MuServer/bin/cs.ini ..
4.a) It looks like this:
Code:
[Server0]
Sub0=YOUR IP:55901
Sub1=
Sub2=
Sub3=
Sub4=
Sub5=

Change the "YOUR IP" by your global IP.
It should look something like this:

Code:
[Server0]
Sub0=83.81.242.53:55901
Sub1=
Sub2=
Sub3=
Sub4=
Sub5=

4.b) In the same map "bin" open "Allowable IpList" and do the same as i posted here:
Code:
0
127 0 0 1 255
83 81 242 53 255
end
4.c) Than go to:
Code:
C:/MuServer/Data/IpList.dat
4.d) Change the "127.0.0.1" to "83.81.242.53" !!
4.e) Than go to:
Code:
C:/MuServer/Data/MapServerInfo.dat
4.f) It looks something like this ;;

Code:
//   SrvCode
0
	0	0	1	SYour IP	55901
	1	0	0	SYour IP	55903
end


//--------------------------------------
//   SrvCode		Map	SrvCode
//				dest.
//--------------------------------------
1
	0	0	30	1
	0	0	31	1
	0	0	34	1

	1	1	30	-1
	1	1	31	-1
	1	1	34	-1
end

Change the "Your IP" to "83.81.242.53" !!
It should look something like this:

Code:
//   SrvCode
0
	0	0	1	S83.81.242.53	55901
	1	0	0	S83.81.242.53	55903
end


//--------------------------------------
//   SrvCode		Map	SrvCode
//				dest.
//--------------------------------------
1
	0	0	30	1
	0	0	31	1
	0	0	34	1

	1	1	30	-1
	1	1	31	-1
	1	1	34	-1
end

Changing SQL Passwords

5.) Go to:
Code:
C:/MuServer/bin
5.a) Open "event.ini" and change "Password" into your SQL password
5.b) Do the same for "exdb.ini" and "ranking.ini" !!

Starting The Server ....

6.) Go to:
Code:
C:/MuServer/
6.a) Open: "MuServerStartup.exe" .
6.b) Press "Configuration" .
6.c) Go to the line 08 Joinserver and change the "88.119.121.84" into your global IP.
6.d) Press the "Save icon" in the right upper cornor and then press the "! icon"
6.e) Change the "88.119.121.84" into "127.0.0.1" and press start.
6.f) If ur at this step u succesfully started your server without any error.

How to change ip in client???

7.) Download this client + patch ;; ----
7.a) Extract the patch over the client.
7.b) Than open up the the main.ini.
7.c) Change the "195.242.246.18" into your global IP.
7.d) You can now almost connect to your server. We first have to open some ports. [SEE NEXT STEP]

Opening ports

8.) Open up your internet explorer.
8.a) Put your default gateaway in there. for example:
Code:
http://192.168.1.1
8.b) Go to the page where you should open your ports.
8.c) Open the following ports:
Code:
44405
55901

Now start the "main.exe" and you succesfully made your own server.

Hope this guide helped you.

Credits:
Code:
Lucianoairbar for the server files.
Me for making this guide.
RageZone for letting me post this on their forum xDDDD
Shagoon for download center

PS: If i forgot anything please let me know. If you have questions about this guide feel free to ask.


EDIT:
Well, i always get DC when im getting ingame. I reach the place ingame where u click the server and then then server beside...

Like this:

Mu Furious >> MuFurious Server 1. and there i get my DC when i click server.

This is the problem you are not using the Microsoft Loopback Adapter!

Code:
Start -> Control Panel -> Add Hardware -> Next -> Yes i already connnect the hardware -> Next -> Scroll all the way down and click Add a new hardware device -> Next -> Highlight "Search for and install the hardware automatically" -> Next(2x)-> Search for Network Adapters -> Next -> Click Microsoft -> Microsoft Loopback Adapter -> Next -> Finish

1) Now open up Network Connections and right click on your Microsoft Loopback Adapter and click properties.
2) Next click "Internet Protocol(TCP/IP)" and click properties again.
3) Highlight "Use the following IP adress;
4) Do same like i did:

Code:
Ip Adress:                      83.81.12.43
Subnet mask:                 255.255.255.0
Default gateaway:           192.168.1.1

5)Click OK twice and your done, go into your server and play!!

U can find this information in Start -> run -> cmd -> ipconfig.!

THIS IS IMPORTANT FOR ROUTER USERS FOR OLD VERSIONS !!!



 
Last edited:
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
16
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

good job =)
 
Newbie Spellweaver
Joined
Oct 30, 2006
Messages
65
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

Nice guide for newbies.
 
[Czt] Coder Team Member
Joined
Aug 28, 2005
Messages
370
Reaction score
8
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

Thank you ! :D
 
Experienced Elementalist
Joined
Dec 28, 2007
Messages
288
Reaction score
2
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

gj nice guide
 
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
16
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

3 clients which one do we use?
 
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
16
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

noobies - Setting up server + ROUTER SUPPORT [Season 3] + Images - RaGEZONE Forums


How can i fix this everytime I create a name and click ok this pops up...
 
Newbie Spellweaver
Joined
Feb 28, 2008
Messages
20
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

nice bro. thanks ive been waiting for this . ill try it :)
 
Initiate Mage
Joined
Jun 9, 2007
Messages
3
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

I need help it shows on the Open service manager picture that when you downloaded SQL 2000 or higher Microsoft SQL server should be in all programs but it doesnt show up on mine please help
 
[Czt] Coder Team Member
Joined
Aug 28, 2005
Messages
370
Reaction score
8
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

nice bro. thanks ive been waiting for this . ill try it :)

Thanks,

I need help it shows on the Open service manager picture that when you downloaded SQL 2000 or higher Microsoft SQL server should be in all programs but it doesnt show up on mine please help

Post screen, i'll try to do what i can.
 
Newbie Spellweaver
Joined
Nov 29, 2007
Messages
37
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

How about my router IP? Is it also needed in the configuration?
 
[Czt] Coder Team Member
Joined
Aug 28, 2005
Messages
370
Reaction score
8
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

nope, u just need the ip's i told you to use

FORGOT:nosweat:: // You can get your global IP there.
 
Initiate Mage
Joined
Feb 27, 2007
Messages
3
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

I did this guide step by step and cant get it to work, I get this when i try to open it "GSDBSet ODBC Connect Fail"
Tell me please how i can fix it.....
 
Initiate Mage
Joined
Feb 27, 2007
Messages
3
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

I ment "When i try to start the server" sorry for that.
 
Initiate Mage
Joined
Jun 9, 2007
Messages
3
Reaction score
0
How do i save picture i know how to in mu and maplestory but not out of them

How do i install SQL 2005 properly?
 
Last edited by a moderator:
Initiate Mage
Joined
Sep 22, 2007
Messages
3
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

how do you make people GM?
 
[Czt] Coder Team Member
Joined
Aug 28, 2005
Messages
370
Reaction score
8
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

how do you make people GM?

Use MuMaker for this:

How do i install SQL 2005 properly?

I'll make a guide soon, but i bet theres a guide about this on RZ.
 
Initiate Mage
Joined
May 15, 2007
Messages
3
Reaction score
0
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

Nice Guide tnx, i will test it . Can You Give some link for Client of this Muserver files?
 
faronnia.com
Loyal Member
Joined
Aug 12, 2007
Messages
1,200
Reaction score
441
Re: [GUIDE] Setting up server + ROUTER SUPPORT [Season 3] + Images

Excellent work! 10/10 its very useful.

Account/Character problems :
-Usually related to Sql DB restoring,make sure that you install and restore Databases in the correct way.
-Also double check your Sql passwords in server files.
 
Back
Top