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 Season 4 Server (7.11.56) Router Guide - by Servers

Newbie Spellweaver
Joined
Jun 24, 2009
Messages
32
Reaction score
20
I'll try to explain you how to set up Season 4 server as much as I can, so please don't hit me in the face, if I fail :thumbup:.

1.Downloading server files
2.Restoring Databases
3.Modifying IP's
4.Modifying SQL Infos
5.Starting the server
6.Securing your server

Ports that have to be forwarded:
44405 - Connectserver
55901 - GameServer
55905 - SubServer_VIP
55919 - SubServer_CS

PC minimal Requirements:
At least 800MB of RAM
1.8 Ghz Processor

Good for hosting:
1000MB of RAM
Dual Processor 2.4GHZ

1) Downloading the Server files:
We are going to use the 7.11.56 Server files, repacked by Oski


2) Restoring Databases:
To do that, you need Microsoft SQL Server 2000, ofcourse.
You can find it
2.1) After installing SQL Databases ,open your Microsoft SQL Enterprise Manager, click on Microsoft SQL Servers, SQL Groups, then (local) (Windows NT) - it might take some time to load, and then click on Databases. Now right click on Databases - New Database, and name it MuOnline.
2.2) Right click on MuOnline - All tasks - Restore Database.
2.3) On the Menu, choose From Device - Select Devices - Add - click on ... and find the Server repack folder (the one we downloaded before), and go to DB Baks folder, and choose MuOnline.
2.4) Click Ok - OK - And then go to Options , click on Force Restore over the existing database, and then click OK.
NB! If you get an error during the force restoring, change the Backup path in the Options menu
2.5) Create 3 more databases, and rename them Ranking,Event,SCFMuTeam, and repeat the whole thing from step 2.2 to 2.4.
2.6) Register the ODBC.reg file, located in the DB BAKS folder

3) Modifying IP's:
Now, that we're done with SQL Enterprise manager, go to the server folder.
You need to find out your WAN IP, by going to

3.1) Repack-CS-DATA-ServerList[BoR].dat
Code:
// Server List

0   "GS"	"TwojeIP" 55901 "SHOW"
1   "GS_SUB"	"TwojeIP" 55903 "SHOW"
19  "GS_CS"	"TwojeIP" 55919 "HIDE"
Change TwojeIP to your WAN IP.
The result should look something like that:
Code:
// Server List

0   "GS"	"156.87.165.67" 55901 "SHOW"
1   "GS_SUB"	"156.87.165.67" 55903 "SHOW"
19  "GS_CS"	"156.87.165.67" 55919 "HIDE"
3.2) Repack-Data-MapServerInfo.dat
Code:
0

0		0		1		"S_TwojeIP"	55901
1		1		1		"S_TwojeIP"	55903
19		0		0		"S_TwojeIP"	55919
The S has to be in front of your IP, so just replace _TwojeIP with your WAN IP.
The result should look something like that:
Code:
0

0		0		1		"S156.87.165.67"	55901
1		1		1		"S156.87.165.67"	55903
19		0		0		"S156.87.165.67"	55919
3.3) Repack-Data-MapServerInfo_CS.dat
Repeat the 3.2 part
3.4) Repack-Subserver-Data
Exactly the same as 3.2 part

4) Changing SQL Infos:
4.1) Repack-eDataServer-eDataServer.ini
Scroll down a bit, and you will find:
Code:
; SQL User and Password
User = LOGIN SQL
Pass = PASS SQL
Change LOGIN SQL to your SQL username (default: sa)
Change PASS SQL to your SQL password(made in the Microsoft SQL 2000 installation)
4.2) Repack-Gameserver-SCF_Connect.ini
Change LOGIN SQL and PASS SQL to your SQL username and password (there are 2 places, that require changing)
4.3) Repack-Gameserver_CS-SCF_Connect.ini
Repeat the 4.2 part
4.4) Repack-Programy-SCF Editor-SCFEditor.ini
Change your LOGIN SQL and PASS SQL to your SQL username and password
And also change UseMD5 =1 to 0
4.5) Repack-Programy-SCFDB-SCFDB.ini
Code:
SCFUser                 =oski
SCFPassword             =oski320
To your SQL Username and SQL Password
4.6) Repack-Programy-VIP Manager-SCFVipManager.ini
Change your SQL username and PW
4.7) Repack-Subserver-Gameserver-SCFConnect.ini
Change your SQL Username and PW

5) Starting the Server:

5.1) Repack-StartUp.ini
Scroll down untill you find
Code:
ipadd=Twoje IP
Change Twoje IP to your WAN IP
5.2) Repack-RunServer_CS
Right click-properties and modify the Target
Code:
D:\MuServer\GameServerCS\CrackCS.exe 127.0.0.1 55970 127.0.0.1 55962 55919
Change D:\MuServer to the path, where your Repack is placed
For example:
Code:
C:\Repack\GameServerCS\CrackCS.exe 127.0.0.1 55970 127.0.0.1 55962 55919
And also do the same in Start In:
Code:
D:\MuServer\GameServerCS
For example to:
Code:
C:\Repack\GameServerCS
Do the same thing for RunServer_GS and RunServer_SUB

The final thing to do, is to run MUServerStartUP.exe, then go to Programy-SCFDB and open SCFdb3.exe, then launch all 3 Runservers, and you're done! :thumbup:
:thumbup:

I removed the Client's setup guide, because it was false, and hard to be understood.


6) Securing your server:
The first, and most common way to do that, is to install Sygate Personal Firewall.
You can get it
After downloading it, install it.(Its just like any other programs)
After installing it, Sygate requires you to restart your PC, in order to work.
Restart your PC.
After restarting, start your server, and open sygate personal firewall.
You will see something like that:
Servers - Setting up Season 4 Server (7.11.56) Router Guide - by Servers - RaGEZONE Forums


Here you can see the things that I have blocked.
Programs to block:
SQL Server Windows NT, mysqld.exe, EXDB, DataServer1, DataServer2, Event, Ranking, Joinserver, ChatServer.
Programs to allow:
Gameservers (Gameserver, Gameserver_CS), and ConnectServer.(If you're using web programs, then also allow Apache HTTP Server)

How to block/allow?
Right click on the program, and choose either block or allow.​

Credits:
Servers(me)
Oski
SCFMuTeam
WebZen
Tomatoes
EmaLeto
Plasma32

If You need help with seting up the server files, contact me on msn: chaoticdespair@hotmail.com
 
Last edited:
Initiate Mage
Joined
Aug 11, 2009
Messages
2
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

do we neeed sql 2000??? can we jsut hav 2008 0r 2005?
 
Initiate Mage
Joined
Jul 13, 2009
Messages
3
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

tested 6 days/24 until now no crash at all!!!
known bugs tested!!!
*wings disappear in BC
*Arena monster cage locked
*DS starting but no mobs
*Duel system works but when u die 3 times you spawn in different coordinates
*get DC when you warp in certain maps Crywolf, Loren, S.Calmness,Raklion (fixed but have error in mapserverinfo server code)
*Lord Emperor Cannot equipped Mantle of Lord (Fixed)
*Duel Master cannot equipped downcast wing (Fixed)
Sorry this is a guide section but i think some bugs can't be fixed by me just because i'm a noob!!! nice REPACK by the Way!THANKS!!!!!!
*
 
Initiate Mage
Joined
Aug 11, 2009
Messages
2
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

da dateserver3 wont run =(
 
Junior Spellweaver
Joined
May 7, 2005
Messages
126
Reaction score
1
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

How do i install the client? its all in strange text
 
Junior Spellweaver
Joined
May 26, 2006
Messages
148
Reaction score
1
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

tested 6 days/24 until now no crash at all!!!
known bugs tested!!!
*wings disappear in BC
*Arena monster cage locked
*DS starting but no mobs
*Duel system works but when u die 3 times you spawn in different coordinates
*get DC when you warp in certain maps Crywolf, Loren, S.Calmness,Raklion (fixed but have error in mapserverinfo server code)
*Lord Emperor Cannot equipped Mantle of Lord (Fixed)
*Duel Master cannot equipped downcast wing (Fixed)
Sorry this is a guide section but i think some bugs can't be fixed by me just because i'm a noob!!! nice REPACK by the Way!THANKS!!!!!!
*

Arena can be fixed by replacing terrain7.att and replacing world7 map on client, DS bug is not a bug, you need to add the mobs in monstersetbase.

I haven't tried this files and i don't think i will, but those are very known "problems".

Hope it helps.
 
Custom Title Activated
Loyal Member
Joined
Oct 10, 2007
Messages
1,088
Reaction score
107
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Code:
0

0		0		1		"S_156.87.165.67"	55901
1		1		1		"S_156.87.165.67"	55903
19		0		0		"S_156.87.165.67"	55919

is this really works with " _ " ?? IP should be "S156.87.165.67" or im noob in mapserverinfo setting
 
Junior Spellweaver
Joined
May 7, 2005
Messages
126
Reaction score
1
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Which ports need to be open? I cant connect from other pc
 
Custom Title Activated
Loyal Member
Joined
Oct 10, 2007
Messages
1,088
Reaction score
107
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Which ports need to be open? I cant connect from other pc


44405 for connectserver
55901 for gameserver 1
55903 for gameserver 2
55919 for gameserver cs
 
Newbie Spellweaver
Joined
Oct 2, 2005
Messages
7
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

after editing all files and trying to connect i find my server but when i connect it doesent give me any window to type in my ID or password , why ?
 
Last edited:
Joined
May 26, 2009
Messages
17,350
Reaction score
3,232
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

da dateserver3 wont run =(

yeah it wont run to me too -.-
if u have 64bit.. it won't run :(
n eed to configure it

Code:
0

0		0		1		"S_156.87.165.67"	55901
1		1		1		"S_156.87.165.67"	55903
19		0		0		"S_156.87.165.67"	55919

is this really works with " _ " ?? IP should be "S156.87.165.67" or im noob in mapserverinfo setting


yea without the " _ " ..




after editing all files and trying to connect i find my server but whaen i connect it doesent give me any window to type in my ip , why ?

Well on the Main.exe put correctly ur IP
and if ur ip its not static or not fixed then u cant see it
also mapserverinfo ur globalip or loopback adaptor IP





" i think guys on router u always need to install LoopbackAdaptor :)"

gl
 
Newbie Spellweaver
Joined
Jun 19, 2009
Messages
12
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

it works without _ put Syourip
 
Newbie Spellweaver
Joined
Jun 24, 2009
Messages
32
Reaction score
20
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Soz, it was my bad, the MapServerInfo.dat has to be without the "_"
I will soon add the ports, that are needed for the server.
 
Newbie Spellweaver
Joined
Jun 19, 2009
Messages
12
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Soz, it was my bad, the MapServerInfo.dat has to be without the "_"
I will soon add the ports, that are needed for the server.

help me! sub server wont run
 
Newbie Spellweaver
Joined
Jun 19, 2009
Messages
12
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

i mean it just keep loading
 
Newbie Spellweaver
Joined
Jun 24, 2009
Messages
32
Reaction score
20
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

We fixed NoypiMonkey's problem.
 
Newbie Spellweaver
Joined
Oct 2, 2005
Messages
7
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Well on the Main.exe put correctly ur IP
and if ur ip its not static or not fixed then u cant see it
also mapserverinfo ur globalip or loopback adaptor IP





" i think guys on router u always need to install LoopbackAdaptor :)"

gl

crap , i realy missed typed there , stupid keyboard... , -.-

what i meant was : after connecting to the server ( i find a server to connect to ) i dont get the window where i can enter my ID and Password to connect...
 
Initiate Mage
Joined
Aug 12, 2009
Messages
1
Reaction score
0
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Uhuu I really really of your Topic(Thread), guy! Will help myself make my servidor of Mu season 4.


p.S: only a thing, the archive "eDataServer.exe" be virus! Normal?!
 
Joined
May 26, 2009
Messages
17,350
Reaction score
3,232
re: [Guide] Setting up Season 4 Server (7.11.56) Router Guide - by Servers

Uhuu I really really of your Topic(Thread), guy! Will help myself make my servidor of Mu season 4.


p.S: only a thing, the archive "eDataServer.exe" be virus! Normal?!

normal =-.-


PS

guys any way to make Dataserver Work on 64bit ?
someone would help me?
thx..
 
Back
Top