[Guide] Most of vsro files problem solved here

09/14/2011 01:13 cardoso125874#331
my client say server offline
i try ports 15778 15779 15778 32000 and nothing :S
any help?

[Only registered and activated users can see links. Click Here To Register...]
09/14/2011 01:16 raiden90#332
Quote:
Originally Posted by cardoso125874 View Post
my client say server offline
i try ports 15778 15779 15778 32000 and nothing :S
any help?

[Only registered and activated users can see links. Click Here To Register...]
use 32002
09/14/2011 01:23 Dr.Abdelfattah#333
proved old global manager have machinemanager but vsro global manager don't use machine manager

[Only registered and activated users can see links. Click Here To Register...]
09/14/2011 01:27 cardoso125874#334
client correct is client v 1.188?
09/14/2011 01:30 Dr.Abdelfattah#335
Quote:
Originally Posted by cardoso125874 View Post
client correct is client v 1.188?
yes ;)
09/14/2011 01:30 sh3bolaz#336
Quote:
Originally Posted by Dumfiesta View Post
To get your IP as a little endian integer, you take
Code:
(fourth octet * 16777216) + (third octet * 65536) + (second octet * 256) + (first octet)
Then if the result is greater than 2147483648, you need to add the sign.
Code:
-(result - 2147483648)
So for 192.168.1.2 it's
Code:
(2 * 16777216) + (1 * 65536) + (168 * 256) + (192) = 33663168

For the billing files, just change wherever you see IPs to your server IP. Then paste your Account_DB connection string into DBConnect.asp
Code:
strConnectA = "DRIVER={SQL Server};SERVER=.\SQLEXPRESS;DATABASE=Account_DB"
now my Client Crash @ login Screen with Game port 32002
and i use Hamchi ip

i dont understand anything with first 3 codes u post

now my Hamachi ip 5.138.8.101 .. what i should to do -.-
09/14/2011 01:32 Dr.Abdelfattah#337
Quote:
Originally Posted by sh3bolaz View Post
now my Client Crash @ login Screen with Game port 32002
and i use Hamchi ip

i dont understand anything with first 3 codes u post

now my Hamachi ip 5.138.8.101 .. what i should to do -.-
open client from another machine (not machine wich host vsro files) ..
09/14/2011 01:36 cardoso125874#338
my client this crashing :S

BTW: where i creat account for log in server?
09/14/2011 01:36 formatme#339
what client do we use?
and how to we edit the ip in to it
09/14/2011 01:38 OMGG1#340
[Only registered and activated users can see links. Click Here To Register...]

how to fix this
09/14/2011 01:41 sh3bolaz#341
Quote:
Originally Posted by abdelfattah View Post
open client from another machine (not machine wich host vsro files) ..
i use BloodySro Client with Edit ip to My Hamachi ip
and port 32002

what i should do ? i got crash client @ login screen
09/14/2011 01:43 Tazdingo7#342
I have this error :
[Only registered and activated users can see links. Click Here To Register...]

You know why ?

I do all the steps until this point when i try to open the CustomCertificationServer Batch File

Another question , what ports i need to open ?

Thanks

I like your efforts abdelfattah to help the community. Thanks to you too :)

Edit :

Reupload the image :
[Only registered and activated users can see links. Click Here To Register...]
09/14/2011 01:53 raiden90#343
Quote:
Originally Posted by sh3bolaz View Post
i use BloodySro Client with Edit ip to My Hamachi ip
and port 32002

what i should do ? i got crash client @ login screen
same here
09/14/2011 01:58 Dr.Abdelfattah#344
Quote:
Originally Posted by raiden90 View Post
same here
open from another machine (not pc u host vsro files on it) !!!

---------------------------------------------------------

Change rates (EXP SP PT EXP GOLD DROP ITEM DROP ETC) :


Quote:
Originally Posted by Chernobyl* View Post

So, some people might have problems even at such basic stuff as cracking a experience limit.

Gameserver reads rates as (real rate * 10), it means, if you set rates to
35000, experience gain coefficent will be 35x. By default, gameserver forbidds making them more than 250 (2.5 x), but it's easy to crack.

So, open your SR_GameServer executable using OllyDBG, and patch the following addresses with following assembly codes.


Individual experience ratio

PHP Code:
0042714C   F6C4 50          TEST AH,42 
Party experience ratio

PHP Code:
004271F5   F6C4 42          TEST AH,42 
Item drop rate

PHP Code:
004272A0   F6C4 42          TEST AH,42 
Gold drop amount rate

PHP Code:
00427349   F6C4 42          TEST AH,42 
HWLAN (berserker) gain factor

PHP Code:
004273CA  |. F6C4 44        TEST AH,42 
To do it, follow this screenshots. Open the file using OllyDBG (F3)

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Double-click the line you were jumped to, and...
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Do same for all addresses.
09/14/2011 02:03 raiden90#345
i have tried but doesn't work .. is the machine? Because doesn't work