Register for your free account! | Forgot your password?

You last visited: Today at 01:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



VSRO Server files dev thread

Discussion on VSRO Server files dev thread within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
elite*gold: 62
Join Date: Mar 2011
Posts: 602
Received Thanks: 2,955
VSRO Server files dev thread

Well, i think, this should be public. I would like everyone who got them a part in this stuff.

First thing i post here is the way how to fix rates "250" limit.

Code:
SR_GameServer.exe
Individual experience rate
Code:
0042714C   F6C4 50          TEST AH,42
Party experience rate
Code:
004271F5   F6C4 42          TEST AH,42
Item drop rate
Code:
004272A0   F6C4 42          TEST AH,42
Gold amount drop coefficent
Code:
00427349   F6C4 42          TEST AH,42


Here is some settings strings (just refferenced strings which looks like a settings strings). Some of them might be related to database.


Code:
SR_GameServer cfg stuff 
{
certification (str),port								-> certification ip and port ex: "127.0.0.1", 32000
certification_ip_bind (str?)								-> certification ip "127.0.0.1"
ReportConnectionLog									-> unknown
MaxSendQueDepth (int)									-> unknown
PromptAtClose										-> is user dummy who could close gs accidently ? :D
WritePerLogToText									-> write log ? unknown


CONTROL_NOTIFY_SPAWN_UNIQUE_MONSTER_MSG (enabled by default, ON)			-> prints notice in gs window if unique appears
DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL (enabled by default, ON)			-> Probably wont spawn monsters that are above level cap that is set.
ENTERWORLD_LIMIT_CONDITION_FLEAMARKET (enabled by default)				-> unknown
ENTERWORLD_LIMIT_CONDITION_TRADE (ENABLED BY DEFAULT)					-> unknown
CAN_WEARING_CONDITION_TRIJOB_EQUIP (ENABLED BY DEFAULT)					-> unknown
CAN_WEARING_CONDITION_FREEBATTLE_EQUIP (ENABLED BY DEFAULT)				-> unknown
MONSTER_AGGRO_LINK_DECREASE_RATIO (unknown, should be int)				-> decrease aggro ammount ? O_o unknown, not tested
ExpRatio										-> Experience ratio (individual)
ExpRatioParty										-> Experience ratio (in party)
DropItemRatio										-> Item drop ratio (overall)
DropGoldAmountCoef									-> Gold drop amount multiplyer
HwanGainFactor (berserker gaining speed)						-> Berzerker gain speed ? not tested
ShowFormulaDetail									-> unknown
ShowGameServerDisplay									-> allow showing details in gamesrv window
PCSpeedRatio										-> unknown
GiantMonster_SpawnRatio									-> ratio for spawning giant monsters
WINTER_EVENT_2009 (EVENT_ON)								-> winter event enabled ?
EnableScheduleJobLogFatal								-> unknown
SET_FEE_RATE										-> probably, fortress fee rate [buy]
SELL_FEE_RATE										-> probably, fortress fee rate [sell]
PARTYMONSTER_SPAWN (ON/OFF) ????							-> should we spawn party monsters ?
GAMEWORLD_ENTRY_UNTOUCHABLE_TIME (ON/OFF) ????						-> probably, 5 seconds before exiting game and such shit timer
MAX_SQUAD_MEMBER_COUNT (int?) 								-> probably, party max members

		<! UNKNOWN SETTINGS CONTEXT !>
		<! i think, that's the max level limit for party matching restriction, or something like that ^_^ !>
ENTER_LIMIT_CONDITION_ENTRY (int) 					-> unknown
ENTER_LIMIT_CONDITION_PARTY (int)					-> unknown
ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED (on/off)	-> unknown
ENTER_LIMIT_CONDITION_JOB_CLOTHES_PUT_ON(on/off) 	-> unknown
ENTER_LIMIT_CONDITION_JOB_CLOTHES_TAKE_OFF (ON/OFF) -> unknown
ENTER_LIMIT_CONDITION_LEVEL_MINIMUM_NUM (INT) 		-> unknown
ENTER_LIMIT_CONDITION_LEVEL_MAXIMUM_NUM (INT)		-> unknown
ENTER_LIMIT_CONDITION_MAX_LEVEL_MINIMUM_NUM (INT)	-> unknown
ENTER_LIMIT_CONDITION_MAX_LEVEL_MAXIMUM_NUM (INT)	-> unknown
ENTER_LIMIT_CONDITION_ENTRY_MAXIMUM_NUM (INT)		-> unknown

		<! UNKNOWN SETTINGS CONTEXT !>
		<! entering some world restrictions ? O_o !>
ENTER_LIMIT_CONDITION_RIDE_COS_RIDING (ON/OFF)		-> has to ride cos ?
ENTER_LIMIT_CONDITION_RIDE_COS_NOT_RIDING (ON/OFF)	-> has to be not riding cos ?
ENTER_LIMIT_CONDITION_TRADE_COS_RIDING(ON/OFF)		-> has to ride trade pet ?
ENTER_LIMIT_CONDITION_TRADE_COS_NOT_RIDING(ON/OFF)	-> has to be not riding trade pet ?
ENTER_LIMIT_CONDITION_FRPVP_VOUCHER_PUT_ON(ON/OFF)	-> has to wear pvp voucher ?
ENTER_LIMIT_CONDITION_FRPVP_VOUCHER_TAKE_OFF(ON/OFF)-> has to be not wearing pvp voucher ?
ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION (ON/OFF)	-> unknown, maybe, cant be in temple association ?

		<! UNKNOWN SETTINGS CONTEXT !>
		<! entering some world restrictions ? O_o !>
		
ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION_MINIMUM_NUM (INT)			-> unknown, mby job lvl ? (1-5)
ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION_RATE_MERCHANT_HUNTER (INT) -> unknown, mby job lvl ? (1-5)
ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION_RATE_THIEF (INT)			-> unknown, mby job lvl ? (1-5)

		
USER_COUNTING_ON_TEMPLE_ASSOCIATION (ON/OFF)						-> unknown, but means if user is at temple association, but WHAT ?!
FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_SWITCH(ON/OFF)					-> unknown


NOTEXIST_PARTY_RESTRICTION_ATTACK (ON)								-> unknown
NOTEXIST_PARTY_RESTRICTION_ITEM (ON/OFF)							-> unknown
NOTEXIST_PARTY_RESTRICTION_EXP (ON/OFF)								-> unknown

}
Would be glad if someone shares their throughts about what does uknown settings mean.
Chernobyl* is offline  
Thanks
50 Users
Old 09/10/2011, 23:47   #2
 
InvincibleNoOB's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 4,277
Received Thanks: 2,990
#Cleaned.
InvincibleNoOB is offline  
Thanks
29 Users
Old 09/10/2011, 23:54   #3
 
Eckoro's Avatar
 
elite*gold: 20
Join Date: Apr 2008
Posts: 2,643
Received Thanks: 2,326
This thread is pretty pointless, in the sense that most people have the files are interconnected anyway from what I have seen and probably have contact with each other. Best to just share information like that, instead of just taunting it in front of the community like this giving them no real reference to it.
Eckoro is offline  
Thanks
5 Users
Old 09/11/2011, 00:31   #4
 
elite*gold: 0
Join Date: Feb 2008
Posts: 573
Received Thanks: 279
reported all spams.

@InvincibleNoOB
what about warn or ban this ppl?

Leave this thread CLEAN.
moldi is offline  
Thanks
2 Users
Old 09/11/2011, 07:11   #5
 
ensar00's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 269
Received Thanks: 218
Just cleaned thread but need to clean some ppl..
ensar00 is offline  
Thanks
1 User
Old 09/11/2011, 09:28   #6
 
elite*gold: 0
Join Date: Jan 2010
Posts: 459
Received Thanks: 115
Chernobyl, your thread is nonsense. There are ~5 people who got original vSRO test server files and you are putting a stupid rate fix limit removal? Instead of putting nonsense **** in your trash threads, better give us server files so somebody can make a decent private server.
SmaliZius is offline  
Old 09/11/2011, 09:29   #7
 
elite*gold: 179
Join Date: Dec 2010
Posts: 931
Received Thanks: 311
loser chernoobly
ermvrs is offline  
Thanks
1 User
Old 09/11/2011, 09:33   #8
 
elite*gold: 0
Join Date: May 2009
Posts: 664
Received Thanks: 224
those settings cant help us.. we dont have all files, you dumb-***!
biro0o0 is offline  
Old 09/11/2011, 09:38   #9
 
alvin99's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 1,380
Received Thanks: 897
chernoobly just want to show off, he knows we cant do anything w/o working server files ^^

-1
alvin99 is offline  
Old 09/11/2011, 09:42   #10
 
lesderid's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 2,400
Received Thanks: 1,517
Quote:
Originally Posted by SmaliZius View Post
Chernobyl, your thread is nonsense. There are ~5 people who got original vSRO test server files and you are putting a stupid rate fix limit removal? Instead of putting nonsense **** in your trash threads, better give us server files so somebody can make a decent private server.
lol, there are like 20+ people who have the files now.
lesderid is offline  
Thanks
2 Users
Old 09/11/2011, 09:44   #11
 
elite*gold: 0
Join Date: Jan 2010
Posts: 459
Received Thanks: 115
Chernobyl, sir, you're a fuckface tard turk.
SmaliZius is offline  
Old 09/11/2011, 09:44   #12
 
lesderid's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 2,400
Received Thanks: 1,517
Quote:
Originally Posted by SmaliZius View Post
Chernobyl, sir, you're a fuckface tard turk.
And yet, he has the files.
lesderid is offline  
Thanks
1 User
Old 09/11/2011, 10:01   #13
 
buldozera's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 677
Received Thanks: 256
Quote:
Originally Posted by SmaliZius View Post
Chernobyl, sir, you're a fuckface tard turk.
buldozera is offline  
Thanks
2 Users
Old 09/11/2011, 10:01   #14
 
octage's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 241
Received Thanks: 41
Quote:
Originally Posted by lesderid View Post
lol, there are like 20+ people who have the files now.
can any one of that 20+ players share that files?
octage is offline  
Old 09/11/2011, 10:09   #15
 
Eckoro's Avatar
 
elite*gold: 20
Join Date: Apr 2008
Posts: 2,643
Received Thanks: 2,326
Quote:
Originally Posted by octage View Post
can any one of that 20+ players share that files?
I think if these forums and others in silkroad community learned to appreciate things more, they would of.
Eckoro is offline  
Thanks
6 Users
Reply




All times are GMT +1. The time now is 01:03.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.