[Guide] Setup your Own Server Season 1/2/3/4/5

cryingsoul

Active Member
Joined
Oct 2, 2008
Messages
404
Reaction score
64
[Thread Updated at 15.5.2015]

If you dont want to wait for the tutorials to be updated you can check my video tutorials here: http://forum.********.com/f196/muonline-videos-tutorial-center-983127/
Hello guys This guide its about
how to make your own MuOnline Server
Season 1 / 2 /3 / 4 /5 / 6 / 7 / 8 / 9

---------------------------------------------------------------------------------------------------
First of all you need Microsoft SQL Server 2000 or 2008

Download from Here : SQL Server 2000
Download from Here : SQL Server 2008
---------------------------------------------------------------------------------------------------
You Need The Server Files.
Season 1 Server Files Link
(Changelog)
Season 2 Server Files Link
(Changelog)
Season 3 Server Files Link
(Changelog)
Season 4 Server Files Link
(Changelog)
Season 5 Server Files Link
(Changelog)
Season 6 Server Files Link (Changelog)
Season 7 Server Files Link
(Changelog)
Season 8 Server Files Link (Not yet)
Season 9 Server Files Link
(Changelog)
---------------------------------------------------------------------------------------------------
You Need The Client Files.
Season 1 Client Link
Season 2 Client Link
Season 3 Client Link
Season 4 Client Link
Season 5 Client Link
Season 6 Client Link
Season 7 Client Link
Season 8 Client (Not yet)
Season 9 Client Link

---------------------------------------------------------------------------------------------------
You Need to Install the SQL Server
---------------------------------------------------------------------------------------------------
VERSION: SQL Server 2000
1.Open SQLEVAL.exe the file you download (run to unpack it)
2.Go to C:\SQLEVAL, run setup.bat
3.Select SQL 2000 Server Components
4. Click Install Database Server
5. Click 8 Times Next Next
6.Choose Use Local System Account and click Next
7.Choose Mixed Mod Choose a password for the SQL SERVER [Dont Forget It]
Press Next 2 Times and wait until its finished
8.Go to Start>Program Files> Microsoft SQL Server > Open Service Manager >
Put your PC Name ex:
MY-PC or (local), Then just start the Service Manager


VERSION: SQL Server 2008
1. Open the SQLEXPRWT_x86_ENU.exe or SQLEXPRWT_x64_ENU.exe to start Installation
2. Click on the Left side Installation and on the Right click New Installation.
3. Choose New Installation and Click Next.
4. Accept terms and go to next step.
5. Untick (Remove tick from SQL Connectivity SDK) and next.
6. Choose Default Instance and click Next.
7. Be sure it says Startup type: Automatic then click next.
8. Choose Mixed Password and put a SQL Password and click next twice.9. Wait for it.
When its done close the window to finalize.

You have Succesfully installed Your SQL Server!
---------------------------------------------------------------------------------------------------
Now You Have to Restore the Databases.

Code:
[B][B][SIZE=1][FONT=noto][SIZE=2][SIZE=3][FONT=arial][COLOR=#0000ff]NOTE:  [/COLOR][/FONT][/SIZE][/SIZE][/FONT][/SIZE][/B][/B][B][B][SIZE=1][FONT=noto][SIZE=2][SIZE=3][FONT=arial][COLOR=#0000ff]You must restore every .bak files you have in your server files.
[/COLOR][/FONT][/SIZE][U][SIZE=3][FONT=arial]Common folders that have your databases are DB\DBBAKS\Databases\[/FONT][/SIZE][/U][/SIZE][/FONT][/SIZE][/B][/B]

[RESTORING DATABASES WITH SQL 2000 ENTERPRISE MANAGER]
1. First be sure you extracted your server files for ex at C:\ to be able to browse the Database files
2. Go to Start> search for Service Manager, open it put on Server: YOUR-PC name and click Play
3. Go to Start> Search for Enterprise Manager and Open it
4. Click Microsoft SQL Servers> SQL Server Group> open the (local) one
5. Open Databases > Right Click on Databases > Click New Database and create MuOnline
6. Now after you downloaded the server files and put them in C:\ for example
7. In Enterprise Manager Right Click on your Database you made example: MuOnline
8. Click All Tasks> Restore Database> From Device > Select Device > Add >
9. Then find on C:\ Or D:\ You Server Files and Open the Database files (.bak)
10. Choose MuOnline or Other Database > Click OK 2 Times > Go to Options >

Here below on the 2 lines you need to edit the directory where the datbases should be restored.
For example your MuServer folder has DB folder in
C:\MuOnline\DB\
basicly you need to copy the directory of where you want to restore the databases.

Example of how the directory would look if you restore the database in the same folder:

Code:
[B][B][COLOR=Blue][FONT=noto][SIZE=2][B][COLOR=Red]C:\MuServer\DB\MuOnline_Data.MDF
[/COLOR][/B][/SIZE][/FONT][/COLOR][B]and for Logs database
[/B][COLOR=Blue][FONT=noto][SIZE=2][COLOR=Red][B]C:\MuServer\DB\MuOnline_Log.LDF[/B][/COLOR][/SIZE][/FONT][/COLOR][/B][/B]

Tick the Force Restore over existing databaseand press OK to Restore!
Do the same with the rest databases. Event/Ranking/SCFMuTeam/MuLog etc


[RESTORING DATABASES WITH SQL 2008 MANAGEMENT STUDIO]
1. First be sure you extracted your server files for ex at C:\ to be able to browse the Database files
2. Go to Start> search for Microsoft SQL Server 2008 R2 and open it
Inside the Server: write
YOUR-PC\SQLEXPRESS and connect with Windows Authentication
3. Click Databases two times to Expand
4. Open Databases > Right Click on Databases > Click New Database and create MuOnline
5. Now after you download the server files and put them in C:\ for example
6. In SQL Management Studio/Databases/ Right Click on your Database you made
for example: MuOnline Tasks>Restore>Database
7. Click From Device and the browse button > Add >Find .bak > Add it.
8. Tick the Restore box for the database to be chosen.

Here below on the 2 lines you need to edit the directory where the datbases should be restored.
For example your MuServer folder has DB folder in
C:\MuOnline\DB\
basicly you need to copy the directory of where you want to restore the databases.

Example of how the directory would look if you restore the database in the same folder:

Code:
[B][B][COLOR=Blue][FONT=noto][SIZE=2][B][COLOR=Red]C:\MuServer\DB\MuOnline_Data.MDF
[/COLOR][/B][/SIZE][/FONT][/COLOR][B]and for Logs database
[/B][COLOR=Blue][FONT=noto][SIZE=2][COLOR=Red][B]C:\MuServer\DB\MuOnline_Log.LDF[/B][/COLOR][/SIZE][/FONT][/COLOR][/B][/B]

Tick the Overwrite existing database and press OK to Restore!
Do the same with the rest databases. Event/Ranking/SCFMuTeam/MuLog etc

You're done with restoring now its recommended to setup ODBC Manually!
---------------------------------------------------------------------------------------------------
ODBC Manually 32/64Bit Tutorial HERE
ODBC Manually for 64Bit video Tutorial HERE

You can alternatively run the ODBC.req files from your Database folder.
---------------------------------------------------------------------------------------------------
Its time to Work with the Server and Client Files.
Code:
[B][B][COLOR=Blue][SIZE=2]Go to Your Server Files Folder.
[/SIZE][/COLOR][/B][/B][B][B][COLOR=Blue][SIZE=2]We must Edit [COLOR=Red]IP's & SQL Server Account Password[/COLOR] [/SIZE][/COLOR][/B][/B]

CONFIGURING SEASON 1 SERVER FILES
* Open File CS > Data > serverlist.dat > Replace Your IP with 130.204.104.215 Close and save the file.
* Open Data>lang>Chs>commonloc.ini > Replace Your IP with "130.204.104.215 Close and save the file.
* Open Data>IpList.ini > Replace your IP with 130.204.104.215 Close and Save the file.
* Open Data>Mapserverinfo.dat Replace Your IP with 130.204.104.215 Close and Save the file.
*
Open EventServer>DATA>svconfig.ini > Replace Your SQL Password with password21.
Close and Save.
* Open RankingServer>svconfig.ini> Replace Your SQL Password with password21. Close and Save.
* Open Exdb> exdb.ini> Replace Your SQL Password with password21. Close and Save.
* Open Database Folder>Double Click ODBC.reg (32 or 64bit) to register it
* Open your Client and Extract it anywhere.
* Open Launcher.exe > add put your Server Name/IP/Port (44405) and save.
*
Go to your ServerFiles > And Run Startup.exe
* Be sure everything is running correctly

Then
Connect by running the Launcher.exe from your client folder.
To Create Account Use MuMaker from Files folder to make/edit accounts manually

CONFIGURING SEASON 2 SERVER FILES
* Open File ConnectServer >Data >serverlist.dat > Replace Your IP with 192.168.1.55 Close and save the file.
* Open Data>lang>Eng>commonloc.ini > Replace Your IP with 192.168.1.55
Close and save the file.
* Open Data>IpList.ini > Replace your IP with
192.168.1.55 Close and Save the file.
* Open Data>Mapserverinfo.dat Replace Your IP with
192.168.1.55 Close and Save the file.
*
Open EventServer>configs.ini > Replace Your SQL Password with tutorials. Close and Save.
* Open RankingServer>configs.ini> Replace Your SQL Password with tutorials. Close and Save.
* Open Exdb> exdb.ini> Replace Your SQL Password with tutorials..Close and Save.
* Right click to the GameServer shortcut files>Properties>Edit Directory Location and click OK.
* Go to your ServerFiles > And Run Start.exe
* Run GameServer and GameServerCS shortcuts to open GS/GSCS.
* Be sure everything is running correctly

Then Open your client and extract it anywhere
After extracting open
main.exe with [
HEX EDITOR LINK]
Search for
5.135.199.195 then just replace Your IP there and save the new main.exe

Then Connect by running the main.exe from your client folder.
To Create Account Use
[MUMAKER LINK] tomake/edit accounts manually

CONFIGURING SEASON 3 SERVER FILES
Will be written soon.

CONFIGURING SEASON 4 SERVER FILES
Will be written soon.

CONFIGURING SEASON 5 SERVER FILES
Will be written soon.

CONFIGURING SEASON 6 SERVER FILES
Will be written soon.

CONFIGURING SEASON 7 SERVER FILES
Will be written soon.

CONFIGURING SEASON 8 SERVER FILES
Will be written soon.

CONFIGURING SEASON 9 SERVER FILES
Will be written soon.

---------------------------------------------------------------------------------------------------
FAQ
If you have Windows Vista 7/8 Run everything as Administrator
You might require .Net Framework 3.5 in order to run some apps
For IP Configurations ConnectServer/MapServerInfo don't remove the quotes between the IP's.
You will probably need to have installed Visual C++ Redistrutables to run some apps
Open Ports 44405/55901/55919 &
80(Web) in TCP in order for players to connect (Tutorial)
---------------------------------------------------------------------------------------------------
WHATS NEXT
Website? HERE
Editing shops? HERE
Setup Castle Siege? HERE
Customizing Client? HERE
Antihack? Contact ME


Questions or Problems?
Reply to this thread or make a thread HERE


---------------------------------------------------------------------------------------------------
Credits For the Guide:
KarLi
---------------------------------------------------------------------------------------------------



Please wait for the next season tutorials, i am doing my best to create a very informative and easy simple instructions for this thread.
 
Last edited:

DaRkiv

New Member
Joined
Aug 1, 2009
Messages
194
Reaction score
117
You need to sort the season 5 server files out they don't work been tested u cannot even get inside the server u get Dissconnected.
 
  • Like
Reactions: makaka

Anarxiq

New Member
Joined
Apr 9, 2008
Messages
408
Reaction score
80
браво за темата евала!!!!!!!
 

trepa4a_3

New Member
Joined
Apr 26, 2009
Messages
300
Reaction score
14
Ebah mu mamate ot de si siguren 4e Season 5 sa dobri ;) Az kazvam 4e ot Season 1 Do Season 4 Stavat (Razraboteni sa) ... Season 5 e novo za nas ;) ne go poznavame o6te :p
 

Cocktail Cherries

New Member
Joined
Feb 5, 2010
Messages
2
Reaction score
0
Ок,имам проблем..Когато инсталирам ескюел-а накрая на инсталацията ми дава грешка от типа,'инсталацията неможе да бъде довършена.Refer to c/windows/sqlstp. И от там нататък незнам какво да правя.. ? Ени айдиаз ?

ПС.Извинявам се за дистърба,оправих проблема :)
 
Last edited:

Cocktail Cherries

New Member
Joined
Feb 5, 2010
Messages
2
Reaction score
0
Извинявам се за дабъл поста но ако може някой да ъплоудне "атачменд" сървър файлса за 1 сезон ще съм му благодарен,че нестава с рапидшеър..
 

metodibg

New Member
Joined
Jul 5, 2010
Messages
5
Reaction score
0
Sorry Me Problem i click on All Programs Mircofost Sql Server Open The Enterprise Manager
Sql Server Group Click two (Local)
(Windows NT) And Open Me error Please Help me ;(;(;(
 

craser

Member
Joined
Apr 18, 2009
Messages
30
Reaction score
1
Темата е прекрасна но за жалост е крадена ;( мога да ви дам и 2 линка където съм я виждал ;)