- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
dpbBryan
Hey Everybody,
I'm trying to debug the client packets being sent by the bypass requests (net.sf.l2j.gameserver.clientpackets.RequestBypassToServer).
It starts in L2GamePacketHandler.java at case 0x21: msg = new RequestBypassToServer(); and that msg is returned by the method handlePacket();.
However when I try to trace where this message is actually going further, I'm brought to the SelectorThread object in mmocore and the source isn't found. I've tried adding the mmocore.jar in the /lib/ folder as the source location. However I also read after searching that this part of l2j is closed source. Is this avaliable and does anybody have it?
3 answers to this question
Recommended Posts