gameserver pvp, non-pvp, cs

Results 1 to 6 of 6
  1. #1
    Valued Member deyuhost is offline
    MemberRank
    Jul 2010 Join Date
    www.DeYuHost.roLocation
    123Posts

    Showoff gameserver pvp, non-pvp, cs

    hi all,

    maybe someone can help me with this problem ... I have 3 gameservers pvp, non-pvp and cs running. the problem is that if I move to crywolf when I am logged in on pvp server when I go back it logins me on pvp server but if I move to crywolf from non-pvp server it takes me to pvp server when I go back to Lorencia for example ... I know it's a problem on mapserverinfo but I can not figure it out ... (each gameserver has his mapeserverinfo file) ...

    hope you can understand me , cheers!


  2. #2
    hmmm :D JaneX is offline
    MemberRank
    Jan 2005 Join Date
    918Posts

    Re: gameserver pvp, non-pvp, cs

    You must edit the other sub servers mapserver info ill try to explain a little bit clearly ^_^.

    suppose...

    PVP server code: 0
    NON pvp : 2
    GSCS : 19

    ON PVP and GSCS , most of the files they share one only map serverinfo:

    Code:
    //==============================================================================
    //Map Server Infomation File [KOR]
    //#Free DarkSide Of MUOnline RPG Server by DaRKav
    //by DaRKav (darkav@hotmail.com)
    //------------------------------------------------------------------------------
    //Revision 2 Mar, 2008			
    //==============================================================================
    
    // 1> . ¼­¹öÀÇ IP, Æ÷Æ®Á¤º¸ (°øÀÎIP, Æ÷Æ®¹øÈ£ ¸¸ »ç¿ë°¡´É)
    //
    //	P.S.> InitSetting (ÃÖÃÊ ¸ÊÀ̵¿ Á¤º¸ ¼¼ÆÃ°ª) ÀÇ °ªÀÇ ÀǹÌ
    //	-1 	: Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ÃÖÃʼ­¹ö·Î Á¢¼Ó
    //	0	: Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ¼­¹ö Áß ·£´ýÇÏ°Ô Á¢¼Ó
    //	1	: Á¢¼Ó°¡´É
    //
    //	ServerCode	MapServerGroup	InitSetting	IpAddress	PortNum
    //-----------------------------------------------------------------------------
    0
    	// Normal Servers
    	0		0		1		Scdomu.sytes.net		55901	//[Main]
    	19		0		0		Scdomu.sytes.net		55919	//[Castle]
    end
    
    
    // 2> . ¼­¹öÀÇ ¸Ê À̵¿ ºÒ°¡´É Á¤º¸ (À§ÀÇ ¼­¹öÁ¤º¸¿¡ ¾ø´Â ¼­¹ö´Â µî·ÏµÉ ¼ö ¾øÀ½)
    //
    //	ServerCode	MoveAbleOption	Map	DestServerCode
    //-----------------------------------------------------------------------------
    1
    	// Normal Servers
    	0		0		30		19	//Lorren
    	0		0		31		19	//DareDevil
    	0		0		34		19	//CryWolf
    	0		0		41		19	//Barraks
    	0		0		42		19	//Refuge
    
    	// Castle Siege Servers
    	19		1		30		0	//Lorren
    	19		1		31		0	//DareDevil
    	19		1		34		0	//CryWolf
    	19		1		41		0	//Barraks
    	19		1		42		0	//Refuge
    end
    and suppose this is the mapserverinfo of the non-pvp sub server..:

    Code:
    //==============================================================================
    //Map Server Infomation File [KOR]
    //#www.darksideofmu.com
    //by DaRKav (darkav@hotmail.com)
    //------------------------------------------------------------------------------
    //Revision 2 Mar, 2008			
    //==============================================================================
    
    // 1> . ¼­¹öÀÇ IP, Æ÷Æ®Á¤º¸ (°øÀÎIP, Æ÷Æ®¹øÈ£ ¸¸ »ç¿ë°¡´É)
    //
    //	P.S.> InitSetting (ÃÖÃÊ ¸ÊÀ̵¿ Á¤º¸ ¼¼ÆÃ°ª) ÀÇ °ªÀÇ ÀǹÌ
    //	-1 	: Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ÃÖÃʼ­¹ö·Î Á¢¼Ó
    //	0	: Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ¼­¹ö Áß ·£´ýÇÏ°Ô Á¢¼Ó
    //	1	: Á¢¼Ó°¡´É
    //
    //	ServerCode	MapServerGroup	InitSetting	IpAddress	PortNum
    //-----------------------------------------------------------------------------
    0
    	// Normal Servers
    	0		0		1		Scdomu.sytes.net		55901	//[Main]
    	19		0		0		Scdomu.sytes.net		55919	//[Castle]
    end
    
    
    // 2> . ¼­¹öÀÇ ¸Ê À̵¿ ºÒ°¡´É Á¤º¸ (À§ÀÇ ¼­¹öÁ¤º¸¿¡ ¾ø´Â ¼­¹ö´Â µî·ÏµÉ ¼ö ¾øÀ½)
    //
    //	ServerCode	MoveAbleOption	Map	DestServerCode
    //-----------------------------------------------------------------------------
    1
    	// Normal Servers
    	2		0		30		19	//Lorren
    	2		0		31		19	//DareDevil
    	2		0		34		19	//CryWolf
    	2		0		41		19	//Barraks
    	2		0		42		19	//Refuge
    
    	// Castle Siege Servers
    	19		1		30		2	//Lorren
    	19		1		31		2	//DareDevil
    	19		1		34		2	//CryWolf
    	19		1		41		2	//Barraks
    	19		1		42		2	//Refuge
    end
    well know i think you can see the difference between the mapserverinfos ^_^. the reason why instead you will transfer back on the same seerver from GSCS is that, the mapserver code of the subserver is not modified to match the servercode of the gameserver of the subserver.

    just remember if you will add another subserver be it VIP or just another branch, always modify the mapserverinfo.dat to match the subserver gameserver server code. ^_^

    hope it helps :D and sorry for bad englsh xD
    Last edited by JaneX; 18-06-11 at 10:17 PM.

  3. #3
    Valued Member deyuhost is offline
    MemberRank
    Jul 2010 Join Date
    www.DeYuHost.roLocation
    123Posts

    Re: gameserver pvp, non-pvp, cs

    this don't work because when I connect to from non-pvp to gs_cs, gs_cs loads the first mapserverinfo and it takes me back to pvp server 0 not to 2 even if I setup the dest code server how you told me ...

  4. #4
    Account Upgraded | Title Enabled! evo1123 is offline
    MemberRank
    Oct 2007 Join Date
    C:\WindowsLocation
    1,197Posts

    Re: gameserver pvp, non-pvp, cs

    your mapserverinfo.dat should be like this

    Code:
    //========================================================================
    // MAPSERVER INFO
    // GAMERSERVER1        :    0
    // GAMESERVER2        :    1
    // GAMERSERVERCS    :    19
    //========================================================================
    
    //   ServerCode
    0
        0        0        1    Sevo.mu.com    55901
        1         0        1    sevo.mu.com    55903
        19        0        0    Sevo.mu.com    55919
    end
    
    
    //--------------------------------------
    //   ServerCode        Map    SrvCode
    //                dest.
    //--------------------------------------
    1
    
        0        0        30        19    //Lorren
        0        0        31        19    //DareDevil
        0        0        34        19    //CryWolf
        0        0        41        19    //Barraks
        0        0        42        19    //Refuge
        
        1        0        30        19    //Lorren
        1        0        31        19    //DareDevil
        1        0        34        19    //CryWolf
        1        0        41        19    //Barraks
        1        0        42        19    //Refuge
    
        19        1        30        -1    //Lorren
        19        1        31        -1    //DareDevil
        19        1        34        -1    //CryWolf
        19        1        41        -1    //Barraks
        19        1        42        -1    //Refuge
        
    end

  5. #5
    Valued Member deyuhost is offline
    MemberRank
    Jul 2010 Join Date
    www.DeYuHost.roLocation
    123Posts

    Re: gameserver pvp, non-pvp, cs

    Quote Originally Posted by evo1123 View Post
    your mapserverinfo.dat should be like this

    Code:
    //========================================================================
    // MAPSERVER INFO
    // GAMERSERVER1        :    0
    // GAMESERVER2        :    1
    // GAMERSERVERCS    :    19
    //========================================================================
    
    //   ServerCode
    0
        0        0        1    Sevo.mu.com    55901
        1         0        1    sevo.mu.com    55903
        19        0        0    Sevo.mu.com    55919
    end
    
    
    //--------------------------------------
    //   ServerCode        Map    SrvCode
    //                dest.
    //--------------------------------------
    1
    
        0        0        30        19    //Lorren
        0        0        31        19    //DareDevil
        0        0        34        19    //CryWolf
        0        0        41        19    //Barraks
        0        0        42        19    //Refuge
        
        1        0        30        19    //Lorren
        1        0        31        19    //DareDevil
        1        0        34        19    //CryWolf
        1        0        41        19    //Barraks
        1        0        42        19    //Refuge
    
        19        1        30        -1    //Lorren
        19        1        31        -1    //DareDevil
        19        1        34        -1    //CryWolf
        19        1        41        -1    //Barraks
        19        1        42        -1    //Refuge
        
    end
    dataserver error with this mapserverinfo :)

  6. #6
    Account Upgraded | Title Enabled! evo1123 is offline
    MemberRank
    Oct 2007 Join Date
    C:\WindowsLocation
    1,197Posts

    Re: gameserver pvp, non-pvp, cs

    post here your original mapserverinfo



Advertisement