Academy - Guardian Matching

Hi guys,

I’m dealing with sro_client.exe crash when I make attempt to open “Guardian Matching” window.

The goal is to get a list of academy’s apprentice recruitment registered.

Well, I got this opcode by clicking ‘Menu / Guardian Matching’ :
0x747D CLIENT_ACADEMY_WINDOW.

Phbot Log :
Client: (Opcode) 0x747D (Data) 00

In my python function I try to inject the packet:
inject_silkroad(0x747D, b'', False)

But client crashes.

What is wrong ? If I try inject_joymax instead inject_silkroad i get DC.

Thanks a lot for any advance.

Ps.: Joymax XIAN Server (iSRO)

Youll want to use inject_joymax forsure. You also need the 00 in the data, that is the page.

1 Like