Separated the Classic Datapack to it's own folder.

This commit is contained in:
MobiusDev
2015-05-02 03:45:56 +00:00
parent 08e28fe058
commit 484bff80bb
11501 changed files with 2200482 additions and 627 deletions

View File

@@ -0,0 +1,39 @@
<html><body>Grand Olympiad Manager:<br>
Once the Olympiad period ends, Olympiad Points are awarded to participating Noblesse. In order to exchange Olympiad Points for Olympiad Tokens, you must first participate in at least 15 matches. You can exchange 1 Olympiad Point for 1,000 Olympiad Tokens. For example, if you have 55 Olympiad Points you can receive 55,000 Olympiad Tokens.<br>
Those who achieve hero status are eligible to receive additional Olympiad Tokens equivalent to 200 Olympiad Points.<br><br>
<center>
<table border="1" border color="white" width=200 height=150>
<tr>
<td align="center">Class</td>
<td align="center">Basis</td>
<td align="center">Points</td>
</tr>
<tr>
<td align="center">1st Rank</td>
<td>Top 1%</td>
<td align="center">100 pt</td>
</tr>
<tr>
<td align="center">2nd Rank</td>
<td>Top 10%</td>
<td align="center">75 pt</td>
</tr>
<tr>
<td align="center">3rd Rank</td>
<td>Top 25%</td>
<td align="center">55 pt</td>
</tr>
<tr>
<td align="center">4th Rank</td>
<td>Top 50%</td>
<td align="center">40 pt</td>
</tr>
<tr>
<td align="center">5th Rank</td>
<td>Top 100%</td>
<td align="center">30 pt</td>
</tr>
</table><br><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</center>
</body></html>