Setting up a server based on VSRO server files

Page 41 of 47 FirstFirst ... 31333435363738394041424344454647 LastLast
Results 601 to 615 of 691
  1. #601
    Proficient Member dono is offline
    MemberRank
    Apr 2006 Join Date
    YK-IDLocation
    158Posts

    Re: [Guide] Setting up a server based on VSRO server files

    Is it possible to change rate xp without restart gs?

  2. #602
    Apprentice Destruction1 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    10Posts

    Re: [Guide] Setting up a server based on VSRO server files

    Is there files such as


    srglobaloperation.ini
    srglobalservice.ini
    srnodedata.ini
    srnodelink.ini
    srnodetype.ini
    sroperationtype.ini
    srservicetype.ini
    srshard.ini
    srunknown.ini


    For 64bit? I am trying to get a sro server running on windows server 2008 r2 enterprise 64bit edition however constantly when i try to start up customcertificationserver.bat i get this :

    C:\sro_server>CustomCertificationServer.exe packt.dat
    Unhandled Exeption: System.net.sockets.socketexeption: the requested adress is not valid in its context
    at system.net.sockets.socket.dobind<endpoint endpointsnapshot, socketadress socketadress>
    at system.net.sockets.socket.bind<endpoint localEP>
    at asyncNetwork.async.asyncnetwork.accept<string host, int32 port, int32 outs at Program.main<string[] args>

    PS: it says 'program has stopped working' as soon this error shows up as well...


    It worked on a 32 bit LAPTOP, however on my 64bit dedicated server it seems to be not working?
    Last edited by Destruction1; 06-01-12 at 02:39 PM.

  3. #603
    Valued Member OnlyRipper is offline
    MemberRank
    Aug 2008 Join Date
    104Posts

    Re: [Guide] Setting up a server based on VSRO server files









    Code:
    Common {
    	debug_option_debugger_present{
    			DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
    			DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
    			DEBUG_OPTION_ASSERT_CANCEL_EXIT
    	}
    	debug_option_stand_alone{			
    			DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
    			DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
    	}
    	netengine_debug_option_debugger_present{
    			DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
    			DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
    	}
    	netengine_debug_option_stand_alone{
    			DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
    			DEBUG_OPTION_ASSERT_WRITE_MINIDUMP 
    	}
    
    }
    
    ////////////////////////////////////////////////////////////////////////////////////////////
    GlobalManager {
    		Certification "192.168.0.2", 32000 
    		LoginFailureTolerance		3
    		IBUVFailureTolerance		3
    		LoginFailureBlockTimeMin	0
    		IBUVFailureBlockTimeMin		0
    		AutomatedPunisher			"AutomatedPunisher"
    		LoginPunishmentGuide		"Blocked for 10 minutes due to incorrect password entered 3 times"
    		LoginPunishmentDescription	"Blocked for 10 minutes due to incorrect password entered 3 times"
    		IBUVPunishmentGuide			"Blocked for 10 minutes due to incorrect code entered 3 times"
    		IBUVPunishmentDescription	"Blocked for 10 minutes due to incorrect code entered 3 times"
    }
    
    GatewayServer {
    		LastFullVersion_SR_Client 	130
    		Certification "192.168.0.2", 15880
    		IBUVQueueReserveCount		20000
    		IBUVQueuePrepareRatio		0.10
    		IBUVFailureIPTolerance		0
    		IBUVStringSize				1
    		IBUVCharacterSet			"ABCDEF1234567890"
    }
    
    DownloadServer {
            Certification "192.168.0.2", 15880
    }
    FarmManager {
    		Certification "192.168.0.2", 15880
    }
    
    AgentServer {
    		Certification "192.168.0.2", 15882 //no global manager running lol
    			//traffic_filter_activity 	"service_off"
    			//MaxUser 5000
    			//SockTCPCount 15000
    		MaxConnectionsPerServer 		"5000"
    		MaxConnectionsPer1_OServer 		"5000"
    }
    
    MachineManager {
    		Certification "192.168.0.2", 15880
    		CERTIFICATION_IP_BIND "192.168.0.2"
    }
    
    SR_GameServer {
    		Certification "192.168.0.2", 15882
    		SockTCPCount 									"5000"
    		ExpRatio 										"35000"
    		ExpRatioParty 									"35000" 
    		DropItemRatio 									"5000"
    		DropGoldAmountCoef 								"15000"
    		HwanGainFactor 									"250"
    		ShowFormulaDetail 								"1"
    	
    			//WINTER_EVENT_2009							EVENT_ON
    			//EUBUSINESS_EVENT							EVENT_ON
    			//GOLDEN_PIG_FEBRUARY_EVENT					EVENT_ON
    			//THANKS_GIVING_EVENT						EVENT_ON
    			//LIBERATION_EVENT							EVENT_ON
    		LOCALE 											LOCALE_VIETNAM
           
    			//#ifdef OPEN_MARKET_SYSTEM
    				SET_FEE_RATE            				"0,5,5,5"
    				SELL_FEE_RATE           				"0,10,10,10"
    			//#endif OPEN_MARKET_SYSTEM
    			//RE FTW
    
    		DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL 	"OFF"
    		ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED 		"OFF"
    
    
    }
    
    SR_ShardManager {
    		Certification "192.168.0.2", 15882
    		BILLING_SERVER_URL 				"http://192.168.0.2:80/"
    		CREST_FTP_URL 					"ftp://myftpADD:myftppw@192.168.0.2:1148/"
    		ChristmasEvent2007 				1
    		SERVER_EVENT_SYSTEM             ON
    		LOCALE 							LOCALE_VIETNAM
    		FlagEvent 						1
    			//HourForMeterRateLevelFirst	24
    			//HourForMeterRateLevelSecond	0
    
    		BattleArenaRandom 				1
    		BattleArenaParty 				1
    		BattleArenaGuild 				1
    		BattleArenaJob 					1
    		ArenaMatchOccupy 				1
    		ArenaMatchFlag 					1
    		ArenaMatchPoint 				1
    }

    and my Shard* starts....after 20sec. O.o dissapear

  4. #604
    Apprentice Destruction1 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    10Posts

    Re: [Guide] Setting up a server based on VSRO server files

    I managed to reduce the error shown whenever i open the customscertification.bat

    However it sitll shows htese 2 things




    Post number 602 had more errors, though i managed to get rid of some, by deleting the old packt.dat and renaming the new_packt.dat to packt.dat

    Requesting assistance pleasE D:

  5. #605
    Valued Member OnlyRipper is offline
    MemberRank
    Aug 2008 Join Date
    104Posts

    Re: [Guide] Setting up a server based on VSRO server files

    Quote Originally Posted by Destruction1 View Post
    I managed to reduce the error shown whenever i open the customscertification.bat

    However it sitll shows htese 2 things




    Post number 602 had more errors, though i managed to get rid of some, by deleting the old packt.dat and renaming the new_packt.dat to packt.dat

    Requesting assistance pleasE D:

    delete your *ini folder.
    then run decompile*
    then change in the new *ini folder all is need to be changed
    thne run compile
    then run c.cert.

  6. #606
    Apprentice Destruction1 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    10Posts

    Re: [Guide] Setting up a server based on VSRO server files

    then change in the new *ini folder all is need to be changed

    Could you explain this a slight bit more perhaps?

    As simply changing the ips at

    srNodeType.ini and then starting up the same thing gives me the entire same error

    sjernobyl are you even still helping people? I requested help 3 times already but i get no reply whatshowever.. I would like to get some help so i can continue testing so, you mind ? trying to edit configs all day long already but that error

    Might sound pushy but i would like to set the server up sometime within these days :p
    'program has stopped working' just WONT go away ...

  7. #607
    Novice noxadvent is offline
    MemberRank
    Jan 2012 Join Date
    1Posts

    Re: [Guide] Setting up a server based on VSRO server files

    when i try running the custom cert bat, i get the error "Unhandled Exception: System.Net.Socket.SocketException: The requested address is not valid in its context" any idea what causes this?

  8. #608
    Apprentice Destruction1 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    10Posts

    Re: [Guide] Setting up a server based on VSRO server files

    bump? same error 2/3days i want t oget rid of the dam thing.. come on somebody

  9. #609
    Apprentice Destruction1 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    10Posts

    Re: [Guide] Setting up a server based on VSRO server files

    ImageShack® - Online Photo and Video Hosting


    anyone knows how to fix that?

  10. #610
    Member collerok is offline
    MemberRank
    Jun 2011 Join Date
    76Posts

    Re: [Guide] Setting up a server based on VSRO server files

    Destruction1, you have wrong default language for databases, should be english.

  11. #611
    Member I_Satelite_I is offline
    MemberRank
    Aug 2009 Join Date
    76Posts

    Re: [Guide] Setting up a server based on VSRO server files

    anyone can create server with that tuto

  12. #612
    Extacy plýs !!! Eroticus is offline
    MemberRank
    Nov 2007 Join Date
    Israel <3Location
    500Posts

    Re: [Guide] Setting up a server based on VSRO server files



    Strange error when i trying lunch client

    Help me !!! Thanks
    Attached Thumbnails Attached Thumbnails untitled.jpg  
    Last edited by Eroticus; 21-01-12 at 07:24 AM.

  13. #613
    Apprentice Chibishu is offline
    MemberRank
    Jan 2012 Join Date
    13Posts

    Re: [Guide] Setting up a server based on VSRO server files

    Hello !

    I'm getting an error at the client opening. When I uses the computer on which the gameserver runs and I open the client (pk2 patched for my ip) I get this : http://img18.imageshack.us/img18/8373/sanstitrevnp.png

    When i load the game the edx with the ip redirected to 127.0.0.1 the game opens but it stucks on "requesting user confirmation"

    On my laptop, it says the server is offline

    Could anyone help me, please? Thank a lot

  14. #614
    Novice orangex23 is offline
    MemberRank
    Jan 2012 Join Date
    4Posts

    config Re: [Guide] Setting up a server based on VSRO server files

    I have one problem, when i'm connected on the game after 5 sec i got disconnect, what problem can it be ? And neither my friends can't stay for long time in the game, just beacuse the same problem





    System:

    Windows 7 Ultimate(64-bit)
    Processor: AMD AthlonII X4 645 (4CPU)(3.1GHZ)
    Memory:8192-MB RAM
    Video: ATI Radeon HD5450(1GB)

  15. #615
    Member asd234 is offline
    MemberRank
    Jan 2012 Join Date
    55Posts

    Re: [Guide] Setting up a server based on VSRO server files

    Quote Originally Posted by Destruction1 View Post
    I managed to reduce the error shown whenever i open the customscertification.bat

    However it sitll shows htese 2 things




    Post number 602 had more errors, though i managed to get rid of some, by deleting the old packt.dat and renaming the new_packt.dat to packt.dat

    Requesting assistance pleasE D:
    send me ur team view.. il fix it when i be back



Advertisement