How to enable a new type of olymp competition

Deazer

Head Developer
Staff member
Due to the fact that the competition in its class has essentially ceased to be relevant and are rarely used.
It was decided to introduce a new type of Olympic competition - competition in its type Mages vs Mages and Warriors vs Warriors
To activate, you need to add a new line for reg in HTML:


Path: gameserver\data\html\oly\olympiad_operator100.htm
<a action="bypass -h npc_%objectId%_oly 10001">"I want to join the type-based games."</a>

At the output we have:
HTML:
<html><body>
Grand Olympiad Manager:<br>
Do you wish to participate in the games of the Grand Olympiad?

<tr><td align=center><font color="bea27b">(%season% round, %period% circle, count of participant:%currpartcnt%)</font></td></tr>

<a action="bypass -h npc_%objectId%_oly 102">"I want to join the games without a class distinction."</a>

<a action="bypass -h npc_%objectId%_oly 101">"I want to join the class-based games."</a>

<a action="bypass -h npc_%objectId%_oly 10001">"I want to join the type-based games."</a>

<a action="bypass -h npc_%objectId%_Chat 0">Return</a><br>

</body></html>
 
Back
Top