Chronicle 4 branch.

This commit is contained in:
MobiusDev
2017-07-19 21:24:06 +00:00
parent 9a69bec286
commit 3a0bf3539a
13496 changed files with 641683 additions and 0 deletions

View 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>