Hello, does anyone know how could I block /target /nexttarget /assist. From my own search I found out that in L2GamePacketHandler.java all these commands (client packets) send the same opcode. The problem is that the same opcode is sent by targeting with click which I obviously don't want to block. So the problem comes down to how to distinguish click-targeting from command-targeting.
Note: I need this to block clickers (l2farm bot etc.) from farm zones.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
JohnRambos
Hello, does anyone know how could I block /target /nexttarget /assist. From my own search I found out that in L2GamePacketHandler.java all these commands (client packets) send the same opcode. The problem is that the same opcode is sent by targeting with click which I obviously don't want to block. So the problem comes down to how to distinguish click-targeting from command-targeting.
Note: I need this to block clickers (l2farm bot etc.) from farm zones.
L2J, Gracia Final
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.