Register for your free account! | Forgot your password?

You last visited: Today at 15:24

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

Advertisement



ECSRO Rate Fix

Discussion on ECSRO Rate Fix within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2011
Posts: 78
Received Thanks: 22
ECSRO Rate Fix

...
Maho09 is offline  
Old 06/11/2014, 17:30   #2
 
elite*gold: 0
Join Date: Mar 2009
Posts: 537
Received Thanks: 156
no
alexhun is offline  
Thanks
5 Users
Old 06/11/2014, 17:37   #3
 
elite*gold: 0
Join Date: Nov 2011
Posts: 78
Received Thanks: 22
WHY?
Maho09 is offline  
Old 06/11/2014, 17:41   #4
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,428
Received Thanks: 1,016
badass conversation xDD
Violett is offline  
Thanks
1 User
Old 06/11/2014, 19:05   #5
 
elite*gold: 0
Join Date: Feb 2008
Posts: 339
Received Thanks: 72
Quote:
Originally Posted by Maho09 View Post
**** YOU
Da man!
pushipu is offline  
Old 06/11/2014, 19:07   #6

 
sarkoplata's Avatar
 
elite*gold: 166
Join Date: Apr 2009
Posts: 2,339
Received Thanks: 2,654
Yes
sarkoplata is offline  
Old 06/11/2014, 20:12   #7
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,428
Received Thanks: 1,016
Obvious Internet troll is obvious
Violett is offline  
Old 06/11/2014, 20:27   #8
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 797
Thank me for no reason at all
Judgelemental is offline  
Thanks
2 Users
Old 06/11/2014, 20:58   #9
 
dubzy's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 371
Received Thanks: 127
Quote:
Originally Posted by Maho09 View Post
Hello epvp.How to ecsro files game server rate fix?
If I knew I'd help you out unlike some of the people here lol
dubzy is offline  
Old 06/11/2014, 21:17   #10
 
Syloxx's Avatar
 
elite*gold: 56
Join Date: Oct 2013
Posts: 1,165
Received Thanks: 762
You have to patch SR_GameServer.exe and SR_ShardManager.exe with OllyDBG.

I recommend u not to open a Silkroad privat server. Your knowledge isnt enough to handle it try to save your real life and try it again in 10 years
Syloxx is offline  
Thanks
1 User
Old 06/11/2014, 22:09   #11
 
elite*gold: 0
Join Date: Nov 2011
Posts: 78
Received Thanks: 22
How?
Maho09 is offline  
Old 06/11/2014, 23:02   #12
 
fedeahuba's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 565
Received Thanks: 170
Only *** knows how
fedeahuba is offline  
Old 06/12/2014, 12:47   #13
 
theross's Avatar
 
elite*gold: 0
Join Date: Mar 2007
Posts: 364
Received Thanks: 592
Quote:
Originally Posted by Syloxx View Post
You have to patch SR_GameServer.exe and SR_ShardManager.exe with OllyDBG.

I recommend u not to open a Silkroad privat server. Your knowledge isnt enough to handle it try to save your real life and try it again in 10 years
Maybe he's just doing it for himself


Take this exe:

This contains:
lv 90 cap, 1b gold transfer when exchanging, stalls disabled, exp to 9999 (or more, don't remember)


To edit the level and mastery cap
In Olly:
load the exe into olly,
go to the following offsets, edit them and save them.
Levelcap:
004ABCB9 807E 58 50 CMP BYTE PTR DS:[ESI+58],50
(50 hex = 80 dec)

Mastery:
00515963 3D 4A010000 CMP EAX,14A
(14Ahex=330Dec)


load the exe into olly (olly 1.10)
right-click somewhere in the memory viewer, and select view module ->Sr_GameS
right-click in the memory viewer again, and select go to> expression
type the offsets as I mentioned in the olly method (004ABCB9 for levelcap,00515963 for mastery)
double-click the offset, and change the last value behind the , as desired (last number in hexadecimal).
Example in this exe:
for level cap: CMP BYTE PTR DS:[ESI+58],50
50HEX = 80DEC (DEC = decimal, this means cap of 80 for example)
open your windows calculator, set it to programmer, type in the level cap you wish, and then select the radio-button HEX at the left side of the calculator. You will have the result in HEX. use that one then.
same goes for the mastery. The last value after the , .
confirm the change by pressing "assemble".
do this on both offsets if you want to change them both.
right-click on the memory viewer again, and select COPY TO EXECUTABLE-> ALL MODIFICATIONS. (then COPY ALL)
then, on the new window which opens, right-click again, and select SAVE FILE.
Voilá


Remember: If the xp is too damn high, you may not gain any xp at all
theross is offline  
Thanks
1 User
Old 06/12/2014, 23:46   #14
 
slyymaster's Avatar
 
elite*gold: 2
Join Date: Jul 2008
Posts: 1,451
Received Thanks: 515
Quote:
Originally Posted by theross View Post
Maybe he's just doing it for himself


Take this exe:

This contains:
lv 90 cap, 1b gold transfer when exchanging, stalls disabled, exp to 9999 (or more, don't remember)


To edit the level and mastery cap
In Olly:
load the exe into olly,
go to the following offsets, edit them and save them.
Levelcap:
004ABCB9 807E 58 50 CMP BYTE PTR DS:[ESI+58],50
(50 hex = 80 dec)

Mastery:
00515963 3D 4A010000 CMP EAX,14A
(14Ahex=330Dec)


load the exe into olly (olly 1.10)
right-click somewhere in the memory viewer, and select view module ->Sr_GameS
right-click in the memory viewer again, and select go to> expression
type the offsets as I mentioned in the olly method (004ABCB9 for levelcap,00515963 for mastery)
double-click the offset, and change the last value behind the , as desired (last number in hexadecimal).
Example in this exe:
for level cap: CMP BYTE PTR DS:[ESI+58],50
50HEX = 80DEC (DEC = decimal, this means cap of 80 for example)
open your windows calculator, set it to programmer, type in the level cap you wish, and then select the radio-button HEX at the left side of the calculator. You will have the result in HEX. use that one then.
same goes for the mastery. The last value after the , .
confirm the change by pressing "assemble".
do this on both offsets if you want to change them both.
right-click on the memory viewer again, and select COPY TO EXECUTABLE-> ALL MODIFICATIONS. (then COPY ALL)
then, on the new window which opens, right-click again, and select SAVE FILE.
Voilá


Remember: If the xp is too damn high, you may not gain any xp at all
heres the boss!
slyymaster is offline  
Old 06/13/2014, 17:28   #15
 
gigola123's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 718
Received Thanks: 378
Hey community, before troll this guy, can you do it ?

Before troll a person, think if you can do it.
gigola123 is offline  
Reply


Similar Threads Similar Threads
Desire Online / 60 Cap / medium rate / Oldschool / ECSRO
08/20/2013 - SRO PServer Advertising - 258 Replies
Hello everybody. You must have heard about PandoraSRO the 60 cap oldscool server. It went down becuase the server provider suddenly shutted down the servers and there website doesnt exist either anymore. However i managed to find a new one and setted up the server again. Also this server is 60 cap ecsro based. Our plan is to upgrade it from time to time just like isro did. I hope to see you soon. You get 1000 silk ONLY the First week so be quick The backlink is all the way down on the...
PandoraSRO / 60 Cap / low rate / Oldschool / ECSRO!!
08/07/2013 - SRO PServer Advertising - 210 Replies
http://i.epvpimg.com/wp0ib.png Hello everyone today i will introduce my oldschool server. Based on ECSRO files. Allot of stuff that is in Vsro is not here such as CTF, Battle Arena, etc. Allthough there are things you might liked from the old days such as. All jobs in one Pvp Capes and allot more. Now i will post some server information/links NOTE: BACKLINK IS ON THE BOTTOM OF THE SITE Server Info: Level Cap: 60 Skill Cap: 60 Race: Chinese Mastery Limit: Chinese - 300
Searching For SR_GameServer (Rate Fixed) For ECSRO File
08/02/2013 - SRO Private Server - 2 Replies
hello guys ! i have to tried more than 5 time to debug it and all my attempts are failed :rtfm: any one have it please upload it .
Zephyros Online 105 Cap 95x ecSro Files High Rate
02/12/2013 - SRO PServer Advertising - 43 Replies
Welcome to Zephyros Online New Project Web Page : Click Here Download Page : Click Here Register : Click Here Server Info Level Cap: 105 Skill Cap: 105
VIP[ECSRO Files]80 Cap & Low Rate & Old Job system-Enjoy GamePlay[Vote]
08/18/2012 - SRO PServer Advertising - 35 Replies
hello guys today i tested ecsro files its work fine i fix some bugs... we will take vote about that if players like i ill order dedicated server and share.. some features going 2 add stall for 10b exchange 1b auto select elixirs max stack 50 pots max stack 1000 arrow & bolt 1000



All times are GMT +2. The time now is 15:24.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.