Setting Up 1.02K and 1.02N(Router or non-router)

Page 1 of 8 12345678 LastLast
Results 1 to 15 of 106
  1. #1
    Enthusiast MichaelDo is offline
    MemberRank
    Sep 2006 Join Date
    USALocation
    43Posts

    Setting Up 1.02K and 1.02N(Router or non-router)

    Welcome to 1.02K and 1.02N server setup guides.

    Download Links:
    ClickHere(1.02K-10/25 update by Goeh with Items index 32 drop from BOK)
    1.02N ClickHere(Forum release section) Search for it
    Client DOwnloads:
    ClickHere

    (Non-Router users)
    Router Guide located below

    Note: for non-router users, all you need is Global IP. Your Lan/Local Ip is the same with your Global Ip
    IP Legend:

    Global Ip can be obtain Here(WhatIsMyIp)

    Lan/Local Ip can be obtain by "Click Start>Run> type in CMD and press OK> Type in IpConfig then press enter."

    Ok, lets start with ConnectServer.
    Open up CS\Connectserverlist.dat
    You will see:
    Code:
    // Server list
     0 "ServerName" "Global IP only!" 55903 "SHOW"
     1 "ServerName" "Global IP only!" 55904 "SHOW"
     19 "ServerName" "Global IP only!" 55901 "HIDE"
    Explaination:
    The 1st digit is the server code. Serverinfo.dat required it to communicate so that it will allow users to see the server bar.
    The Servername also required by ServerInfo.dat(not really but you need to fill in the correct info to prevent error)

    Now do this in CS\Data Connectserverlist.dat and ServerList.dat

    ServerInfo.dat in CS folder is use for Auto update using FTP. So thats unnecessary. Lets proceed.

    Open Data/IpList.dat:
    Code:
    // ³»ºÎ IP
    
    "Global Ip Only!"
    Put your Global IP there.

    Open Data\CommonServer.cfg:
    Code:
    ChaosEventServer   = Global IP!    ; ÂêÑźϳɷþÎñÆ÷IP
    DevilSquareEventServer  = Global IP!
    EventChipServerIp   = Global IP!
    HackLogServer   = Global IP!    ; ºÚÈíÈÕÖ¾¼Ç¼µÄ·þÎñÆ÷µØÖ·
    Put your Global IP there.

    Open Data\Lang\Chs\Commonloc.cfg
    Open Data\Lang\Kor\Commonloc.cfg
    Open Data\Lang\Vtm\Commonloc.cfg
    Note: all config are the same.
    Code:
    [ConnectServerInfo]
    ;Á¢¼Ó¼*¹ö ÁÖ¼Ò¿Í Æ÷Æ®¹øÈ£
    
    IP = Global IP Only
    PORT = 55557
    
    
    
    [GameServerInfo]
    
    ;Ŭ¶óÀÌ¾ðÆ® ¹öÁ¯
    ClientExeVersion = 10210
    ClientExeSerial    = gdevq3fwe7fedvef
    
    LootingTime        = 30    ; ·çÆÃ ½Ã°£ (ÃÊ)
    All should be the same. And use Global IP!

    Open Data\MapServerInfo.dat
    Code:
    // Map Server Infomation
    
    // 1> . ¼*¹öÀÇ IP, Æ÷Æ®Á¤º¸ (°øÀÎIP, Æ÷Æ®¹øÈ£ ¸¸ »ç¿ë°¡´É)
    //
    //    P.S.> InitSetting (ÃÖÃÊ ¸ÊÀ̵¿ Á¤º¸ ¼¼ÆÃ°ª) ÀÇ °ªÀÇ ÀǹÌ
    //    -1     : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ÃÖÃʼ*¹ö·Î Á¢¼Ó
    //    0    : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ¼*¹ö Áß ·£´ýÇÏ°Ô Á¢¼Ó
    //    1    : Á¢¼Ó°¡´É
    //
    //    ServerCode    MapServerGroup    InitSetting    IpAddress    PortNum
    //    (¼*¹öÄÚµå)    (¸Ê¼*¹ö±×·ì)    (ÃÖÃʸʼ¼ÆÃ)    (IPÁÖ¼Ò)    (Æ÷Æ®¹øÈ£)
    //-----------------------------------------------------------------------------
    0
        0        0        1        SGlobal Ip!  55903
        1        0        1        SGlobal Ip!  55904
        19      0        0        SGlobal Ip!  55901
    end
    
    // 2> . ¼*¹öÀÇ ¸Ê À̵¿ ºÒ°¡´É Á¤º¸ (À§ÀÇ ¼*¹öÁ¤º¸¿¡ ¾ø´Â ¼*¹ö´Â µî·ÏµÉ ¼ö ¾øÀ½)
    //
    //    ServerCode    MoveAbleOption    Map    DestServerCode
    //    (¼*¹öÄÚµå)    (À̵¿¿©ºÎ¿É¼Ç)    (¸Ê)    (¸ñÀûÁö¼*¹öÄÚµå)
    //-----------------------------------------------------------------------------
    1
        0        0        30        19
        0        0        31        19
    
        1        0        30        19
        1        0        31        19
    
            19        1        30        -1
        19        1        31        -1
    end
    Put Global Ip there.

    For 1.02K(11/28 Update) and 1.02N
    Open GameServer\FRNGSSet.ini(1.02K)
    Code:
    [DBServerInfo]
    DB_SERVER = Global Ip!                          ;DB Server IP Address (Local)
    DB_Name    = MuOnline                             ;DB Name
    DB_user    = sa                                   ;DB User Name
    DB_Password = SQL Password                            ;DB User Password
    Put your Global Ip and Sql Info there.

    Open GameServer\MyGSFun.ini(1.02N)
    Code:
    [DBServerInfo]
    DB_SERVER = Global Ip!                          ;DB Server IP Address (Local)
    DB_Name    = MuOnline                             ;DB Name
    DB_user    = sa                                   ;DB User Name
    DB_Password = SQL Password                            ;DB User Password
    Put your Global Ip and Sql Info there.

    Links Argument Setup Guide(NON-Router Users)

    DataServer
    Argument: 55960 0
    Note: If you run multiple DataServer, the last digit of the port should increase by 2 and the second line digit should increase by 1
    Example:
    Code:
    DataServer(1st dataserver) 55960 0
    DataServer(2nd dataserver) 55962 1
    DataServer(3rd dataserver) 55964 2
    ConnectServer
    Argument: NONE

    EXDB
    Argument: Global IP!

    ChatServer
    Argument: Global IP!

    JoinServer
    Argument: /p55970 /caGlobal Ip! /cp55557

    MU_RANKING_DB_SERVER
    Argument: NONE

    WZ_MU2003_EVENT_SERVER
    Argument: NONE

    GameServer
    Argument: Global IP! 55970 Global IP! 55960 55903

    Note: the last port must match to your ConnectServer Port and Serve Code

    If your Data/ServerInfo.dat ServerCode set to 0 and the
    CS\ConnectServerList.dat,CS\Data\ConnectServerList.dat and CS\Data\ServerList.dat:
    Code:
    0 "ServerName" "Global IP Only!" 55903 "SHOW"
    The port must match!

    (Router Users)

    Port need forwarded:
    Code:
    44405
    55903
    55901
    55906
    55557
    55980
    Note: for router users, you will need is Global IP and Lan/Local IP.
    IP Legend:

    Global Ip can be obtain Here(WhatIsMyIp)

    Lan/Local Ip can be obtain by "Click Start>Run> type in CMD and press OK> Type in IpConfig then press enter."

    Ok, lets start with ConnectServer.
    Open up CS\Connectserverlist.dat
    You will see:
    Code:
    // Server list
     0 "ServerName" "Global IP only!" 55903 "SHOW"
     1 "ServerName" "Global IP only!" 55904 "SHOW"
     19 "ServerName" "Global IP only!" 55901 "HIDE"
    Explaination:
    The 1st digit is the server code. Serverinfo.dat required it to communicate so that it will allow users to see the server bar.
    The Servername also required by ServerInfo.dat(not really but you need to fill in the correct info to prevent error)

    Now do this in CS\Data Connectserverlist.dat and ServerList.dat

    ServerInfo.dat in CS folder is use for Auto update using FTP. So thats unnecessary. Lets proceed.

    Open Data/IpList.dat:
    Code:
    // ³»ºÎ IP
    
    "Global Ip Only!"
    Put your Global IP there.

    Open Data\CommonServer.cfg:
    Code:
    ChaosEventServer   =  Lan/Local Ip    ; ÂêÑźϳɷþÎñÆ÷IP
    DevilSquareEventServer  =  Lan/Local Ip
    EventChipServerIp   =  Lan/Local Ip
    HackLogServer   =  Lan/Local Ip    ; ºÚÈíÈÕÖ¾¼Ç¼µÄ·þÎñÆ÷µØÖ·
    Put your Lan/Local Ip there.

    Open Data\Lang\Chs\Commonloc.cfg
    Open Data\Lang\Kor\Commonloc.cfg
    Open Data\Lang\Vtm\Commonloc.cfg
    Note: all config are the same.
    Code:
    [ConnectServerInfo]
    ;Á¢¼Ó¼*¹ö ÁÖ¼Ò¿Í Æ÷Æ®¹øÈ£
    
    IP = Global IP Only
    PORT = 55557
    
    
    
    [GameServerInfo]
    
    ;Ŭ¶óÀÌ¾ðÆ® ¹öÁ¯
    ClientExeVersion = 10210
    ClientExeSerial    = gdevq3fwe7fedvef
    
    LootingTime        = 30    ; ·çÆÃ ½Ã°£ (ÃÊ)
    All should be the same. And use Global IP!

    Open Data\MapServerInfo.dat
    Code:
    // Map Server Infomation
    
    // 1> . ¼*¹öÀÇ IP, Æ÷Æ®Á¤º¸ (°øÀÎIP, Æ÷Æ®¹øÈ£ ¸¸ »ç¿ë°¡´É)
    //
    //    P.S.> InitSetting (ÃÖÃÊ ¸ÊÀ̵¿ Á¤º¸ ¼¼ÆÃ°ª) ÀÇ °ªÀÇ ÀǹÌ
    //    -1     : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ÃÖÃʼ*¹ö·Î Á¢¼Ó
    //    0    : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ¼*¹ö Áß ·£´ýÇÏ°Ô Á¢¼Ó
    //    1    : Á¢¼Ó°¡´É
    //
    //    ServerCode    MapServerGroup    InitSetting    IpAddress    PortNum
    //    (¼*¹öÄÚµå)    (¸Ê¼*¹ö±×·ì)    (ÃÖÃʸʼ¼ÆÃ)    (IPÁÖ¼Ò)    (Æ÷Æ®¹øÈ£)
    //-----------------------------------------------------------------------------
    0
        0        0        1        SLan/Local Ip!  55903
        1        0        1        SLan/Local Ip!  55904
        19      0        0        SLan/Local Ip!  55901
    end
    
    // 2> . ¼*¹öÀÇ ¸Ê À̵¿ ºÒ°¡´É Á¤º¸ (À§ÀÇ ¼*¹öÁ¤º¸¿¡ ¾ø´Â ¼*¹ö´Â µî·ÏµÉ ¼ö ¾øÀ½)
    //
    //    ServerCode    MoveAbleOption    Map    DestServerCode
    //    (¼*¹öÄÚµå)    (À̵¿¿©ºÎ¿É¼Ç)    (¸Ê)    (¸ñÀûÁö¼*¹öÄÚµå)
    //-----------------------------------------------------------------------------
    1
        0        0        30        19
        0        0        31        19
    
        1        0        30        19
        1        0        31        19
    
            19        1        30        -1
        19        1        31        -1
    end
    Put Lan/Local Ip there.

    For 1.02K(11/28 Update) and 1.02N
    Open GameServer\FRNGSSet.ini(1.02K)
    Code:
    [DBServerInfo]
    DB_SERVER = Lan/Local Ip!                          ;DB Server IP Address (Local)
    DB_Name    = MuOnline                             ;DB Name
    DB_user    = sa                                   ;DB User Name
    DB_Password = SQL Password                            ;DB User Password
    Put your Lan/Local Ip and Sql Info there.

    Open GameServer\MyGSFun.ini(1.02N)
    Code:
    [DBServerInfo]
     DB_SERVER = Lan/Local Ip!                          ;DB Server IP Address (Local)
     DB_Name    = MuOnline                             ;DB Name
     DB_user    = sa                                   ;DB User Name
     DB_Password = SQL Password                            ;DB User Password
    Put your Lan/Local Ip and Sql Info there.

    Links Argument Setup Guide(Router Users)

    DataServer
    Argument: 55960 0
    Note: If you run multiple DataServer, the last digit of the port should increase by 2 and the second line digit should increase by 1
    Example:
    Code:
    DataServer(1st dataserver) 55960 0
    DataServer(2nd dataserver) 55962 1
    DataServer(3rd dataserver) 55964 2
    ConnectServer
    Argument: NONE

    EXDB
    Argument: Lan/Local IP!

    ChatServer
    Argument: Lan/Local IP!

    JoinServer
    Argument: /p55970 /caGlobal Ip! /cp55557

    MU_RANKING_DB_SERVER
    Argument: NONE

    WZ_MU2003_EVENT_SERVER
    Argument: NONE

    GameServer
    Argument: Lan/Local IP! 55970 Lan/Local IP! 55960 55903

    Note: the last port must match to your ConnectServer Port and Serve Code

    If your Data/ServerInfo.dat ServerCode set to 0 and the
    CS\ConnectServerList.dat,CS\Data\ConnectServerList.dat and CS\Data\ServerList.dat:
    Code:
    0 "ServerName" "Global IP Only!" 55903 "SHOW"
    The port must match!

    Enjoy!

    Credits:
    Liselotte[DWT](DeathWar Team)
    Goeh for the files
    Last edited by MichaelDo; 10-02-07 at 03:32 AM.


  2. #2
    Member ^Venom^ is offline
    MemberRank
    Aug 2006 Join Date
    EuropeLocation
    85Posts
    WOW great Guide thx lot of ppl needed this guide
    Exelente^^

  3. #3
    Very complete Guide, gr8 Ty MichaelDO

  4. #4
    RZ's most loyal knight Dios is offline
    ModeratorRank
    Apr 2005 Join Date
    ArgentinaLocation
    5,238Posts
    Great guide, added to Rz Guide Center

  5. #5
    PHP/MYSQL Developer skyblue is offline
    MemberRank
    Dec 2005 Join Date
    PhilippinesLocation
    263Posts
    Hi why i cant see this is FNRGSSet
    or 1.02K(11/28 Update) and 1.02N
    Open GameServer\FRNGSSet.ini(1.02K)
    Code:

    [DBServerInfo]
    DB_SERVER = Global Ip! ;DB Server IP Address (Local)
    DB_Name = MuOnline ;DB Name
    DB_user = sa ;DB User Name
    DB_Password = SQL Password ;DB User Password

  6. #6
    Valued Member jim3481 is offline
    MemberRank
    Jul 2004 Join Date
    CaliforniaLocation
    122Posts
    dont work for me, when enter to Valley Loren disconnect to me =(

    Code:
    GameServer_CS
    Argument: Global IP! 55970 Global IP! 55960 55901 ????

  7. #7
    Enthusiast MichaelDo is offline
    MemberRank
    Sep 2006 Join Date
    USALocation
    43Posts
    for the Siege Server, the last port should be 55903 is your GameServer port 55901

  8. #8
    Enthusiast MichaelDo is offline
    MemberRank
    Sep 2006 Join Date
    USALocation
    43Posts
    Quote Originally Posted by skyblue View Post
    Hi why i cant see this is FNRGSSet
    If you're using 1.02N server files, open MyGSFun.ini, not FRNGSSet.ini, thats for 1.02K only(11/28 update)

  9. #9
    Valued Member mig1st4ck is offline
    MemberRank
    Jan 2006 Join Date
    PortugalLocation
    118Posts
    Router Config.

    The Joinserver can use Lan IP.
    The Gameserver need to use Global IP.
    MapServerInfo.dat need to use Global IP.


    Also to enter the server on the Lan PCs you need to put a mask.
    C:\windows\system32\drivers\etc\host

    Open this file and add 1 line with

    Lan IP Global IP
    Last edited by mig1st4ck; 01-02-07 at 10:00 PM.

  10. #10
    Member xkefx is offline
    MemberRank
    Feb 2006 Join Date
    netherlandsLocation
    88Posts
    MichaelDO perfect guide.

  11. #11
    Valued Member jim3481 is offline
    MemberRank
    Jul 2004 Join Date
    CaliforniaLocation
    122Posts
    dont work Siege Event

    Code:
    JoinServer
    Argument: /p55970 /ca192.168.1.100 /cp55557
    
    MU_RANKING_DB_SERVER
    Argument: NONE
    
    WZ_MU2003_EVENT_SERVER
    Argument: NONE
    
    GameServer
    Argument:192.168.1.100 55970 192.168.1.100 55960 55903
    
    FNRCS/GameServer
    Argument:192.168.1.100 55970 192.168.1.100 55960 55901
    i need help



    Error in GS


    Error in GS_CS
    Last edited by jim3481; 02-02-07 at 02:09 AM.

  12. #12
    PHP/MYSQL Developer skyblue is offline
    MemberRank
    Dec 2005 Join Date
    PhilippinesLocation
    263Posts
    Quote Originally Posted by MichaelDo View Post
    If you're using 1.02N server files, open MyGSFun.ini, not FRNGSSet.ini, thats for 1.02K only(11/28 update)
    im using 1.02k i cant see this in FRNGSSet.ini
    [DBServerInfo]
    DB_SERVER = Lan/Local Ip! ;DB Server IP Address (Local)
    DB_Name = MuOnline ;DB Name
    DB_user = sa ;DB User Name
    DB_Password = SQL Password ;DB User Password
    see this picture

  13. #13
    Member xkefx is offline
    MemberRank
    Feb 2006 Join Date
    netherlandsLocation
    88Posts
    Quote Originally Posted by skyblue View Post
    im using 1.02k i cant see this in FRNGSSet.ini

    see this picture
    In the server u downloaded at the top of the website ( 1.02k ) there is no database config in it. skip that part.

  14. #14
    Member xkefx is offline
    MemberRank
    Feb 2006 Join Date
    netherlandsLocation
    88Posts
    Quote Originally Posted by skyblue View Post
    im using 1.02k i cant see this in FRNGSSet.ini
    In the server u downloaded at the top of the website ( 1.02k ) there is no database config in it. skip that part.

    BTW: what client do we need in this server, coz i cant connect with a 1.12.0 client, but the server files are 1.13.0
    Last edited by xkefx; 02-02-07 at 11:30 AM.

  15. #15
    PHP/MYSQL Developer skyblue is offline
    MemberRank
    Dec 2005 Join Date
    PhilippinesLocation
    263Posts
    Quote Originally Posted by xkefx View Post
    In the server u downloaded at the top of the website ( 1.02k ) there is no database config in it. skip that part.

    BTW: what client do we need in this server, coz i cant connect with a 1.12.0 client, but the server files are 1.13.0
    there is a step in that file press ctrl+f then search for FRNGSSet



Page 1 of 8 12345678 LastLast

Advertisement