Addition of Monster Race with reward system.
Adapted from aCis free version.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<br>
|
||||
In a monster race eight monsters race at the same time. If you guess which monster is expected to finish first and buy that monster's race ticket, based upon the odds to win you will receive an appropriate amount of adena.<br>
|
||||
<font color="LEVEL">Racing Schedule</font><br>
|
||||
Monster races every 20 minutes in real time.
|
||||
Monster races every 20 minutes in real time.<br>
|
||||
<font color="LEVEL">Method of Race Participation</font><br>
|
||||
You can purchase a monster race ticket through a race manager NPC. Only between 18 minutes before the start of a race until 3 minutes before the race begins you can buy a ticket for the applicable race. When you purchase a ticket through a conversation with a race manager, you can find out the names of participating monsters in the race and their current statistics. Five minutes before a race starts, the race manager will stop ticket sales and announce monsters' individual odds rate for the current race.<br>
|
||||
<font color="LEVEL">Types of Race</font><br>
|
||||
|
@@ -15,49 +15,49 @@
|
||||
<tr>
|
||||
<td fixwidth=40>No.1</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob1</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd1</font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td fixwidth=40>No.2</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob2</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd2</font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td fixwidth=40>No.3</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob3</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd3</font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td fixwidth=40>No.4</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob4</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd4</font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td fixwidth=40>No.5</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob5</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd5</font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td fixwidth=40>No.6</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob6</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd6</font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td fixwidth=40>No.7</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob7</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd7</font> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td fixwidth=40>No.8</td>
|
||||
<td fixwidth=130 align=left><font color="LEVEL">Mob8</font></td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">&$804;</font> </td>
|
||||
<td fixwidth=100 align=right><font color="00ffff">Odd8</font> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<img src="L2UI.SquareBlank" width=270 height=10>
|
||||
|
@@ -3,22 +3,12 @@
|
||||
<img src="L2UI.SquareWhite" width=270 height=1>
|
||||
<img src="L2UI.SquareBlank" width=1 height=3>
|
||||
<table width=270 border=0 bgcolor=111111>
|
||||
<tr><td fixwidth=60>Winnings for a Race.</td><td fixwidth=60 align=right>Lane</td><td fixwidth=160 align=right>Bet Amount</td></tr>
|
||||
<tr><td fixwidth=60 fixheight=1></td><td fixwidth=60></td><td fixwidth=160></td></tr>
|
||||
<tr><td fixwidth=70>Winnings for a Race.</td><td fixwidth=70 align=right>Lane</td><td fixwidth=130 align=right>Bet Amount</td></tr>
|
||||
<tr><td fixwidth=70 fixheight=1></td><td fixwidth=70></td><td fixwidth=130></td></tr>
|
||||
</table>
|
||||
<table width=270 border=0>
|
||||
<tr>
|
||||
<td><a action="bypass -h npc_%objectId%_Chat 8">1 Race Number</a></td>
|
||||
<td align=right><font color="LEVEL">1</font> Number</td>
|
||||
<td align=right><font color="LEVEL">100</font> Adena</td>
|
||||
</tr>
|
||||
%tickets%
|
||||
</table>
|
||||
<img src="L2UI.SquareWhite" width=270 height=1>
|
||||
|
||||
<table width=270 border=0>
|
||||
<tr><td width=90><a action="bypass _mrsl01_1">Previous List</a></td><td width=90 align=center>1 Page </td><td width=90 align=right><a action="bypass _mrsl01_2"> Next List</a></td></tr>
|
||||
</table>
|
||||
|
||||
<img src="L2UI.SquareWhite" width=270 height=1>
|
||||
<img src="L2UI.SquareBlank" width=270 height=5>
|
||||
<table width=270 border=0 cellpadding=0 cellspacing=0>
|
||||
|
@@ -4,11 +4,11 @@
|
||||
<img src="L2UI.SquareBlank" width=1 height=3>
|
||||
<table width=270 border=0>
|
||||
<tr>
|
||||
<td width=230>Race #19090<br>
|
||||
Lane 1<br>
|
||||
Bet: 100 adena<br>
|
||||
1st place: Lane [4]<br>
|
||||
Odds:[0.01]
|
||||
<td width=230>Race #%raceId%<br>
|
||||
Lane: %lane%<br>
|
||||
Bet: %bet% Adena<br>
|
||||
1st place: Lane [%firstLane%]<br>
|
||||
Odds: [%odd%]
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -18,8 +18,8 @@ Odds:[0.01]
|
||||
|
||||
<table width=270 border=0 cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td width=90 height=20><button value="Previous" action="bypass -h npc_%objectId%_Chat 7" back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19></td>
|
||||
<td width=90 height=20><button value="Previous" action="bypass -h npc_%objectId%_ShowTickets" back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19></td>
|
||||
<td width=90></td>
|
||||
<td width=90 align=right><button value="Calculate" action="bypass _mrsl03_30635184" back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19></td>
|
||||
<td width=90 align=right><button value="Calculate" action="bypass -h npc_%objectId%_CalculateWin %ticketObjectId%" back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19></td>
|
||||
</tr></table>
|
||||
</body></html>
|
@@ -7,41 +7,7 @@
|
||||
</table>
|
||||
<table width=270 border=0>
|
||||
<tr><td fixwidth=60 fixheight=1></td><td fixwidth=70></td><td fixwidth=70></td><td fixwidth=70></td></tr>
|
||||
<tr>
|
||||
<td><font color="LEVEL">7</font> th</td>
|
||||
<td><font color="LEVEL">8</font> Lane </td><td><font color="LEVEL">1</font> Lane</td>
|
||||
<td align=right><font color="00ffff">0.00</font> Times</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font color="LEVEL">6</font> th</td>
|
||||
<td><font color="LEVEL">4</font> Lane </td><td><font color="LEVEL">8</font> Lane</td>
|
||||
<td align=right><font color="00ffff">0.00</font> Times</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font color="LEVEL">5</font> th</td>
|
||||
<td><font color="LEVEL">7</font> Lane </td><td><font color="LEVEL">2</font> Lane</td>
|
||||
<td align=right><font color="00ffff">0.00</font> Times</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font color="LEVEL">4</font> th</td>
|
||||
<td><font color="LEVEL">6</font> Lane </td><td><font color="LEVEL">8</font> Lane</td>
|
||||
<td align=right><font color="00ffff">0.00</font> Times</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font color="LEVEL">3</font> th</td>
|
||||
<td><font color="LEVEL">4</font> Lane </td><td><font color="LEVEL">1</font> Lane</td>
|
||||
<td align=right><font color="00ffff">0.00</font> Times</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font color="LEVEL">2</font> th</td>
|
||||
<td><font color="LEVEL">1</font> Lane </td><td><font color="LEVEL">8</font> Lane</td>
|
||||
<td align=right><font color="00ffff">0.00</font> Times</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font color="LEVEL">1</font> th</td>
|
||||
<td><font color="LEVEL">7</font> Lane </td><td><font color="LEVEL">6</font> Lane</td>
|
||||
<td align=right><font color="00ffff">0.00</font> Times</td>
|
||||
</tr>
|
||||
%infos%
|
||||
</table>
|
||||
<img src="L2UI.SquareBlank" width=270 height=10>
|
||||
<img src="L2UI.SquareWhite" width=270 height=1>
|
||||
|
@@ -7,8 +7,8 @@
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_ShowOdds">View Odds</a></td></tr>
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_ShowInfo">View Monster Information</a></td></tr>
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_BuyTicket 0">Purchase Ticket</a></td></tr>
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_Chat 7">Calculate Winnings</a></td></tr>
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_Chat 9">View Past Results</a></td></tr>
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_ShowTickets">Calculate Winnings</a></td></tr>
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_ViewHistory">View Past Results</a></td></tr>
|
||||
<tr><td width=270><a action="bypass -h npc_%objectId%_Quest RaceTrack" msg="1298;Monster Race Track">Exit the monster race track.</a></td></tr>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user