[Help] Problem with Opcodes

07/17/2011 12:56 Mr_Noob#1
Good time of day to all.
I have a small problem with opcodes Silkroad(1.314)
To find the opcodes, I use edxSilkroadLoader5 (Packet Auto-Parser).
When a player enters the game, the server must send 4 packets to the client:
- Login Screen;
- Start Player Load;
- Load Player;
- End Player Load.
edxSilkroadLoader5 (Packet Auto-Parser) catches only the Login Screen (0xB001) and Load Player (0x3013).
So I have two questions:
1) Who knows what to do to find the other two opcodes.
2) Who knows analogue edxSilkroadLoader5 (Packet Auto-Parser) which will work with ISRO (1.314)
I hope you can help me.
Sorry for my bad English.
07/17/2011 13:11 DaxterSoul#2
Start Loading : 0x34A5
End Loading : 0x34A6

I recommend to use phConnector too like this:
Client(edxAnalyzer) -> phConnector -> Server
phAnalyzer -> Connect to phConnector

Then you wont miss any packet.
07/17/2011 13:20 Mr_Noob#3
Thank you very much for your help.