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 your Legend of Mir 2.3 Server

Newbie Spellweaver
Joined
Dec 30, 2004
Messages
10
Reaction score
0
what i must do ?

[MakeItem loaded..
StartPoints loaded...
F-Engine resumed..
U-Engine initialized..
[4/28/2008 2:35:18 PM] Guilds: 1
[4/28/2008 2:35:18 PM] Total Castles: 1
[4/28/2008 2:35:18 PM] Script file not found: .\Envir\Market_Def\1AME-GA2.txt
[4/28/2008 2:35:18 PM] Script file not found: .\Envir\Market_Def\1AME-GA2.txt
[4/28/2008 2:35:18 PM] Script file not found: .\Envir\Market_Def\1AME-GA2.txt
[4/28/2008 2:35:18 PM] Script file not found: .\Envir\Market_Def\1BME-GA1.txt
[4/28/2008 2:35:18 PM] Script file not found: .\Envir\Market_Def\1BME-GA1.txt
[4/28/2008 2:35:18 PM] Script file not found: .\Envir\Market_Def\1BME-GA1.txt
 
Experienced Elementalist
Joined
Jun 7, 2008
Messages
231
Reaction score
1
@InS@ne

can u give me MIR client? for this Setup
 
Newbie Spellweaver
Joined
Apr 28, 2003
Messages
42
Reaction score
0
C:/mirserver/RunGate/Config.ini

this folder/file dosnt exist in the linked files (unfortunately, they (top ones) are the only virus free I found so far of all linked here)

a minor problem with database restore can be fixed by changing /program files to /program (unless thats where you installed it... which is not default)

at large, the instructions failed to help me set it up regardless, thanks for the try to help though, I hope my notes will be of use for whoever try this after me.
 
Initiate Mage
Joined
Nov 30, 2008
Messages
2
Reaction score
0
hey there i am doin well with the guide so far just a few small problems
1) im using SQL 2005 and cant figure out how to get the data base to get on there
2) wen i run the test server it failed to make a new account ??
 
Initiate Mage
Joined
Dec 29, 2008
Messages
2
Reaction score
0
Hi folks, i've got a simple enough question to answer:
What client files should I be using - the ragezone 2.3 files, or the original mir 2.3 files that can be found on mir resource?
I know how to set up the server thanks to the files and guides provided on this site.
I wouldn't bother asking the above question but I simply could not find an answer anywhere.

Thanks in advance
 
Initiate Mage
Joined
Jan 7, 2009
Messages
1
Reaction score
0
*************************************************************
A organized guide is always good for a section. Didnt see one here so re-writing one in a more organized and detailed fashion.
*************************************************************

Step 1: Getting the Server Files

- Legend of Mir 2.3 Server Files. The files were already uploaded. So didnt think it was necessary to upload them to a newer location. Download the above set of files.

Step 2: Setting Up Your Server

Extract your files to C:/mirserver folder. This is the place where the server is set to run. This can be edited later on by hexing the server files but do this for now.

Now then go to your Legend of Mir Game Folder > Maps and copy all the maps to your C:/mirserver/m2server/maps folder. This way the map info is directly taken from the client and need not be download along with the server itself. And this will also reduce client incompatibility problems.

Now setting up the IP's of your server. You need to set them to 127.0.0.1 (Local) if you want it to work offline or 192.168.XXX.XXX (WAN or LAN IP) to either run it on LAN or over the net. The correct server name would be ktest.

Go to C:/mirserver/DBServer/addrtable.txt and set all your IP's to the required one.
Do the same in the following files too.

C:/mirserver/DBServer/serverinfo.txt
C:/mirserver/DBServer/dbsrc.ini
C:/mirserver/LoginGate/config.ini
C:/mirserver/LoginSrv/addrtable.txt
C:/mirserver/LoginSrv/serveraddr.txt
C:/mirserver/LoginSrv/UserLimit.txt
C:/mirserver/LoginSrv/Logsrv.ini
C:/mirserver/LogServer/LogData.ini
C:/mirserver/M2Server/runaddr.txt
C:/mirserver/M2Server/servertable.txt
C:/mirserver/M2Server/Setup.txt
C:/mirserver/RunGate/Config.ini
C:/mirserver/SelGate/Config.ini


Congratulations for setting up your server!

Step 3: Setting Up SQL Server 2000

- You can download SQL Server 2000 Evaluation Edition from here.

Once downloaded, install SQL Server 2000 by setting the system to "local" and the authentication mode to "mixed" and set a "sa" password.

After the installation, start Service Manager and let it run.

Congratulations! You have installed SQL Server 2000.

Step 4: Restoring the Databases

Now go to Enterprise Manager>Local>Databases
Here you will find that there are already a few default databases. Right click and create a new database called "mir2"

Then right click on this new database and go to All Tasks>Restore Database
Here select the option of "From Device" and then select the location of the database which in this case is /DBServer/chardb.bak. In this case the DB provided is already in the *.bak format and hence need not be force restored. If it aint, then go to the second tab and tick the option - force restore and then click OK.

Congratulations! You have successfully restored your databases.

Extra Note: To add yourself as a GM, go to the mir2 database and look for the table called "admin" and return all rows on it and then enter your ID and other details there. That particular ID will from now be the GM ID. Account must be created in the account table.

Step 5: Configuring Your Server Part 2

Go to the folder /DBServer/dbsrc.ini and edit the following.

SQLType = mssql
SQLHost = localhost
SQLPort = 3306
SQLDatabase = mir2
SQLUsername = sa
SQLPassword = (Enter the password you entered while setting up SQL Server 2000).

Then Go to the folder /M2Server/Setup.txt and edit the following.

UseSQL = True
SQLHost = 127.0.0.1 (which is nothing but your localhost)
SQLUsername = sa
SQLPassword = (Enter the password you entered while setting up SQL Server 2000)
SQLDatabase = mir2
SQLType = mssql (if you are working with MySQL2005 change this to mysql)

Congratulations! You have successfully configured your server.

Step 6: Running the Server

Run them in the following order.

1. m2server/m2server.exe
2. gamegate/gamegate.exe
3. DBServer/dbserver.exe
4. logingate/logingate.exe
5. loginsrv/loginsrv.exe
6. logserver/LogDataServer.exe
7. Selgate/Selgate.exe

Note: It would be advisable to run DBServer.exe before all the other servers though.

Congratulations! Your Server Is up and running.

Step 7: Setting Up The Client

Go to the server folder /m2server and copy and paste the mir2.exe in your game folder. Then go to the game folder and open mir.ini and save all the IP's (3 of them) to either your local IP 127.0.0.1 or your LAN or WAN IP which ever you entered in your server files and save this file as mir2.ini

Create an account as mentioned earlier and then run mir2.exe.

Congratulations! You are in the game. Have fun now.

EXTRA STUFF:

Update by thedeath :

Note
: Just make sure your DB's are chardb and datadb in the dbsrvini and setup.txt files respectively. Just to avoid minor server complications.

Thank You,
-- iNs@nE
Where do i get the Legend of mir 2.3 Maps?? please help me.. tnx in advanced...
 
Newbie Spellweaver
Joined
Jan 7, 2009
Messages
10
Reaction score
0
ok,my server has runing now,and use can login in the server,but there are no any monsters,
VentureServer=False
why?
Help me?Thanks!
 
Initiate Mage
Joined
Feb 3, 2005
Messages
3
Reaction score
0
Anybody outhere still having fun with this?
I just need a lil help.....
Everything works fine,with a mix of files and guides from here the server its running....
But,i cant make a new char, everytime i try to make a new char nothing happens.
And in DBServer window i got this:
H-QyChr=0 H-NwChr=0 H-DlChr=0 Dubl-Sl=0 H-Er-P1=0 Dubl-P2=0 Dubl-P3=1 Dubl-P4=0
H-QyChr=0 H-NwChr=0 H-DlChr=0 Dubl-Sl=0 H-Er-P1=0 Dubl-P2=0 Dubl-P3=2 Dubl-P4=0

Thx in advance ;)
 
Initiate Mage
Joined
Mar 30, 2009
Messages
2
Reaction score
0
were can i download sql server 2000 to this i cant find in google and when i press to download in the guide link it says:can find the server...

madlax
 
Initiate Mage
Joined
May 21, 2009
Messages
1
Reaction score
0
Hey i dont know if any one still reads this post but i am having trouble setting up the server, i have tried about 4 diffrent databases now but none of them have a table for accounts so i do not know how to set up an account to play i have every thing else working i think i hope some one can help

thank you
 
Elite Diviner
Joined
Sep 30, 2005
Messages
463
Reaction score
1
you create an account at the opening of the game..
 
Newbie Spellweaver
Joined
Aug 11, 2009
Messages
5
Reaction score
0
hello can i get form som1 mir 2 server file plz all link is down atm
 
Initiate Mage
Joined
Mar 9, 2008
Messages
4
Reaction score
0


here you go tones of server files here plus the new 2.6 files
 
Initiate Mage
Joined
Sep 11, 2009
Messages
1
Reaction score
0


here you go tones of server files here plus the new 2.6 files


with those files on kaorimir..can u make an offline server from a-z?

and if so..how do u make the client to work with that server?

thanks

(I am a begginer in makin` a server) and i really want to make one...just for me..(offline)
 
Last edited:
Back
Top