2.3 server set up guide

Page 1 of 8 12345678 LastLast
Results 1 to 15 of 116
  1. #1
    Account Upgraded | Title Enabled! smoking is offline
    MemberRank
    Jan 2007 Join Date
    275Posts

    2.3 server set up guide

    Lilcooldude created a good guild to setting up the server, but left a few n00b things out, so here is the noob guide.

    Credit for basic guide goes to lilcooldude.

    Setting up the files (offline):

    1. download the server files from here http://users.telenet.be/thedeath/Mir2/LOMCNM2.rar

    2.) Extract the files to C:/mirserver, it's the only way this guide will work.

    2a.) got to your legend of mir folder
    c:/program flies/wemade/legend of mir
    right click on the map folder and click copy.
    Go to your m2server folder
    c:/mirserver/m2server
    and paste the map folder into here.

    3.) Check the following files to make sure they have the correct IP (127.0.0.1), the correct directories (C:/mirserver/…), and the correct server name (ktest):
     /DBServer/!addrtable.txt
     /DBServer/!serverinfo.txt
     /DBServer/dbsrc.ini
     /LoginGate/Config.ini
     /LoginSrv/!addrtable.txt
     /LoginSrv/!serveraddr.txt
     /LoginSrv/!UserLimit.txt
     /LoginSrv/Logsrv.ini
     /LogServer/LogData.ini
     /M2Server/!runaddr.txt
     /M2Server/!servertable.txt
     /M2Server/!Setup.txt
     /RunGate/Config.ini
     /SelGate/Config.ini

    4.) Download SQL Server 2000 - Download details: SQL Server 2000 Evaluation Edition Release A (Protects Against the Slammer Worm)

    5.) Install SQL using Authentication mode, and set a password you can remember (ID will be sa)

    6.) Once your SQL Server is running open Enterprise Manager and go into your SQL databases, there should already be ‘master’, ‘model’, ‘msdb’, ‘Northwind’, ‘pubs’, ‘tempdb’.


    7.) Right clcik any where in this window and then clcik new database.

    8.)In the box called name, type "mir2" then click ok.

    9.) Right click somewhere in the Database window, highlight over ‘All Tasks’ and click ‘Restore Database’.


    10.) Click the option tab, and then tick all 3 boexs, once you done that click back on the genral tab.

    11.) Check the box that says restore as database, click on the arrow and select mir2.


    12.)The next line down, where it say restore, clcik "From Device’ and click the button saying ‘Select Devices’ then ‘Add’ button.

    13.) On the File Name box click the button saying ‘…’ and select lom2_chardb.bak from \DBServer. Then press OK untill the database is restore.


    14.) Too add your self as a GM, right click on the table admin, then select , open table> return all rows.


    15.) Now go back to your sever folder and open

    DBServer/dbsrc.ini
    a few lines down you will see SQL type.
    The line under that you need to change so it looks like this.

    SQLType=mssql
    SQLHost=localhost
    SQLPort=3306
    SQLDatabase=mir2
    SQLUsername=sa
    SQLPassword=<the password you entered when you setup mssql>


    You now need to do the same in

    DBServer/!Setup.txt


    so it look like this

    [SQL]
    UseSQL=True
    SQLHost=127.0.0.1
    SQLUsername=sa
    SQLPassword=<the password you entered when you setup mssql>
    SQLDatabase=mir2
    SQLType=mssql

    19.) you can now close MSSQL. The go back to ur server folder and run the following exe's. It dont matter in which order you run them.

    m2server/m2sever.exe (run this 1st as it takes the longest to load.
    DBserver/dbserver.exe
    gamegate/gamegate.exe

    logingate/logingate.exe
    loginsv/loginsrv.exe
    logserver/LogDataServer.exe
    selgate.exe

    If you get no error in any of these your server is running ok.

    20. Go back to your server file folder, then your m2server folder, copy the mir2.exe and paste it in to your legend of mir folder.

    21.) open your legend of mir folder and then open
    mir.ini
    change the 3 ip addresses in here to 127.0.0.1 then save this file as
    mir2.ini

    22.) run the mir2.exe and you will be connected to your server.

    23.) if thats all working and your happy, try downloading the updates from http://users.telenet.be/thedeath/Mir...20of%20Mir.rar
    make sure you read the updte document before doing any thing.

    24.) any problems with the files before the update, feel free to post here



    note from thedeath: deleted step 17 as the acces file is older and you shouldnt be using it anymore
    also you'll have to use step 7 to 13 twice and make sure one of the db's is the chardb (for the dbsrv.ini or whatever) and the other is the datadb (for the !setup.txt)
    Last edited by thedeath; 07-04-07 at 03:27 AM.


  2. #2
    Enthusiast Godlywiz is offline
    MemberRank
    Feb 2007 Join Date
    47Posts

    Re: 2.3 server set up guide

    Hi need a lil help plz, when i load my m2server.exe up i get the message saying : Loaded client version information and server table...
    Loading StdItem.DB...
    [14/03/2007 16:37:37] StartTimer exception: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database requested in login 'lom2_chardb'. Login fails
    [14/03/2007 16:38:36] -- SQL KeepAlive
    [14/03/2007 16:38:36] -- --> Error Keeping Query Alive!
    [14/03/2007 16:38:36] -- --> Error Keeping QueryCommand Alive!

    any1 have any suggestions on how 2 fix this? Thanks in advance

    EDIT:sorted it =-)

  3. #3
    Enthusiast Godlywiz is offline
    MemberRank
    Feb 2007 Join Date
    47Posts

    Re: 2.3 server set up guide

    lol a new error :( wen i try 2 make an account i get the message saying "random message that needs 2 be coded -1" any1 help plz? thanks in advance

  4. #4
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: 2.3 server set up guide

    firstly did u get the m2server error sorted? if not, check that your mssql user name and pass are correct and that the database thats in ur !setup is what its called in mssql....

    the other error your getting we havent worked that one out yet qnother person has had the same problem, so .....

    VirUs

  5. #5
    Enthusiast Godlywiz is offline
    MemberRank
    Feb 2007 Join Date
    47Posts

    Re: 2.3 server set up guide

    ye i got my m2server error sorted :) just cant make an acc now keep getting that msg lol :Confuzzle

  6. #6
    Account Upgraded | Title Enabled! thedeath is offline
    MemberRank
    Mar 2003 Join Date
    at the place i'Location
    1,309Posts

    Re: 2.3 server set up guide

    try deleting your old account db and letting loginserver create a new one, also make sure you're using latest client exe

  7. #7
    Enthusiast Godlywiz is offline
    MemberRank
    Feb 2007 Join Date
    47Posts

    Re: 2.3 server set up guide

    Quote Originally Posted by thedeath View Post
    try deleting your old account db and letting loginserver create a new one, also make sure you're using latest client exe
    bah didnt work still getting the msg wen i try 2 make an acc and i also have the latest client exe :(. Any other suggestions plz.Thanks =-)

  8. #8
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: 2.3 server set up guide

    start again lol

    VirUs

  9. #9
    Enthusiast Godlywiz is offline
    MemberRank
    Feb 2007 Join Date
    47Posts

    Re: 2.3 server set up guide

    lol ive restarted 3 times and i still get the same msg when trying 2 make an acc. my m8 gets it aswell =/

  10. #10
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: 2.3 server set up guide

    have u deleted the files out of the IDDB

    got to logsrv.ini and make sure it is like this EnableMakingID=1

    VirUs

  11. #11
    Enthusiast Godlywiz is offline
    MemberRank
    Feb 2007 Join Date
    47Posts

    Re: 2.3 server set up guide

    Quote Originally Posted by deanfletc View Post
    have u deleted the files out of the IDDB

    got to logsrv.ini and make sure it is like this EnableMakingID=1

    VirUs
    lol theres no files in IDDB >< and yep my EnablemakingID is set to 1

  12. #12
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: 2.3 server set up guide

    try this too in the !userlimit in the loginsrv folder make sure the name of ur server is in there........... ktest ktest 1000

    VirUs

  13. #13
    Enthusiast Godlywiz is offline
    MemberRank
    Feb 2007 Join Date
    47Posts

    Re: 2.3 server set up guide

    Quote Originally Posted by deanfletc View Post
    try this too in the !userlimit in the loginsrv folder make sure the name of ur server is in there........... ktest ktest 1000

    VirUs
    nope that didnt work either :( lol

  14. #14
    Enthusiast hellboss666 is offline
    MemberRank
    Feb 2007 Join Date
    mars... where do u think...Location
    38Posts

    Re: 2.3 server set up guide

    Quote Originally Posted by thedeath View Post
    try deleting your old account db and letting loginserver create a new one, also make sure you're using latest client exe
    not 2 sound thick but err which files are for the acc db

  15. #15
    Account Upgraded | Title Enabled! smoking is offline
    MemberRank
    Jan 2007 Join Date
    275Posts

    Re: 2.3 server set up guide

    Quote Originally Posted by hellboss666 View Post
    not 2 sound thick but err which files are for the acc db
    C:\mirserver\DBServer\FDB the hun file, delete this.

    make sue you clear the char list in sql database to



Page 1 of 8 12345678 LastLast

Advertisement