- 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
Rio
Hi guys i need some java help so here we go:
reward players for a pvp kill in a related zone here is the code:
// pvp reward if (isInsideZone(ZONE_PVP)) { addItem("Loot", 8732, 1, this, true); sendMessage("You won 1 lifestone for a pvp kill!"); }How can i add 1 more zone?
Also About pvp counterstike sounds
code:
how can i make it to play sound to all players in l2 world and not only to the killing spree person?
5 answers to this question
Recommended Posts