xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor

You can do a script server side : (npc side) to provide an annouce every hours

 
Awesome tool!!!

OFFTOPIC:

2) About auto-closing : There is only 1 problem we are not using old login screen anymore we are using launchers.
One possible mechanism would be for the launcher to start the client then go to background and if the client gets closed off the launcher returns to normal so you can just press login again.
Get the process exit code and check. We should need if the wrong login exit code is different from the one from exit in normal way (shuld be different):

Code:
using System.Diagnostics;ProcessStartInfo start = new ProcessStartInfo();// Enter in the command line arguments, everything you would enter after the executable name itselfstart.Arguments = arguments; start.FileName = "RagexeRE.exe";// Run the external process & wait for it to finishusing (Process proc = Process.Start(start)){     proc.WaitForExit();     // Retrieve the app's exit code     exitCode = proc.ExitCode;     if(exitCode == 0)          Application.Exit();}
 
Last edited by a moderator:
This will doesn't support the auto-close? Can you make that patch? At least for 2012-04-10 Ragexe.. It's the almost stable client..

With this patch it will only need an AI Interface

 
@M45T3R I think he was talking about the launcher not the client itself

@Vali thanks for the info. I will add the code to my launcher.

 
Yeah.. MStream.. Can you or someone make an Hex string to solve that problem on 2012-04-10? It's the best stable client and with that it will be even more stable.. (When you're in the char selection screen hit cancel and the client will ask you if you want to exit.. That's not correct, when you click it it must go back into the login screen)

 
Last edited by a moderator:
awesome. I think with this it will be more usable and realistic for server and players to adapt and adopt it

 
@M45T3R I think he was talking about the launcher not the client itself

@Vali thanks for the info. I will add the code to my launcher.
@M45T3R Yes, is for the client launcher.

@MStream If you need some help (That I don't think so), send me a PM.
default_smile.png


 
Can I capture packets and generate the structure using the parser ?

 
Last edited by a moderator:
@Vali checking for 0 isn't working. It looks they didnt code the client to send any errorcodes. Only time it isn't zero is when i kill the client through task manager. Anyways ill just code the launcher to return back whenever client gets closed.

 
client always crash / close program

2013 - 03 - 20

idk whats wrong with this

--EDIT

add attachment

20130320.xml

 

Attachments

Last edited by a moderator:
Try with this patch first and tell me if it's working

Disable HShield

Disable Filename Ragexe check

Disable Packet header obfucation

Enable multiple grf

Read data folder first

Read msgstringtable.txt

 
the client load bink32.dll, cps.dll, granny32.dll, ijl15.dll, Mss32.dll

then closed program

windows 7 32 bit

 
yes i did

or maybe if ur client working

may i have ur 20130320 diffed client?

maybe it can answer the problem

my fault to diff

or face factor -.-"

 
Back
Top