Page 1 of 1

Disable Classed matches

Posted: Thu Sep 30, 2010 1:10 pm
by angkor
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4416:

How to disable Classed matches in Olymp?
maybe set
AltOlyClassedParticipants = 0

Re: Disable Classed matches

Posted: Thu Sep 30, 2010 5:46 pm
by SolidSnake
gameserver/data/html/olympiad/noble_desc2a file
Replace this text:

Code: Select all

<html><body>Grand Olympiad Manager:<br>Would you like to register for the Grand Olympiad?<br><a action="bypass -h npc_%objectId%_OlympiadDesc 2b">Join a 3 vs 3 class irrelevant team match.</a><br><a action="bypass -h npc_%objectId%_OlympiadDesc 2d">Join a class irrelevant individual match.</a><br><a action="bypass -h npc_%objectId%_OlympiadDesc 2c">Join a class specific individual match.</a><br><a action="bypass -h npc_%objectId%_OlympiadNoble 2">View the number of people on the waiting list.</a><br><a action="bypass -h npc_%objectId%_OlympiadNoble 3">View the current Noblesse points.</a><br><a action="bypass -h npc_%objectId%_OlympiadDesc 0">Back</a></body></html>
With this one:

Code: Select all

<html><body>Grand Olympiad Manager:<br>Would you like to register for the Grand Olympiad?<br><a action="bypass -h npc_%objectId%_OlympiadDesc 2b">Join a 3 vs 3 class irrelevant team match.</a><br><a action="bypass -h npc_%objectId%_OlympiadDesc 2d">Join a class irrelevant individual match.</a><br><a action="bypass -h npc_%objectId%_OlympiadNoble 2">View the number of people on the waiting list.</a><br><a action="bypass -h npc_%objectId%_OlympiadNoble 3">View the current Noblesse points.</a><br><a action="bypass -h npc_%objectId%_OlympiadDesc 0">Back</a></body></html>

Re: Disable Classed matches

Posted: Thu Sep 30, 2010 7:16 pm
by angkor
:D :shock:
Thank you