+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)
Powerful Features for Digital Excellence
Experience the difference with our carefully crafted digital products designed to elevate your workflow.
Hey everyone 👋
If you're looking to build your own MMORPG site, forum, or even a fully customized web solution, I've got something you'll want to check out.
I'm teaming up with Modello, a top-tier platform offering professionally designed templates and managed hosting. Whether you're starting a gaming community, a forum hub, or need a sleek custom-built site, Modello has you covered.
🌟 Grab 30% OFF all products and plans using promo code BARRYMANE
👉 Valid on everything—from templates to hosted solutions
Here are two standout options:
🎮 MMORPG Site Template – Eldoria
Build an immersive game showcase or fan portal.
➡️ Preview Eldoria
💬 Feature-Packed Forum Hub
Start your community with ease—modern design, robust features.
➡️ Preview Forum Hub
🛠️ Modello also offers custom websites tailored to your needs, with complete design, hosting, and support included.
Let me know if you need help choosing the right template or want tips on getting started. Happy to share insights and support your project!
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