[Help] Prize PVP Kill
Posted: Sat Jul 11, 2009 6:43 pm
I am new in the area of Java and would ask that you please help me.
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:
Someone help me please? 
Edit: I am using L2j Pack (3268).
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).