How to set up Hard,Mid And High Server For [ MuEMU ]

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Newbie daezugun is offline
    MemberRank
    Feb 2011 Join Date
    127.0.0.1Location
    787Posts

    big grin How to set up Hard,Mid And High Server For [ MuEMU ]

    Hello Rz i would like to share my config by making a different Exp Rate works with [ MuEMU ][ S4.1 ][ S6.3 ][ S8.3 ][ AH ] or any other files.
    It is working on same or a separate client (But this tut is for same client)

    1st Step - go to ConnectServer Folder and add all the ports from serverlist.dat

    ConnectServer/ServerList.dat
    Put all your ports for Hard,Mid and High.
    Code:
    //ServerCode   ServerName         ServerAddress      ServerPort       ServerType
    11              "HARDGS"       "Your-IP"        55901            "SHOW"
    19             "HARDCS"     "Your-IP"         55919            "HIDE"
    20              "MIDGS"       "Your-IP"        55922            "SHOW"
    39              "MIDCS"       "Your-IP"        55939            "HIDE"
    40              "HIGHGS"       "Your-IP"        55942            "SHOW"
    59              "HIGHCS"       "Your-IP"        55959            "HIDE"
    end
    2nd Step - Open your HardServer folder and go to Data/MapServerInfo.dat and put your ports for your HardServer
    Code:
    0
    //ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
    11	       0	        1	     Syourip	       55901
    19	       0	        0	     Syourip	       55919
    end
    
    1
    //ServerCode   NotMoveOption   NextMap   NextServerCode
    11	       0	       30        19
    11	       0	       31        19
    11	       0	       34        19
    11	       0	       41        19
    11	       0	       42        19
    11	       0	       79        19
    19	       1	       30        -1
    19	       1	       31        -1
    19	       1	       34        -1
    19	       1	       41        -1
    19	       1	       42        -1
    19	       1	       79        -1
    end
    Then same as your MidServer/Data/MapServerInfo.dat
    Code:
    0
    //ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
    20	       0	        1	     Syourip	       55922
    39	       0	        0	     Syourip	       55939
    end
    
    1
    //ServerCode   NotMoveOption   NextMap   NextServerCode
    20	       0	       30        39
    20	       0	       31        39
    20	       0	       34        39
    20	       0	       41        39
    20	       0	       42        39
    20	       0	       79        39
    39	       1	       30        -1
    39	       1	       31        -1
    39	       1	       34        -1
    39	       1	       41        -1
    39	       1	       42        -1
    39	       1	       79        -1
    end
    And for your HighServer/Data/MapServerInfo.dat
    Code:
    0
    //ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
    40	       0	        1	     Syourip	       55942
    59	       0	        0	     Syourip	       55959
    end
    
    1
    //ServerCode   NotMoveOption   NextMap   NextServerCode
    40	       0	       30        59
    40	       0	       31        59
    40	       0	       34        59
    40	       0	       41        59
    40	       0	       42        59
    40	       0	       79        59
    59	       1	       30        -1
    59	       1	       31        -1
    59	       1	       34        -1
    59	       1	       41        -1
    59	       1	       42        -1
    59	       1	       79        -1
    end
    3rd Step - ODBC 64bit
    For 32bit (All you need to do is to edit the code)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\MuOnline]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Description"="MuOnline"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="sa"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\MuOnline2]
    "Description"="MuOnline2"
    "Server"="(local)"
    "Database"="MuOnline2"
    "LastUser"="sa"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\MuOnline3]
    "Description"="MuOnline3"
    "Server"="(local)"
    "Database"="MuOnline3"
    "LastUser"="sa"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources]
    "MuOnline"="SQL Server"
    "MuOnline2"="SQL Server"
    "MuOnline3"="SQL Server"

    Viola! you now have 3 different exp server rate with GSCS

    Note:
    Make sure Hard,Mid and HighServer folder must have the following
    Example:
    HardServer
    1.Data
    2.DataServer - DB For Hard
    3.GameServer - GameServerInfo - Common.dat Must Configured the ports correctly
    4.GameServerCS - GameServerInfo - Common.dat Must Configured the ports correctly
    5.JoinServer - DB For Hard

    Remember Each ServerFolder Must have a different ports!



    Please Hit Like to say thanks :)
    Last edited by daezugun; 26-04-16 at 07:56 AM.


  2. #2
    Account Upgraded | Title Enabled! zzlovezz is offline
    MemberRank
    Dec 2007 Join Date
    206Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Quote Originally Posted by daezugun View Post
    Hello Rz i would like to share my config by making a different Exp Rate works with [ MuEMU ][ S4.1 ][ S6.3 ][ S8.3 ][ AH ] or any other files.
    It is working on same or a separate client (But this tut is for same client)

    1st Step - go to ConnectServer Folder and add all the ports from serverlist.dat

    ConnectServer/ServerList.dat
    Put all your ports for Hard,Mid and High.
    Code:
    //ServerCode   ServerName         ServerAddress      ServerPort       ServerType
    11              "HARDGS"       "Your-IP"        55901            "SHOW"
    19             "HARDCS"     "Your-IP"         55919            "HIDE"
    20              "MIDGS"       "Your-IP"        55922            "SHOW"
    39              "MIDCS"       "Your-IP"        55939            "HIDE"
    40              "HIGHGS"       "Your-IP"        55942            "SHOW"
    59              "HIGHCS"       "Your-IP"        55959            "HIDE"
    end
    2nd Step - Open your HardServer folder and go to Data/MapServerInfo.dat and put your ports for your HardServer
    Code:
    0
    //ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
    11           0            1         Syourip           55901
    19           0            0         Syourip           55919
    end
    
    1
    //ServerCode   NotMoveOption   NextMap   NextServerCode
    11           0           30        19
    11           0           31        19
    11           0           34        19
    11           0           41        19
    11           0           42        19
    11           0           79        19
    19           1           30        -1
    19           1           31        -1
    19           1           34        -1
    19           1           41        -1
    19           1           42        -1
    19           1           79        -1
    end
    Then same as your MidServer/Data/MapServerInfo.dat
    Code:
    0
    //ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
    20           0            1         Syourip           55922
    39           0            0         Syourip           55939
    end
    
    1
    //ServerCode   NotMoveOption   NextMap   NextServerCode
    20           0           30        39
    20           0           31        39
    20           0           34        39
    20           0           41        39
    20           0           42        39
    20           0           79        39
    39           1           30        -1
    39           1           31        -1
    39           1           34        -1
    39           1           41        -1
    39           1           42        -1
    39           1           79        -1
    end
    And for your HighServer/Data/MapServerInfo.dat
    Code:
    0
    //ServerCode   MapServerGroup   InitSetVal   IpAddress         Port
    40           0            1         Syourip           55942
    59           0            0         Syourip           55959
    end
    
    1
    //ServerCode   NotMoveOption   NextMap   NextServerCode
    40           0           30        59
    40           0           31        59
    40           0           34        59
    40           0           41        59
    40           0           42        59
    40           0           79        59
    59           1           30        -1
    59           1           31        -1
    59           1           34        -1
    59           1           41        -1
    59           1           42        -1
    59           1           79        -1
    end
    3rd Step - ODBC 64bit
    For 32bit (All you need to do is to edit the code)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\MuOnline]
    "Driver"="C:\\WINDOWS\\system32\\SQLSRV32.dll"
    "Description"="MuOnline"
    "Server"="(local)"
    "Database"="MuOnline"
    "LastUser"="sa"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\MuOnline2]
    "Description"="MuOnline2"
    "Server"="(local)"
    "Database"="MuOnline2"
    "LastUser"="sa"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\MuOnline3]
    "Description"="MuOnline3"
    "Server"="(local)"
    "Database"="MuOnline3"
    "LastUser"="sa"
    "Trusted_Connection"="Yes"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources]
    "MuOnline"="SQL Server"
    "MuOnline2"="SQL Server"
    "MuOnline3"="SQL Server"

    Viola! you now have 3 different exp server rate with GSCS

    Note:
    Make sure Hard,Mid and HighServer folder must have the following
    Example:
    HardServer
    1.Data
    2.DataServer - DB For Hard
    3.GameServer - GameServerInfo - Common.dat Must Configured the ports correctly
    4.GameServerCS - GameServerInfo - Common.dat Must Configured the ports correctly
    5.JoinServer - DB For Hard

    Remember Each ServerFolder Must have a different ports!



    Please Hit Like to say thanks :)
    Do i need to change the Data Server and JoinServer port?

  3. #3

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    @zzlovezz
    DataServer - yes possibly use another port on shortcut
    JoinServer - Not.

  4. #4
    Newbie daezugun is offline
    MemberRank
    Feb 2011 Join Date
    127.0.0.1Location
    787Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Quote Originally Posted by KarLi View Post
    @zzlovezz
    DataServer - yes possibly use another port on shortcut
    JoinServer - Not.
    It needs to have a different ports..
    Note:
    Make sure Hard,Mid and HighServer folder must have the following
    Example:
    HardServer
    1.Data
    2.DataServer - DB For Hard
    3.GameServer - GameServerInfo - Common.dat Must Configured the ports correctly
    4.GameServerCS - GameServerInfo - Common.dat Must Configured the ports correctly
    5.JoinServer - DB For Hard

    Remember Each ServerFolder Must have a different ports!

  5. #5

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Quote Originally Posted by daezugun View Post
    It needs to have a different ports..
    i know mate, but not joinserver... joinserver just needs change of MuOnline db name if i am right?

  6. #6
    Newbie daezugun is offline
    MemberRank
    Feb 2011 Join Date
    127.0.0.1Location
    787Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Quote Originally Posted by KarLi View Post
    i know mate, but not joinserver... joinserver just needs change of MuOnline db name if i am right?
    Oh yeah sorry bro you were right :) if its the same client only db, but if it was not the same it needs to have a different ports.. my mistake karli

  7. #7
    Enthusiast Jhoandris is offline
    MemberRank
    Sep 2013 Join Date
    Каракас,Location
    40Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Help get me wrong not connected database wing that can be?


  8. #8

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    did u change the port of dataserver?

  9. #9
    Enthusiast Jhoandris is offline
    MemberRank
    Sep 2013 Join Date
    Каракас,Location
    40Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Quote Originally Posted by Jhoandris View Post
    Help get me wrong not connected database wing that can be?

    I have solved this problem

    but now I have this! when I try to be transported to loren deep or barracks or stays off me stuck that can be ?? :(

  10. #10
    Newbie daezugun is offline
    MemberRank
    Feb 2011 Join Date
    127.0.0.1Location
    787Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    make sure your serverlist.dat and MapServerInfo.dat are properly configured in serverfolder so you can connect to gscs

  11. #11
    Apprentice zarcmu is offline
    MemberRank
    Jul 2005 Join Date
    TokyoLocation
    24Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    i doubt this guide is really work,

    Quote Originally Posted by daezugun View Post
    Oh yeah sorry bro you were right :) if its the same client only db, but if it was not the same it needs to have a different ports.. my mistake karli
    wrong if we talk about different client the reponsible of it is Connectserver (44405,55557)

    and if we let joinserver use same port for the other server it will result an instant bind error.

    did this guide really work? please clarify your statement. i already try your tut. but i didnt success.

  12. #12
    Valued Member andersonbk is offline
    MemberRank
    Oct 2006 Join Date
    HereLocation
    127Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    does not work in the season 8 did the whole procedure gave no mistake, the doors are open, checked everything 3x and appears only one server.

  13. #13
    Account Upgraded | Title Enabled! zzlovezz is offline
    MemberRank
    Dec 2007 Join Date
    206Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Season 8. Joinserver need to change to new port :) . if u put the same port if will give u an error instant bind error.

  14. #14
    Apprentice muselenium is offline
    MemberRank
    Oct 2014 Join Date
    14Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    i got this error empty gameservers someone help me?

  15. #15
    Apprentice muselenium is offline
    MemberRank
    Oct 2014 Join Date
    14Posts

    Re: How to set up Hard,Mid And High Server For [ MuEMU ]

    Idid it but now, how i can show the three servers in the client? some help me only appear 1 of them TY!



Page 1 of 2 12 LastLast

Advertisement