GJSetCharacterInfo() - Inventory Already Saved (GS_CS Problem)

Results 1 to 3 of 3
  1. #1
    Valued Member YoungDre is offline
    MemberRank
    Dec 2008 Join Date
    131Posts

    GJSetCharacterInfo() - Inventory Already Saved (GS_CS Problem)

    Hi guys, I have a big problem before star my new server. I can't warp in Crywolf map, screen remain on map (for example lorencia) without char and in gs log I have this one:

    [MapServerMng] GJSetCharacterInfo() - Inventory Already Saved [fabrizio96][Neus] (6400)
    19:37:13 (6400)(fabrizio96)(Neus) Character closed
    19:37:13 [MapServerMng] User Quit without JoinServer logout-send [fabrizio96][]
    19:37:13 (6400)logout : [151.27.54.183]

    I Use cfz season 1 files repacked.

    Anyone can help me please?
    Last edited by YoungDre; 12-08-14 at 07:43 PM.


  2. #2

    Re: GJSetCharacterInfo() - Inventory Already Saved (GS_CS Problem)

    Put this in your mapserverinfo.dat at Data

    Code:
    //==================================================================================================================
    //Project: MMTeam - Season II English
    //Version: GameServer 1.00.18 & 1.00.19
    //Information: Map Server Info
    //==================================================================================================================	
    
    // IP and pot information of server (only official recognition IP and port number use possibility)
    //
    //	P.S.> InitSetting (initial Maeb mobile information setting price) meaning of price 
    //	-1 	: Connection being not right - connection with the initial server which is possible connection
    //	0	: Connection being not right - connection random in the server which is possible it does, connection 
    //	1	: Connection possibility 
    
    //==================================================================================================================	
    //	ServerCode	MapServerGroup	InitSetting	IpAddress		PortNum
    //==================================================================================================================	
    0
    	0		0		1		SYOUR IP		55901
    	19		0		0		SYOUR IP		55919
    end
    
    //==================================================================================================================
    //      ServerCode  MoveAbleOption	Map		DestServerCode
    //==================================================================================================================
    1
    
    	0 		0 		30 		19
    	0 		0 		31 		19
    	0 		0 		34 		19
    
            19		1		30		-1
    	19		1		31		-1
    	19	        1	        34	        -1
    end
    and be 100% sure that your ports are opened 55919 <--

  3. #3
    Valued Member YoungDre is offline
    MemberRank
    Dec 2008 Join Date
    131Posts

    Re: GJSetCharacterInfo() - Inventory Already Saved (GS_CS Problem)

    Ok I will try, thanks :)



Advertisement