Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 08:43

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

Advertisement



Re-Release Complete Swsro files With Full Database

Discussion on Re-Release Complete Swsro files With Full Database within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old 03/05/2012, 01:59   #61
 
elite*gold: 0
Join Date: Nov 2009
Posts: 36
Received Thanks: 25
need video tutorial plss
zxdiazxz is offline  
Old 03/06/2012, 04:02   #62
 
elite*gold: 0
Join Date: Nov 2009
Posts: 36
Received Thanks: 25
yeah search video guide

other link video tutorial
zxdiazxz is offline  
Thanks
1 User
Old 03/08/2012, 09:27   #63
 
@$$'s Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 722
Received Thanks: 84
thanks
@$$ is offline  
Old 03/08/2012, 20:24   #64
 
elite*gold: 0
Join Date: Nov 2009
Posts: 36
Received Thanks: 25
Np
zxdiazxz is offline  
Old 03/08/2012, 23:41   #65
 
roiter67's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 558
Received Thanks: 164
someone replace the links and the client files available for download MHTC

megaupload and Multiupload has gone away ..
roiter67 is offline  
Old 03/12/2012, 16:15   #66
 
BoneyM's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 387
Received Thanks: 115
Link is dead... could someone reupload it ?
BoneyM is offline  
Old 03/13/2012, 19:21   #67
 
elite*gold: 0
Join Date: Oct 2009
Posts: 11
Received Thanks: 12
Hi Guys!

Server Files+Database:



And the MHTC Client:

warrockgame is offline  
Old 03/26/2012, 08:39   #68
 
denise456's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 373
Received Thanks: 71
**** Video have Make Password

Fck Fck
denise456 is offline  
Old 03/26/2012, 10:53   #69
 
elite*gold: 0
Join Date: Mar 2012
Posts: 12
Received Thanks: 3
Quote:
Originally Posted by denise456 View Post
Fck Fck
lol read the first post zzzzz pw: allahgreat
djshiro is offline  
Old 04/19/2012, 23:15   #70
 
elite*gold: 62
Join Date: Mar 2011
Posts: 602
Received Thanks: 2,952
Some offsets..

[serv lvl cap]
0x0046d73d -> cmp al, 78
[serv mastery limit]
0x00515963 -> cmp eax,14a



[client pt matching]
pt match : 0x004d4465
pt match : 0x004d43e7
pt match : 0x004d4448
pt search :0x004d4465
[client mastery]
mastery1: 0x00451390 -> push 12c
mastery2: 0x00451452 -> push 12c

In case sro_client isn't unpacked:
Chernobyl* is offline  
Old 04/19/2012, 23:25   #71
 
elite*gold: 0
Join Date: Jul 2009
Posts: 986
Received Thanks: 193
@Chernobyl* it is in the stuff Zubzero released too or well atleast some fixes


Code:
old files
Mastery:
CMP EAX,(max mastery in hex)

Max Level:
CMP AL,(max lv in hex)
ASCII .\GObjPC.cpp
ASCII Clamp () ==> min(%d) exceeded max (%d) value), File %s, Line: %d

QWord (8.-byte) stack alignment
CMP BYTE PTR DS:[ESI+58],(max lv in hex)

Fix job suit bug:
search for call 00726760 (the first) /CALL 00724240
go to this call
scroll till 
007267B9   >^\E9 12DFFFFF   jmp     007246D0
007267BE   >^ E9 8DDFFFFF   jmp     00724750
mark them and exchange to NOP

Fix Shinmoo bug:
Search jnz short 0074B125 / JNE SHORT 00748B85
Modify JNZ short 0074B125 and JNE SHORT 0074B143 / JNE SHORT 00748BA3 to JMP

Fix Ban bug:
0047FC2B  |. /76 05         jbe     short 0047FC32    ;  fix,  jmp

Fix right click skill disable:
go to 0060C827
From 0060C83E to 0060C860 ALL NOP
Then
CPU Disasm
Address   Hex dump          Command                                  Comments

0060C839  |.  E8 92D1E0FF   CALL 004199D0
0060C83E      8B02          MOV EAX,DWORD PTR DS:[EDX]
0060C840      B9 43485F00   MOV ECX,005F4843
0060C845      21C8          AND EAX,ECX
0060C847      3BC1          CMP EAX,ECX
0060C849      74 17         JE SHORT 0060C862
0060C84B      EB 65         JMP SHORT 0060C8B2
NOP
NOP
...

Add GM box paste:
To 005018C3
change to jmp 009C96C4
Then to 005E0AE9
change to jmp 009C96FE
to 009C96C4
New Code:
009C96C4      60                           pushad
009C96C5      8B0D 04F5A900                mov     ecx, dword ptr [A9F504]
009C96CB      8B89 40030000                mov     ecx, dword ptr [ecx+340]
009C96D1      85C9                         test    ecx, ecx
009C96D3      74 1D                        je      short 009C96F2
009C96D5      83BF 18010000 10             cmp     dword ptr [edi+118], 10
009C96DC      72 08                        jb      short 009C96E6
009C96DE      8B87 04010000                mov     eax, dword ptr [edi+104]
009C96E4      EB 06                        jmp     short 009C96EC
009C96E6      8D87 04010000                lea     eax, dword ptr [edi+104]
009C96EC      50                           push    eax
009C96ED      E8 FE5CAFFF                  call    004BF3F0
009C96F2      61                           popad
009C96F3      E8 D83CF5FF                  call    0091D3D0
009C96F8    ^ E9 CB81B3FF                  jmp     005018C8
009C96FD      90                           nop
009C96FE      60                           pushad
009C96FF      8B0D 04F5A900                mov     ecx, dword ptr [A9F504]
009C9705      8B89 40030000                mov     ecx, dword ptr [ecx+340]
009C970B      85C9                         test    ecx, ecx
009C970D      74 0A                        je      short 009C9719
009C970F      8B4424 44                    mov     eax, dword ptr [esp+44]
009C9713      50                           push    eax
009C9714      E8 D75CAFFF                  call    004BF3F0
009C9719      61                           popad
009C971A      E8 51A7A5FF                  call    00423E70
009C971F    ^ E9 CA73C1FF                  jmp     005E0AEE
009C9724      90
Janick_ is offline  
Old 04/22/2012, 20:50   #72
 
roiter67's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 558
Received Thanks: 164
Quote:
Originally Posted by zxdiazxz View Post
yeah search video guide

other link video tutorial

Reupload again please

i need video >.<
roiter67 is offline  
Reply




All times are GMT +2. The time now is 08:43.


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.