Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Set up Endi's Season 3 Episode 1 Files

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 19, 2007
Messages
88
Reaction score
1
Location
Bulgaria
I figured since there wasn't a guide about these files and they are a lot misunderstandings with setting them up, I'm posting it so everything will be cleared up. And sorry for my English !
---------------------------------------------------------------------------
This procedure has been tested 3 times :
Result => Everything works fine, no crashes (3 whole days up with 2 users online).

---------------------------------------------------------------------------
The files in this guide are all made by Endi and only Endi. I just packed the files and the most recent updates (till 2j) in one archive so it'll be easier to use. I also put a backup database for the EventServer though Endi recommended to use only 2 Databases - MuOnline and Ranking (it's better organized and works just as good). The only files edited by me are the shops (I was to lazy to download Endi's :P ).
OK, so let's begin! I hope I won't bore you so much :).
---------------------------------------------------------------------------
Step 1:
Download the package from here -
Next you move the file to C:\ (optional) and extract like this: Right mouse button=>Extract to MuServer.
---------------------------------------------------------------------------
Step 2: Note: I assume that you have MS SQL Server 2005 installed (I'll add help for it later).
Now, open Enterprise Manager and create a new database as follows :
Microsoft SQL Servers=>SQL Server Group=>(local)=>Databases
Right click on Databases=>New Database...=>Name: MuOnline=> Press OK

Repeat this until you have these 3 databases :
MuOnline
Ranking
MU2003_EVENT_DATA

(Note: Don't close the Enterprise Manager)
---------------------------------------------------------------------------
Step 3:
Next you have to restore the databases from the files located in C:\MuServer\DB Backup. How to do that you ask? It's simple, no...

Right click MuOnline (the database)=>All Tasks=>Restore Database

A new window should apear. Do the following:

(In General) Press the "From device" option=> Select Devices=>Add=>In the "File name:" put C:\MuServer\DB Backup\MuOnline=>Press OK(x2)=>Now go to "Options" (look at the upper left corner)=>Check "Force restore over existing databse"=>Click "MuOnline_Data" and put C:\MuServer\MuServer\DB (do the same with MuOnline_Log).=> Click OK

You have to repeat the same procedure with the other 2 databases, just replacing MuOnline with Ranking and MU2003_EVENT_DATA.
---------------------------------------------------------------------------
Step 4:
In the folder C:\MuServer\DB Backup there is a file called ODBC.reg. Run it=>Click Yes.
---------------------------------------------------------------------------
Step 5:
Now we have to change some IPs. To check your IP go and copy your IP.
You need to change all the 87.121.31.79 to your IP in these files:

C:\MuServer\ConnectServer\Data\ServerInfo.dat
C:\MuServer\ConnectServer\Data\ServerList.dat (don't remove the ")
C:\MuServer\Data\lang\kor\commonloc.cfg
C:\MuServer\Data\commonserver.cfg (there are 4 IPs here)
C:\MuServer\Data\IpList.dat (don't remove the ")
C:\MuServer\Data\MapServerInfo.dat (don't remove the S infront of the IP)
C:\MuServer\DataServer\AllowableIPList.txt (type it like "T H I S" not like "T.H.I.S")
C:\MuServer\DataServer1\AllowableIPList.txt (type it like "T H I S" not like "T.H.I.S")


Now to replace the 87.121.31.79 in some of the shortcuts in C:\MuServer\link.
Press right mouse button and you will see the IP on the line "Target":

06-JoinServer.exe (don't remove the "ca" infront of the IP)
09-Exdb.exe
10-ChatServer.exe
11-Gameserver
12-GameServerCS

---------------------------------------------------------------------------
Step 6:
You also have to change the SQL account and password to yours in these files: (change "sa" to your SQL account or leave it as default and 600944 to your SQL password)

C:\MuServer\EVENT_SERVER\DATA\svconfig.ini
C:\MuServer\RANKING_SERVER\svconfig.ini

---------------------------------------------------------------------------
Step 7:
To configure your server rates go to:
C:\MuServer\Data\commonserver.cfg
There you will find all the rates to change to your desired ones.
---------------------------------------------------------------------------
Step 8:
To start your server you will have to run all the shortcuts in
C:\MuServer\link
Start them in this order :

1 - 00-DataServer
2 - 01-DataServer
3 - 05-ConnectServer.exe
4 - 06-JoinServer.exe
5 - 07-Event.exe
6 - 08-Ranking.exe
7 - 09-Exdb.exe
8 - 10-ChatServer.exe
9 - 11-Gameserver
10 - 12-GameServerCS

---------------------------------------------------------------------------
Note: Though you are finished with setting up your server you can't enter it without the proper client.
---------------------------------------------------------------------------
Step 9:
To enter your server you need the following files:

(extract to Client folder)
(extract to CLient folder)
---------------------------------------------------------------------------
Step 10:
You must edit with hex editor.
Find 87.121.31.79 and replace with your IP.
Or SkyTeam's launcher builder.(not recommended)
---------------------------------------------------------------------------
Step 11 Note: Only for router users !
Put your default gateaway in the internet explorer.Open These ports:
44405
55901
---------------------------------------------------------------------------
After that simply run main.exe !
---------------------------------------------------------------------------
All credits go to Endi for his wonderful server files
Hope this guide will be helpful inspite that it is outdated!
Again, sorry for the bad English (still learning :P) !
 
Last edited:
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

The guide is very good, but why there should be a guide for every server files?
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

Thanks ^^ and I think you're right though there are stu##d ppl that dunno what to do with files that are only a bit diffrent... you know...like me :P
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

Well , i dunno what's the misunderstading... i got the same guide like urs on how to make 97d+99 files , an old guide.. but it's almost the same
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

Well , i dunno what's the misunderstading... i got the same guide like urs on how to make 97d+99 files , an old guide.. but it's almost the same
Then you're not stupid :D

Can i have MuEditor for Endi SS3EP1 server posthere
MuMaker 1.06 works perfect !
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

I figured since there wasn't a guide about these files and they are a lot misunderstandings with setting them up, I'm posting it so everything will be cleared up. And sorry for my English !
---------------------------------------------------------------------------
This procedure has been tested 3 times :
Result => Everything works fine, no crashes (3 whole days up with 2 users online).

---------------------------------------------------------------------------
The files in this guide are all made by Endi and only Endi. I just packed the files and the most recent updates (till 2j) in one archive so it'll be easier to use. I also put a backup database for the EventServer though Endi recommended to use only 2 Databases - MuOnline and Ranking (it's better organized and works just as good). The only files edited by me are the shops (I was to lazy to download Endi's :P ).
OK, so let's begin! I hope I won't bore you so much :).
---------------------------------------------------------------------------
Step 1:
Download the package from here -
Next you move the file to C:\ (optional) and extract like this: Right mouse button=>Extract to MuServer.
---------------------------------------------------------------------------
Step 2: Note: I assume that you have MS SQL Server 2005 installed (I'll add help for it later).
Now, open Enterprise Manager and create a new database as follows :
Microsoft SQL Servers=>SQL Server Group=>(local)=>Databases
Right click on Databases=>New Database...=>Name: MuOnline=> Press OK

Repeat this until you have these 3 databases :
MuOnline
Ranking
MU2003_EVENT_DATA

(Note: Don't close the Enterprise Manager)
---------------------------------------------------------------------------
Step 3:
Next you have to restore the databases from the files located in C:\MuServer\DB Backup. How to do that you ask? It's simple, no...

Right click MuOnline (the database)=>All Tasks=>Restore Database

A new window should apear. Do the following:

(In General) Press the "From device" option=> Select Devices=>Add=>In the "File name:" put C:\MuServer\DB Backup\MuOnline=>Press OK(x2)=>Now go to "Options" (look at the upper left corner)=>Check "Force restore over existing databse"=>Click "MuOnline_Data" and put C:\MuServer\MuServer\DB (do the same with MuOnline_Log).=> Click OK

You have to repeat the same procedure with the other 2 databases, just replacing MuOnline with Ranking and MU2003_EVENT_DATA.
---------------------------------------------------------------------------
Step 4:
In the folder C:\MuServer\MuServer\DB Backup there is a file called ODBC.reg. Run it=>Click Yes.
---------------------------------------------------------------------------
Step 5:
Now we have to change some IPs. To check your IP go and copy your IP.
You need to change all the 87.121.31.79 to your IP in these files:

C:\MuServer\ConnectServer\Data\ServerInfo.dat
C:\MuServer\ConnectServer\Data\ServerList.dat (don't remove the ")
C:\MuServer\Data\lang\kor\commonloc.cfg
C:\MuServer\Data\commonserver.cfg (there are 4 IPs here)
C:\MuServer\Data\IpList.dat (don't remove the ")
C:\MuServer\Data\MapServerInfo.dat (don't remove the S infront of the IP)
C:\MuServer\DataServer\AllowableIPList.txt (type it like "T H I S" not like "T.H.I.S")
C:\MuServer\DataServer1\AllowableIPList.txt (type it like "T H I S" not like "T.H.I.S")


Now to replace the 87.121.31.79 in some of the shortcuts in C:\MuServer\link.
Press right mouse button and you will see the IP on the line "Target":

06-JoinServer.exe (don't remove the "ca" infront of the IP)
09-Exdb.exe
10-ChatServer.exe
11-Gameserver
12-GameServerCS

---------------------------------------------------------------------------
Step 6:
You also have to change the SQL account and password to yours in these files: (change "sa" to your SQL account or leave it as default and 600944 to your SQL password)

C:\MuServer\EVENT_SERVER\DATA\svconfig.ini
C:\MuServer\RANKING_SERVER\svconfig.ini

---------------------------------------------------------------------------
Step 7:
To configure your server rates go to:
C:\MuServer\Data\commonserver.cfg
There you will find all the rates to change to your desired ones.
---------------------------------------------------------------------------
Step 8:
To start your server you will have to run all the shortcuts in
C:\MuServer\link
Start them in this order :

1 - 00-DataServer
2 - 01-DataServer
3 - 05-ConnectServer.exe
4 - 06-JoinServer.exe
5 - 07-Event.exe
6 - 08-Ranking.exe
7 - 09-Exdb.exe
8 - 10-ChatServer.exe
9 - 11-Gameserver
10 - 12-GameServerCS

---------------------------------------------------------------------------
Note: Though you are finished with setting up your server you can't enter it without the proper client.
---------------------------------------------------------------------------
Step 9:
To enter your server you need the following files:

(extract to Client folder)
(extract to CLient folder)
---------------------------------------------------------------------------
Step 10:
You must edit the main.exe with hex editor.
Find 87.121.31.79 and replace with your IP.
Or SkyTeam's launcher builder.(not recommended)
---------------------------------------------------------------------------
After that simply run main.exe !
---------------------------------------------------------------------------
All credits go to Endi for his wonderful server files
Hope this guide will be helpful !
Again, sorry for the bad English (still learning :P) !



*****************
hi to all , works in this release mu-messenger and chat ? thanks

*****************
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

This isn't a new realease! It's Endi's files updated to 2j and packed, NOTHING NEW!
btw - there is chat server.
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

This isn't a new realease! It's Endi's files updated to 2j and packed, NOTHING NEW!
btw - there is chat server.

Good work - don't listen to those who say this is nothing special,every little help.Only the real professionnals bother making guides,because thats making extra work and effort :winky: its always appreciated and respected.

Sometimes different files have slightly different setup - newbies get lost and uncertain though.I can setup any files you throw at me xD even the hard ones where you got to do some xtra work yourself =D

Anyways 10/10 :p And thanks again.
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

Possibly a port problem. Make sure port 55919 is forwarded on your router and/or in your firewall.

sorry ---i had links of gameserver _cs setted to 55903 and mapserverinfo to 55919 ---

now works :)

thanks for solution
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

OMG..can you make guide for luciano aibar?^^
 
Re: [Guide] Set up Endi's Season 3 Episode 1 Files

those files are the latest ? cas i saw S3EP2 :-??,and you told those are S3EP1...witch one are the latest, and with no bugs?
thx
 
Status
Not open for further replies.
Back