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?
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
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