Disable Classed matches

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
angkor
Posts: 99
Joined: Sat May 02, 2009 5:32 pm

Disable Classed matches

Post 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
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Disable Classed matches

Post 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>
Image
angkor
Posts: 99
Joined: Sat May 02, 2009 5:32 pm

Re: Disable Classed matches

Post by angkor »

:D :shock:
Thank you
Post Reply