- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
THeMaxPoweR
hey guys ..
now iam working on l2 tales based on l2f files ..
and i wanna add custom pvp announce like ..
when player kill 3 players it says killing spree ..
i'v done form the massage ..
and it work perfectly
public int kss;pk.setPvpKills(pk.getPvpKills() + 1); kss ++ ;if (kss == 3){Announcements.getInstance().announceToAll("killing spree " , ChatType.CRITICAL_ANNOUNCE);}i need to make kss reset to zero when player get killed and start counting again so what ihave to do ???sorry for my bad en
Edited by THeMaxPoweR9 answers to this question
Recommended Posts