[Request] About PK opcodes

08/20/2014 00:14 concludeit#1
I'm looking for a method to reset the level of the PKing limit. Which is 20, basically, hard coded in the server. I would like to change it.

The main question would be like "can it be changed?", but it is obvious it can be changed. But I don't know the opcode, and stuck at trying to find it (I actually don't know what to search for).

Does anyone have any idea where could I start? Something that would lead me further in the search? Or - by some miracle - if you would know the actual opcode, could you tell me? :D


ALTERNATIVE IDEA: Disable button "Alt" in the client (that would mean no one would be able to PK, which is kinda what I want).


Thanks in advance!
08/20/2014 00:47 vorosmihaly#2
well...it IS possible,but think about only the server side,as if it's on the client side,it's easily exploitable.... you'll have to figure out the rest :P
08/20/2014 23:42 concludeit#3
I'm looking for the server side solution. Either raise pk level limit to the max on the server side, or disable button "alt" somehow in the client. As I have checked it around, PK button (which is the alt) is static, it cannot be changed.

Do you have a bit more exact idea either of these options?
08/21/2014 16:15 Royalblade*#4
0x7023; Find opcode @ agent or GS. Change it to some random fucky number. Basically disabled then.
08/22/2014 00:25 concludeit#5
Thank you for your response, I will reply back if we managed to make it work.
09/03/2014 11:51 Pci#6
Quote:
Originally Posted by concludeit View Post
Thank you for your response, I will reply back if we managed to make it work.
add [Only registered and activated users can see links. Click Here To Register...] (skype)
09/13/2014 05:40 Timlock#7
Quote:
Originally Posted by concludeit View Post
I'm looking for the server side solution. Either raise pk level limit to the max on the server side, or disable button "alt" somehow in the client. As I have checked it around, PK button (which is the alt) is static, it cannot be changed.

Do you have a bit more exact idea either of these options?
Use a packet filter and block 0x7023 on your server.
09/13/2014 14:36 concludeit#8
Quote:
Originally Posted by Timlock View Post
Use a packet filter and block 0x7023 on your server.
Thank you.