2013 Ragexe and Diff (Up to date 2013-08-07)

When i use rocred laucher i got a Setup Loop . Restore Login Window diff was fine, it worked for me in 20130320.exe too

 
Updated the diff now pops up this error.

33oph1k.png
Which patch did you apply
default_ohmy.png

Don t forget to disable ragexe filename check

 
Last edited by a moderator:
The error disappeared but now occurs a few problems.
- When I select the character to enter the game the error in package size 0x000
 
- When the slot system and rename is enabled in client crash I 2013-03-20 this does not occur.
 
Last edited by a moderator:
Did you update your packets.h ? It doesn t happend to me

Don t forget to change your packetver in mmo.h

 
Last edited by a moderator:
Yes I did it, will be any option but I scored ?

 
Last edited by a moderator:
Shakto, I included your packet info on Hercules, hope you don't mind
default_biggrin.png


 
try adding this for Enforce Official Login Background:

<patch id="70" name="Enforce Official Login Background" type="UI">
<desc>Forces the Client to use the Official Background Image</desc>
<changes>
<byte offset="400a39" old="74" new="eb"/>
</changes>
</patch>
 
Any update on restore login window

 
Last edited by a moderator:
try this 

Code:
<patch id="71" name="Restore Login Window" type="UI">	<desc>Restores old style login window instead of using the new token based system from Gravity</desc>	<changes>	        <byte offset="1919A2" old="F1" new="4C"/>                <byte offset="1919A3" old="8B" new="E4"/>                <byte offset="1919A4" old="46" new="10"/>                <byte offset="1919A5" old="04" new="81"/>                <byte offset="1919A6" old="C7" new="F9"/>                <byte offset="1919A7" old="40" new="00"/>                <byte offset="1919A8" old="14" new="00"/>                <byte offset="1919AA" old="00" new="01"/>                <byte offset="1919AB" old="00" new="77"/>                <byte offset="1919AC" old="00" new="04"/>                <byte offset="1919AD" old="83" new="8B"/>                <byte offset="1919AE" old="3D" new="4C"/>                <byte offset="1919AF" old="3C" new="E4"/>                <byte offset="1919B0" old="CD" new="0C"/>                <byte offset="1919B1" old="BA" new="52"/>                <byte offset="1919B2" old="00" new="50"/>                <byte offset="1919B3" old="0B" new="8B"/>                <byte offset="1919B4" old="75" new="11"/>                <byte offset="1919B5" old="1D" new="8B"/>                <byte offset="1919B6" old="8B" new="42"/>                <byte offset="1919B7" old="0D" new="18"/>                <byte offset="1919B8" old="24" new="6A"/>                <byte offset="1919B9" old="9C" new="00"/>                <byte offset="1919BA" old="C0" new="6A"/>                <byte offset="1919BD" old="01" new="00"/>                <byte offset="1919BE" old="6A" new="68"/>                <byte offset="1919BF" old="00" new="1D"/>                <byte offset="1919C0" old="6A" new="27"/>                <byte offset="1919C2" old="68" new="00"/>                <byte offset="1919C3" old="A4" new="C7"/>                <byte offset="1919C4" old="8E" new="41"/>                <byte offset="1919C5" old="8F" new="0C"/>                <byte offset="1919C6" old="00" new="03"/>                <byte offset="1919C7" old="68" new="00"/>                <byte offset="1919C8" old="1C" new="00"/>                <byte offset="1919C9" old="A9" new="00"/>                <byte offset="1919CA" old="8E" new="FF"/>                <byte offset="1919CB" old="00" new="D0"/>                <byte offset="1919CC" old="51" new="58"/>                <byte offset="1919CD" old="FF" new="5A"/>                <byte offset="1919CE" old="15" new="90"/>                <byte offset="1919CF" old="4C" new="90"/>                <byte offset="1919D0" old="37" new="90"/>                <byte offset="1919D1" old="8E" new="90"/>                <byte offset="1919D2" old="00" new="90"/>                <byte offset="1919D3" old="C7" new="90"/>                <byte offset="1919D4" old="06" new="90"/>                <byte offset="1919D5" old="00" new="90"/>                <byte offset="1919D6" old="00" new="90"/>                <byte offset="1919D7" old="00" new="90"/>                <byte offset="1919D8" old="00" new="90"/>                                <byte offset="4010C9" old="80" new="6A"/>                <byte offset="4010CA" old="3D" new="03"/>                <byte offset="4010CB" old="54" new="B9"/>                <byte offset="4010CC" old="8D" new="28"/>                <byte offset="4010CD" old="C0" new="66"/>                <byte offset="4010CE" old="00" new="A6"/>                <byte offset="4010D0" old="74" new="E8"/>                <byte offset="4010D1" old="13" new="6B"/>                <byte offset="4010D2" old="C6" new="FF"/>                <byte offset="4010D3" old="05" new="D5"/>                <byte offset="4010D4" old="54" new="FF"/>                <byte offset="4010D5" old="8D" new="90"/>                <byte offset="4010D6" old="C0" new="90"/>                <byte offset="4010D7" old="00" new="90"/>                <byte offset="4010D8" old="00" new="90"/>                <byte offset="4010D9" old="C7" new="90"/>                <byte offset="4010DA" old="43" new="90"/>                <byte offset="4010DB" old="0C" new="90"/>                <byte offset="4010DC" old="04" new="90"/>                <byte offset="4010DD" old="00" new="90"/>                <byte offset="4010DE" old="00" new="90"/>                <byte offset="4010DF" old="00" new="90"/>                                <byte offset="4019D0" old="0F" new="90"/>                <byte offset="4019D1" old="84" new="90"/>                <byte offset="4019D2" old="23" new="90"/>                <byte offset="4019D3" old="01" new="90"/>                <byte offset="4019D4" old="00" new="90"/>                <byte offset="4019D5" old="00" new="90"/>                                <byte offset="4019D9" old="0F" new="90"/>                <byte offset="4019DA" old="84" new="90"/>                <byte offset="4019DB" old="1A" new="90"/>                <byte offset="4019DC" old="01" new="90"/>                <byte offset="4019DD" old="00" new="90"/>                <byte offset="4019DE" old="00" new="90"/>	</changes></patch>
 
patch id 71 is already there. You must choose id 75 and you can patch with no error. But nevertheless i can not start this exe directly

 
Last edited by a moderator:
oh 70 is already there maybe i have an old xdiff copy
default_tongue.png


btw i forgot to add this one

Code:
<patch id="82" name="Disable 1rag1" type="UI">	<desc>Disables the use of 1rag1 command line parameter for specifying username & password - to be used with Restore Login Window</desc>	<changes>		<byte offset="46d5c1" old="75" new="eb"/>	</changes></patch>
 
Disable rag1&sak1

Restore Login Windows

Skip Licence Service 

readd again for ppl who wanted it

I've a lot of things to do for this moment, i'll have more free time friday, please wait for the others patches

Don't forget i'm working on a dynamic php script to patch all futur version of a client (thx to Yommy to provide it)

There is just some little patch to add.

Anyone can tell me if they want some others missing patches please ?

Thank you

P.S : Restore Login Window still crash for me, all dev ppl say it's better to remove it and i agree with them. It will be the last time that this patch'll be avaible. For futur : please don't post those patch, it would be better for all (Thank you MStream for doing the same thing
default_tongue.png
)

 
Last edited by a moderator:
Disable rag1&sak1

Restore Login Windows

Skip Licence Service 

readd again for ppl who wanted it

I've a lot of things to do for this moment, i'll have more free time friday, please wait for the others patches

Don't forget i'm working on a dynamic php script to patch all futur version of a client (thx to Yommy to provide it)

There is just some little patch to add.

Anyone can tell me if they want some others missing patches please ?

Thank you

P.S : Restore Login Window still crash for me, all dev ppl say it's better to remove it and i agree with them. It will be the last time that this patch'll be avaible. For futur : please don't post those patch, it would be better for all (Thank you MStream for doing the same thing
default_tongue.png
)
thanks !

 
awesome work i appreciate it

 
Back
Top