1234567891011121314151617181920212223242526272829 |
- <html><body>
- <center>Confirm Monster Race Bet / Calculate Winnings</center>
- <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>
- </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>
- </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>
- <tr>
- <td width=90 height=20><button value="Back" action="bypass -h npc_%objectId%_Chat 0" back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19></td>
- <td width=90></td>
- <td width=90></td>
- </tr></table></body></html>
|