Jump to content
  • 0

Olympiad need pvps


martuxas1

Question

2 answers to this question

Recommended Posts

  • 0

find the method registerNoble at Olympiad.java and add this check

if (noble.getPvpKills() < 30)
{
	noble.sendMessage("Your message");
	return false;
}

 

Edited by melron
  • Like 1
  • Sad 1
Link to comment
Share on other sites

  • 0
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 :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...