Quote:
Originally Posted by Synx7
I noop'd the 3122 packet for avoid the green book appearing ingame. I get a different error but I'm not sure if is worse or better than the warning message XD
|
If you use new vsro files,use my patcher I shared here,and on rz,you'll not get that error
only "msg is not completely used" warning
or use the way which is posted here
AutoSelect range (SRO_Client) [Any sro]
You don't need ollydbg this time,you can use any hex editor
search for pattern: 00 00 8C 42 55 00 49 00 49
replace with : 00 40 9C 45 55 00 49 00 49 (for 5000 range)
explain:the autoselect range is 70 (Float) (0x428c0000) by default,it's the first 4 bytes
so we can change it using any float -> hex converter (I use

)
so we change it to 5000 (0x459c4000) (you can change it to any other value ofc)
h.f