martuxas1 Posted March 7, 2018 Posted March 7, 2018 Hello i have interlude l2jfrozen, i need script code. Register on olympiad only can players who have 30 pvp or more.
0 melron Posted March 7, 2018 Posted March 7, 2018 (edited) find the method registerNoble at Olympiad.java and add this check if (noble.getPvpKills() < 30) { noble.sendMessage("Your message"); return false; } Edited March 7, 2018 by melron 1 1
0 martuxas1 Posted March 9, 2018 Author Posted March 9, 2018 On 3/7/2018 at 5:20 PM, melron said: find the method registerNoble at Olympiad.java and add this check if (noble.getPvpKills() < 30) { noble.sendMessage("Your message"); return false; } Thanks you like always best :)
Question
martuxas1
Hello i have interlude l2jfrozen, i need script code.
Register on olympiad only can players who have 30 pvp or more.
2 answers to this question
Recommended Posts