Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Setting up a server based on VSRO server files

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 12, 2011
Messages
73
Reaction score
3
Re: [Guide] Setting up a server based on VSRO server files

i think it will be the last error for me , pressing start on launcher and after the login window come , sro_client crashing , photo :

Chern0byl - Setting up a server based on VSRO server files - RaGEZONE Forums
 

s2k

Newbie Spellweaver
Joined
Sep 12, 2011
Messages
29
Reaction score
17
Re: [Guide] Setting up a server based on VSRO server files

i think its not possible to run client on same machine as serverfiles. you have to make virtual system or other computer and connect from there.
 
Newbie Spellweaver
Joined
Sep 13, 2011
Messages
5
Reaction score
0
Re: [Guide] Setting up a server based on VSRO server files

Still i see no fix for that any where.i see that a lot get it but not as a spam but only 2-3 lines and than shard manager will start mine just spams it



Uploaded with

my server.cfg

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.1.67", 32001 
	LoginFailureTolerance		3				// ÃÖ´ë ·Î±×ÀÎ Æнº¿öµå ¿À·ù Çã¿ëÄ¡
	IBUVFailureTolerance		3				// ÃÖ´ë À̹ÌÁö ÀÎÁõ ¿À·ù Çã¿ëÄ¡
	LoginFailureBlockTimeMin	0				// ºí·° ½Ã°£(ºÐ) - ·Î±×ÀÎ Æнº¿öµå ¿À·ù 
	IBUVFailureBlockTimeMin		0				// ºí·° ½Ã°£(ºÐ) - À̹ÌÁö ÀÎÁõ ¿À·ù 
	AutomatedPunisher		"AutomatedPunisher"		// ºí·° ÁÖü À̸§ (±âÁ¸ ºí·°Àº gm ¸í)
	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 1
	Certification "192.168.1.67", 32000
	IBUVQueueReserveCount		20000	// IBUV¸¦ À§ÇØ ¹Ì¸® »ý¼ºÇØ ³õÀ» À̹ÌÁö °¹¼ö		
	IBUVQueuePrepareRatio		0.10	// ¾ÆÀ̵é ŸÀÓ¿¡ À̹ÌÁö »ý¼ºÇÒ ºñÀ²
	IBUVFailureIPTolerance		0	// ÇÑ IP´ç IBUV ½ÇÆи¦ Çã¿ëÇÒ ÃÖ´ë ¿À·ù Çã¿ëÄ¡, 0ÀÌ¸é ºí·° ¾ÈÇÏ°Ú´Ù´Â °ÅÁö.

	// Ãß°¡µÈ ³ÑÀÌ´Ù!!!!!
	//////////////////////////////////////////////////////////
	IBUVStringSize			5 	// ÇÑ±Û Ä³¸¯Åͼ »ç¿ë ½Ã 3, ¾ËÆĺª ij¸¯ÅÍ ¼Â¸¸ »ç¿ëÇÏ´Â °æ¿ì 6 À¸·Î ¼¼ÆÃÇÑ´Ù.
	IBUVCharacterSet		"ABCDEF1234567890"
	//////////////////////////////////////////////////////////
}

DownloadServer {
        Certification "192.168.1.67", 32000
}
FarmManager {
	Certification "192.168.1.67", 32000
}

AgentServer {
	Certification "192.168.1.67", 15882 //no global manager running lol
	//traffic_filter_activity "service_off"
	//MaxUser 5000
	//SockTCPCount 15000
	MaxConnectionsPerServer "5000"
	MaxConnectionsPer1_OServer "5000"
}

MachineManager {
	Certification "192.168.1.67", 32000
	CERTIFICATION_IP_BIND "192.168.1.67"
}

SR_GameServer {
	Certification "192.168.1.67", 32004
	SockTCPCount "5000"
	ExpRatio "35000"
	ExpRatioParty "35000" 
	DropItemRatio "5000"
	DropGoldAmountCoef "15000"
	HwanGainFactor 250
	ShowFormulaDetail 1
	
        //WINTER_EVENT_2009		EVENT_ON	// 2009³â °Ü¿ï À̺¥Æ®
	//EUBUSINESS_EVENT		EVENT_ON
        //GOLDEN_PIG_FEBRUARY_EVENT	EVENT_ON
	//THANKS_GIVING_EVENT		EVENT_ON
	//LIBERATION_EVENT		EVENT_ON
	LOCALE LOCALE_VIETNAM	// for Helper mark 
       
         //#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.1.67", 32004
	BILLING_SERVER_URL "http://192.168.1.67:8080/"
	CREST_FTP_URL "http://crest:crest@localhost/"
        ChristmasEvent2007 0
	//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
}
 
Last edited:
Newbie Spellweaver
Joined
Sep 12, 2011
Messages
73
Reaction score
3
Re: [Guide] Setting up a server based on VSRO server files

oh finally i found the solution , make ur operation type 17 to 22 it will work

now i have another problem when i try to login game it giving me dc or c9
 
Newbie Spellweaver
Joined
Aug 19, 2011
Messages
47
Reaction score
3
Re: [Guide] Setting up a server based on VSRO server files

Hey Guys ...

I have tried alot to make server from Check Stats to Open Stats ..

I think SMC Doesn't send the right packets for AgentServer ...

Here the proof :

That is The Root Server ...

Chern0byl - Setting up a server based on VSRO server files - RaGEZONE Forums


And that what happen to my client ... Always Check -.-

Chern0byl - Setting up a server based on VSRO server files - RaGEZONE Forums


I send Request with SMC to change to Operator Type ... but it say that it is successfull but when you close SMC and reOpen it ... it show you the Examine Type

What should i do ?? :mellow:

Also The SMC Say that ServerControl. cfg is old ... What is mean ?? :$:

add me on msn liorbiken@gmail.com
 
Newbie Spellweaver
Joined
Sep 24, 2009
Messages
7
Reaction score
0
Re: [Guide] Setting up a server based on VSRO server files

Hey i'm having a error after i started my Silkroad Client :/

Chern0byl - Setting up a server based on VSRO server files - RaGEZONE Forums


I've setted up everything right but still crashing :/
 
Joined
Jul 23, 2011
Messages
391
Reaction score
664
Re: [Guide] Setting up a server based on VSRO server files

Just discovered this.
Attack pets and Collect pets will unmount after spawn and give a DC.
SR_Gameserver shows this error:


Uploaded with

As i told in my guide, it will happen because of mob/npc objects overflow. You have to run 2 gameservers..
 
Newbie Spellweaver
Joined
Sep 14, 2004
Messages
47
Reaction score
5
Re: [Guide] Setting up a server based on VSRO server files

Why does g_pServerBodyOfMyself is Null error occur on shardmanager?

Can we alter the value to something other then null so the error dissapears?
 
Newbie Spellweaver
Joined
Sep 6, 2011
Messages
51
Reaction score
39
Re: [Guide] Setting up a server based on VSRO server files

Why does g_pServerBodyOfMyself is Null error occur on shardmanager?

Can we alter the value to something other then null so the error dissapears?
just ignore it
 
Junior Spellweaver
Joined
Sep 14, 2011
Messages
196
Reaction score
64
Re: [Guide] Setting up a server based on VSRO server files

As i told in my guide, it will happen because of mob/npc objects overflow. You have to run 2 gameservers..

Umm ... so how could i set the server from Check to Open ? :$:

omg ... how many times i have to ask it here ? :blink:
 
Newbie Spellweaver
Joined
Sep 14, 2004
Messages
47
Reaction score
5
Re: [Guide] Setting up a server based on VSRO server files

Umm ... so how could i set the server from Check to Open ? :$:

omg ... how many times i have to ask it here ? :blink:

go to _ShardService table in the account db and switch the ChardId from 99 to 64
 
Junior Spellweaver
Joined
Sep 12, 2011
Messages
135
Reaction score
15
Re: [Guide] Setting up a server based on VSRO server files

this is the correct code to create dbo._PrivilegedIP :
CREATE TABLE [dbo].[_PrivilegedIP](
[IP1] [tinyint] NOT NULL,
[IP2] [tinyint] NOT NULL,
[IP3] [tinyint] NOT NULL,
[IP4] [tinyint] NOT NULL,
[IP5] [tinyint] NOT NULL,
[IP6] [tinyint] NOT NULL,
[IP7] [tinyint] NOT NULL,
[IP8] [tinyint] NOT NULL
) ON [PRIMARY]
GO
 
Newbie Spellweaver
Joined
Sep 13, 2011
Messages
41
Reaction score
0
Re: [Guide] Setting up a server based on VSRO server files

as I can fix this?
 
Newbie Spellweaver
Joined
Jun 23, 2006
Messages
70
Reaction score
6
Re: [Guide] Setting up a server based on VSRO server files

Does anyone know if i MUST use IIS , or i could use XAMPP (With "ASP enabled" mod installed) with APACHE for example?Because i can't enable IIS on my computer.Im using XAMPP and i get "Billing server is dead error" Could this be the cause?
 
Junior Spellweaver
Joined
Sep 14, 2011
Messages
196
Reaction score
64
Re: [Guide] Setting up a server based on VSRO server files

go to _ShardService table in the account db and switch the ChardId from 99 to 64

Thanks ... now for the Next problem ...

how to fix C8 error ?
 
Junior Spellweaver
Joined
May 21, 2009
Messages
114
Reaction score
5
Re: [Guide] Setting up a server based on VSRO server files

Anyone know why everytime when I open SR_ShardManager after 5 seconds it close? I config ftp already etc.
 
Newbie Spellweaver
Joined
Jun 25, 2008
Messages
30
Reaction score
0
Re: [Guide] Setting up a server based on VSRO server files

Every database connection works good but if i'm try to open the SR_ShardManager show this error message.
Chern0byl - Setting up a server based on VSRO server files - RaGEZONE Forums


My server config is the following:
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 "91.147.229.54", 32001
    Certification "91.147.229.54", 32001
    
    LoginFailureTolerance        3                // ÃÖ´ë ·Î±×ÀÎ Æнº¿öµå ¿À·ù Çã¿ëÄ¡
    IBUVFailureTolerance        3                // ÃÖ´ë À̹ÌÁö ÀÎÁõ ¿À·ù Çã¿ëÄ¡
    LoginFailureBlockTimeMin    10                // ºí·° ½Ã°£(ºÐ) - ·Î±×ÀÎ Æнº¿öµå ¿À·ù 
    IBUVFailureBlockTimeMin        10                // ºí·° ½Ã°£(ºÐ) - À̹ÌÁö ÀÎÁõ ¿À·ù 
    AutomatedPunisher        "AutomatedPunisher"        // ºí·° ÁÖü À̸§ (±âÁ¸ ºí·°Àº gm ¸í)
    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 "91.147.229.54", 32000
    IBUVQueueReserveCount        20000    // IBUV¸¦ À§ÇØ ¹Ì¸® »ý¼ºÇØ ³õÀ» À̹ÌÁö °¹¼ö    
    IBUVQueuePrepareRatio        0.05    // ¾ÆÀ̵é ŸÀÓ¿¡ À̹ÌÁö »ý¼ºÇÒ ºñÀ²
    IBUVFailureIPTolerance        0    // ÇÑ IP´ç IBUV ½ÇÆи¦ Çã¿ëÇÒ ÃÖ´ë ¿À·ù Çã¿ëÄ¡, 0ÀÌ¸é ºí·° ¾ÈÇÏ°Ú´Ù´Â °ÅÁö.

    // Ãß°¡µÈ ³ÑÀÌ´Ù!!!!!
    //////////////////////////////////////////////////////////
    IBUVStringSize            6     // ÇÑ±Û Ä³¸¯Åͼ »ç¿ë ½Ã 3, ¾ËÆĺª ij¸¯ÅÍ ¼Â¸¸ »ç¿ëÇÏ´Â °æ¿ì 6 À¸·Î ¼¼ÆÃÇÑ´Ù.
    IBUVCharacterSet        "ABCDEFGHLMNQRTabdehimn2345678"
    //////////////////////////////////////////////////////////
}

DownloadServer {
        Certification "91.147.229.54", 32000
}
FarmManager {
    Certification "91.147.229.54", 32000
}

AgentServer {
    Certification "91.147.229.54", 32004
}

MachineManager {
    Certification "91.147.229.54", 32000
}

SR_GameServer {
    Certification "91.147.229.54", 32004

    ExpRatio             100
        ExpRatioParty        100
      
    DropItemRatio       0,1
        DropGoldAmountCoef   0,1    
        //WINTER_EVENT_2009        EVENT_ON    // 2009³â °Ü¿ï À̺¥Æ®
    //EUBUSINESS_EVENT        EVENT_ON
        //GOLDEN_PIG_FEBRUARY_EVENT    EVENT_ON
    //THANKS_GIVING_EVENT        EVENT_ON
    //LIBERATION_EVENT        EVENT_ON
    LOCALE LOCALE_VIETNAM    // for Helper mark 
       
         //#ifdef OPEN_MARKET_SYSTEM
        SET_FEE_RATE            "0,5,5,5"
        SELL_FEE_RATE           "0,10,10,10"
         //#endif OPEN_MARKET_SYSTEM
}

SR_ShardManager {
    Certification "91.147.229.54", 32004
    BILLING_SERVER_URL "http://91.147.229.54:8080/"
    CREST_FTP_URL "ftp://crest:1234@91.147.229.54/"
        ExtraExpRatio        0.1
        ChristmasEvent2007 0
    //SERVER_EVENT_SYSTEM             ON
       LOCALE LOCALE_VIETNAM
       FlagEvent             0
       FlagEvent                        1
       HourForMeterRateLevelFirst    22
       HourForMeterRateLevelSecond    23

    BattleArenaRandom 1
    BattleArenaParty 1
    BattleArenaGuild 1
    BattleArenaJob 1
    ArenaMatchOccupy 1
    ArenaMatchFlag 1
    ArenaMatchPoint 1
} [code] [/spoiler]
 
Status
Not open for further replies.
Back
Top