Register for your free account! | Forgot your password?

You last visited: Today at 05:57

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

Advertisement



Party matching Lvl

Discussion on Party matching Lvl within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
TheRealHero's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 387
Received Thanks: 226
Party matching Lvl

Been trying to edit this, but without success. I always end up getting Crash in game. (atm it's Min lv 1 - (Max lv -126))


0073FACC 6A 6E PUSH -7E
0073FAAF 6A 6E PUSH -7E
0073B030 6A 6E PUSH -7E
0073B013 6A 6E PUSH -7E

and I change -7E to 78 (lv 120) but i end up getting some weird results...

Before:


After:



been editing gameserver successfully, and also max cap CHN.

what am i doing wrong?

--

I dont want any ****** sro_client with rammit virus in it / trojan :P
TheRealHero is offline  
Old 10/23/2016, 11:58   #2
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,444
Received Thanks: 1,371
SRO_CLIENT

0073940E = (HEX)Level
00739453 = (HEX)Level
0073AFAE = (HEX)Level
0073B013 = (HEX)Level
0073B030 = (HEX)Level
0073FA4C = (HEX)Level
0073FAAF = (HEX)Level
0073FACC = (HEX)Level
008A99A2 = CMP BL,(HEX)Level
006A51BC = MOV EDI,(HEX)Level
006AA4C3 = MOV ESI,(HEX)Level

This is all you need to change in order for sro_client to get another skill-cap etc

50 = 80
5A = 90
64 = 100
6E = 110
78 = 120

You shouldn't use "-7E", also do not PUSH the new value, just double click the other value and change it, some times you must use CMP BL, HEX, and MOV EDI, HEX, MOV ESI, HEX


Calculator => Programmer => Click DEC => Enter the level you want => Get the HEX => Edit SRO_CLIENT with ollydbg => Use what I sent above => Win-win

If you still do not understand skype: missing.input, if I blocked you already to shaggy 5 u.
​Goofie​ is offline  
Old 10/23/2016, 19:06   #3
 
TheRealHero's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 387
Received Thanks: 226
Quote:
Originally Posted by ​Goofie​ View Post
SRO_CLIENT

0073940E = (HEX)Level
00739453 = (HEX)Level
0073AFAE = (HEX)Level
0073B013 = (HEX)Level
0073B030 = (HEX)Level
0073FA4C = (HEX)Level
0073FAAF = (HEX)Level
0073FACC = (HEX)Level
008A99A2 = CMP BL,(HEX)Level
006A51BC = MOV EDI,(HEX)Level
006AA4C3 = MOV ESI,(HEX)Level

This is all you need to change in order for sro_client to get another skill-cap etc

50 = 80
5A = 90
64 = 100
6E = 110
78 = 120

You shouldn't use "-7E", also do not PUSH the new value, just double click the other value and change it, some times you must use CMP BL, HEX, and MOV EDI, HEX, MOV ESI, HEX


Calculator => Programmer => Click DEC => Enter the level you want => Get the HEX => Edit SRO_CLIENT with ollydbg => Use what I sent above => Win-win

If you still do not understand skype: missing.input, if I blocked you already to shaggy 5 u.
Hi Goofie.

I know how to convert Decimal to HEX decimal, I have also edited The cap max lvl successfully, just cant get this party matching thing working.

what do u mean by "also do not PUSH the new value, just double click the other value and change it, some times you must use CMP BL, HEX, and MOV EDI, HEX, MOV ESI, HEX" ?

I bet I'm not the only one having this problem

Thx

Bump
TheRealHero is offline  
Old 10/23/2016, 20:41   #4
 
blapanda's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,860
Received Thanks: 757
Party match making level (you probably mean the "Lv 1 ~ 140" section) requires cavecoding, unless you want to debug your client while running it, which isn't noobfriendly (for your playerbase, in this case).
The only possible way increasing the stock "Lv 110" limit is by entering a negative value on that offset, which doesn't look nice ingame, but completely nullifies the limit issue.
blapanda is offline  
Old 10/25/2016, 01:07   #5
 
TheRealHero's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 387
Received Thanks: 226
Bump
TheRealHero is offline  
Old 08/28/2021, 16:40   #6
 
elite*gold: 0
Join Date: Dec 2008
Posts: 60
Received Thanks: 8
Possible to change to party level 140? because 140 is a larger binary number then 120 or am i wrong?
mrwolfie is offline  
Old 08/29/2021, 14:26   #7
 
elite*gold: 0
Join Date: Jul 2014
Posts: 167
Received Thanks: 65
Quote:
Originally Posted by mrwolfie View Post
Possible to change to party level 140? because 140 is a larger binary number then 120 or am i wrong?
0x8C instead of 0x7E
JohnDornel^ is offline  
Old 09/01/2021, 12:03   #8
dotCom
 
Devsome's Avatar
 
elite*gold: 12400
The Black Market: 104/0/0
Join Date: Mar 2009
Posts: 15,865
Received Thanks: 4,375
Arrow SRO Private Server -> SRO Coding Corner

#moved
Devsome is offline  
Old 09/07/2021, 02:56   #9
 
elite*gold: 0
Join Date: Apr 2019
Posts: 85
Received Thanks: 75
It's easy,
Whether it is 1-140 or 1-150 [160,170,250]
Can be achieved,
You only need to re-edit after jmp
qq909047432 is offline  
Reply


Similar Threads Similar Threads
Party Matching Bug
05/20/2013 - Rohan - 2 Replies
Anyone know how to do the Party matching bug in which level gaps would be removed . . . ? :mofo:
Party Matching
02/16/2012 - SRO Coding Corner - 2 Replies
How can i change the level limit in Party Matching? I want to modify from 120lv to 110lv limit ~ sro_client.rar Thanks in advance
Party Matching
02/16/2012 - SRO Private Server - 3 Replies
How can i change the level limit in Party Matching? I want to modify 120lv to 110lv limit I saw this quick-guide i didnt tried yet, but i guess it will not work because of values... can someone help me?
Party matching 100+
03/17/2010 - SRO Private Server - 4 Replies
hello guys, Today i saw this http://img194.imageshack.us/img194/3861/sro201003 1611124275.jpg and i my question is, if anyone have this patch to do party matching 100+ If anyone have it can you post it pls :)
party matching
10/31/2007 - Silkroad Online - 0 Replies
Hi got a problem with the system i can' t push the auto match button why is that??



All times are GMT +1. The time now is 05:57.


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.