VIDEO l VMWare l Erstellen/Create a vSro Server l Create 2 Server Shard

06/25/2018 19:15 NorseGodTyr#1
Hallo ElitePvPer Community
Seit ich das letzte Mal über Discord / epvp xx Anfragen erhalten habe
Wie baut man einen SRO Server und oder funktioniert es auf VMWare (Ja, es funktioniert)
oder wie man mehrere Shards (Server) in der Liste anzeigt
oder mehrere Server können über 1 Client laufen !!
Da es momentan zu viele Anfragen gibt, habe ich gedacht, dass ich 1 oder mehr Videos machen werde: D

Hello ElitePvPer Community
Since I got the last time via Discord / epvp xx requests
How Build an SRO Server and Or It Works on VMWare (Yes it Works)
or how to display multiple shards (servers) in the list
or several servers can run over 1 client !!
Since there are too many requests currently I've thought I'll do 1 or more videos: D



Quote:
Server Setup Downloads

[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...]

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

Bitte benutze deine eigenen server files oder suche nach shared files (ich Share meine nicht und verkaufe sie auch nicht)

Please use your own server files or look for shared files (I do not share mine and I do not sell them)


Quote:
Setup 2 Shards Download

[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...]


Searching and patching offset example with OllyDbg

1. Open the executable file in OllyDbg (i am using v OllyDbg V1.10)
2. Right mouse button ->Search->All referenced text strings.A new window with text strings will be open. Go to the first line and select it then press right mouse button -> Search for text.Type cannot create semaphore : module already executing in search box.Click on the first offset that matches to your search.
Its looks like this(your offset will be different from example):

Code:
008C50F5  |. 75 46          JNZ SHORT SR_GameS.008C513D
008C50F7  |. 68 E086AD00    PUSH SR_GameS.00AD86E0                   ;  ASCII "cannot create semaphore : module already executing"
008C50FC  |. E8 1FE20200    CALL SR_GameS.008F3320
008C5101  |. 68 E086AD00    PUSH SR_GameS.00AD86E0                   ;  ASCII "cannot create semaphore : module already executing"
008C5106  |. BE 90CBA500    MOV ESI,SR_GameS.00A5CB90                ;  ASCII "SR_GameServer"
Double click on the instruction line
Code:
JNZ SHORT SR_GameS.008C513D
, edit the instruction JNZ to JMP and press Assemble button.

Code:
JMP SHORT SR_GameS.008C513D
3. Close the assemble window if is still open and press right mouse button in CPU main thread section ->Copy to executable ->All modifications. Press copy all in dialog box.A new window will show ,press right mouse button->Save file and save your new file.

That's all. Use same technique for other modules.

Quote:
GlobalManager offsets Address 004858B3 change JNZ SHORT 004858FB to JMP SHORT 004858FB

MachineManager offsets Address 0042B26E change JNZ SHORT 0042B2A6 to JMP SHORT 0042B2A6

GatewayServer offsets Address 0042A1F5 change JNZ SHORT 0042A23D to JMP SHORT 0042A23D

FarmManager offsets Address 0040CF43 change JNZ SHORT 0040CF8B to JMP SHORT 0040CF8B

DownloadManager offsets Address 0040DB10 change JNZ SHORT 0040DB46 to JMP SHORT 0040DB46

AgentServer offsets Address 00433FA3 change JNZ SHORT 00433FEB to JMP SHORT 00433FEB

ShardManager offsets Address 00685F73 change JNZ SHORT 00685FBB to JMP SHORT 00685FBB

Gameserver offsets Address 009361E3 change JNZ SHORT 0093622B to JMP SHORT 0093622B


Regards
06/25/2018 19:23 Dracula Untold#2
nice
06/25/2018 20:00 Damitsu#3
Good job, keep it up!
06/25/2018 20:26 XxGhostSpiriTxX#4
Thanks bro
06/25/2018 20:30 Worshiper#5
Lol Long time wait for it thanks best
06/25/2018 21:05 NorseGodTyr#6
Quote:
Originally Posted by Dracula Untold View Post
nice
Thx :)

Quote:
Originally Posted by Damitsu View Post
Good job, keep it up!
hehe

Quote:
Originally Posted by esteve458 View Post
Thanks bro
No Problem :)

Quote:
Originally Posted by [GM]Dejo View Post
Lol Long time wait for it thanks best
No Problem :)
i get so much requests for it on discord/epvp
so i do it :)
06/25/2018 21:39 MarC*#7
video is unavailable ??
06/25/2018 21:48 NorseGodTyr#8
Quote:
Originally Posted by MarC* View Post
video is unavailable ??
?? also i see it !!
sec i will reupload again to youtube

Quote:
Originally Posted by MarC* View Post
video is unavailable ??
Done
06/25/2018 23:14 Mc-Diesel#9
Keep Going Bro
06/26/2018 14:34 NorseGodTyr#10
Quote:
Originally Posted by dieseljava View Post
Keep Going Bro
thx bro :D
best is all vSro servers in 1 list that is more than Joymax ever had :D
and would be cool if several work together :)
not everyone who is only out for money
06/27/2018 18:01 SubZero**#11
good work
06/28/2018 14:57 Yui..#12
some other way to open 2 gs or 2 shard or 2 agent in one machine just you need 2 ip in your machine
[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...]
06/28/2018 15:03 CrazyNyan#13
thanks
06/28/2018 15:44 NorseGodTyr#14
Quote:
Originally Posted by tetoman2010 View Post
some other way to open 2 gs or 2 shard or 2 agent in one machine just you need 2 ip in your machine
[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...]
the video its about how to open 2 Shards in 1 Client not how to open by 1 dedicated server 2 shards and yes know how to open more modules on 1 dedicated ^^

Quote:
Originally Posted by CrazyNyan View Post
thanks
no problem
06/28/2018 18:52 Yui..#15
Quote:
Originally Posted by mialuisa View Post
the video its about how to open 2 Shards in 1 Client not how to open by 1 dedicated server 2 shards and yes know how to open more modules on 1 dedicated ^^



no problem
yes this 2 shard in 1 client
and can add more shard in 1 client and 1 machine too ^^