Chronicle 4 branch.
This commit is contained in:
34
L2J_Mobius_C4/dist/game/data/html/custom/1042.htm
vendored
Normal file
34
L2J_Mobius_C4/dist/game/data/html/custom/1042.htm
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
<html><body>Treasure Chest:<br>
|
||||
<table width=100% border=1>
|
||||
<tr>
|
||||
<td>top left<br>
|
||||
<a action="bypass -h npc_%objectId%_Deposit top-left">Deposit</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Withdraw top-left">Withdraw</a>
|
||||
</td>
|
||||
<td align="right">top right<br>
|
||||
<a action="bypass -h npc_%objectId%_Deposit top-right">Deposit</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Withdraw top-right">Withdraw</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>mid left<br>
|
||||
<a action="bypass -h npc_%objectId%_Deposit mid-left">Deposit</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Withdraw mid-left">Withdraw</a>
|
||||
</td>
|
||||
<td align="right">mid right<br>
|
||||
<a action="bypass -h npc_%objectId%_Deposit mid-right">Deposit</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Withdraw mid-right">Withdraw</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bottom left<br>
|
||||
<a action="bypass -h npc_%objectId%_Deposit bottom-left">Deposit</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Withdraw bottom-left">Withdraw</a>
|
||||
</td>
|
||||
<td align="right">bottom right<br>
|
||||
<a action="bypass -h npc_%objectId%_Deposit bottom-right">Deposit</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Withdraw bottom-right">Withdraw</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body></html>
|
Reference in New Issue
Block a user