I'm trying to make each Custom PVP, example:
I kill a player in the way of "PVP" and will appear in my inventory "1 Item ID ...." and the point of PVP continue.
I was looking at the scripts I found some things:
Code: Select all
public void increasePvpKills() { setPvpKills(getPvpKills() + 1); sendPacket(new UserInfo(this)); sendPacket(new ExBrExtraUserInfo(this)); }

Edit: I am using L2j Pack (3268).