Ecsro Auto Select Patch

Pa Auto Select Downingtown

Dear ECSRO-player, there will be a new patch for all ecsro servers soon. At the moment the release is getting prepared. Directly after the release of the patch the. Mar 02, 2009 [SJSRO] PK2 Edits >>sexta-feira. - Press Patch; - It'll ask you to. Just go to your SJSRO folder and select it; - Wait a few secs. Silkroad Online Forums - A free forum for all people who play Silkroad Online. Come discuss characters and skills, or find a Silkroad Online guild. Silkroad Online Forums. Auto Pot for ecsro? I did get the same error a few mins ago trying to update my silkroad for today's patch and running the.

Code: 00544B41. 81F9 20030000 CMP ECX, 320 00544B47. 75 0A JNZ SHORT SRO_Clie.0054B49. 8B45 04 MOV EAX,DWORD PTR SS:[EBP+4] 00544B4C.

3D 58020000 CMP EAX, 258 00544B51. 74 50 JE SHORT SRO_Clie.00544BA3CMP ECX,320 is the width of the first resolution, which is 800 in decimal CMP EAX,258 is the height of the first resolution, which is 600 in decimal so, as we can see, the available resolutions are: 800x600 1024x768 1280x1024 1152x864 1600x1200 lets say, we want to add 1920x1080 resolution instead of the 1600x1200 what we need to do, is click on this line. Code: 00647DA1 >3D 40060000 CMP EAX, 640 00647DA6.

75 0D JNZ SHORT SRO_Clie.00647DB5 00647DA8. 81BC>CMP DWORD PTR SS:[ESP+168], 4B0Do the changes again. After it, we are done with sro_client.exe for saving it: Right Click->Copy->Select All Right Click->Copy to executable->Selection A new window will appear. Right Click on it->Save file Now the resolution is available. But the client will still start with 1024x768.

We need to modify SROptionSet.dat, which is in the Settings folder of your client. If you dont have one, start your client to generate. If you have it, make a backup, it is important and open this file with XVI32 press Ctrl+G, and go to hex offset: 5A you will see 00 04 there, we must change it to 80 07 (780) after it go to hex offset: 62, and change 00 03 to 38 04 Maybe it looks strange, that why 07 80 is stored as 80 07, it is the little endian byte order, which is used by intel processors. If you did everything correct, it should look like this: Our client will start with 1920x1080. Next problem is, the position of all buttons, and texts. These settings are stored inside the Media.pk2, in resinfo folder. We will need the following files: ginterface.txt pstitle.txt pscharacterselect.txt pscharacterchina.txt Extract them using the ZSZC Pk2 Extractor.

Code: 004819C5 81F9 20030000 CMP ECX,320 004819CB. 75 0A JNZ SHORT sro_clie.004819D7 004819CD. 8B47 04 MOV EAX,DWORD PTR DS:[EDI+4] 004819D0 3D 58020000 CMP EAX,258 004819D5.

74 50 JE SHORT sro_clie.00419D7 >81F9 00040000 CMP ECX,400 004819DD. 75 0A JNZ SHORT sro_clie.004819E9 004819DF.

8B47 04 MOV EAX,DWORD PTR DS:[EDI+4] 004819E2. 3D 00030000 CMP EAX,300 004819E7.

74 3E JE SHORT sro_clie.00419E9 >81F9 00050000 CMP ECX,500 004819EF. 75 0A JNZ SHORT sro_clie.004819FB 004819F1. 8B47 04 MOV EAX,DWORD PTR DS:[EDI+4] 004819F4.

3D 00040000 CMP EAX,400 004819F9. 74 2C JE SHORT sro_clie. Microsoft Office 2010 Pro Plus Activated. 00419FB >81F9 80040000 CMP ECX,480 00481A01. 75 0A JNZ SHORT sro_clie.00481A0D 00481A03. 8B47 04 MOV EAX,DWORD PTR DS:[EDI+4] 00481A06. 3D 60030000 CMP EAX,360 00481A0B. 74 1A JE SHORT sro_clie.0041A0D >81F9 40060000 CMP ECX,640 00481A13. 0F0 JNZ sro_clie.00481D9E 00481A19.

8B47 04 MOV EAX,DWORD PTR DS:[EDI+4] 00481A1C. 3D B0040000 CMP EAX,4B0. Code: 005EBF6D >81F9 20030000 CMP ECX,320 005EBF73 .

75 08 JNZ SHORT sro_clie.005EBF7D 005EBF75 . 81FE 58020000 CMP ESI,258 005EBF7B . 74 40 JE SHORT sro_clie.005EBFBD 005EBF7D >81F9 00040000 CMP ECX,400 005EBF83 . 75 08 JNZ SHORT sro_clie.005EBF8D 005EBF85 . 81FE 00030000 CMP ESI,300 005EBF8B . 74 30 JE SHORT sro_clie.005EBFBD 005EBF8D >81F9 00050000 CMP ECX,500 005EBF93 .