+public void increasePvpKills(L2PcInstance activeChar)
+if (activeChar.getPvpKills() >= 5000)
{
activeChar.sendMessage ("Congratz , you are now a hero ");
activeChar.setHero(true);
}
I wonder if there is a way of keeping
- public void increasePvpKills()
beacause when i change the public void to
public void increasePvpKills(L2PcInstance activeChar)
On April 11 at 18:00 server time (GMT +2), the open beta test of our upcoming Chronicle 2 update will begin!
We invite everyone to join, explore the world of C2 ahead of the official launch, and share your feedback.
📌 Players who find bugs during OBT will receive CoL as a reward:
- 1 CoL for each staticmeshes bug For example, passing through textures, stairs, etc.
- 2 CoL or more for server-side bugs (depending on severity).
You can report bugs via support on Discord or on the forum.
Open beta testing will last approximately until 15.04 20:00 (GMT +2).
Your activity and input will help us improve the game!
The download links will be available later.
Question
Rio
I want to add this code: http://www.maxcheaters.com/topic/49498-sharehero-reward-for-pvps/?hl=%2Bhero+%2Breward+%2Bpvps
Its about giving hero at x pvp's.
I wonder if there is a way of keeping
beacause when i change the public void to
i get erros in some other codes.
21 answers to this question
Recommended Posts