chamberlain-vault.htm 1.0 KB

12345678910111213141516
  1. <html><body>
  2. <center><font color="LEVEL">[Castle Vault Management]</font></center><br>
  3. There is currently <font color="00ffff"> %tax_income% Adena</font> in the castle vault.<br>
  4. <br>
  5. Please enter the amount you wish to withdraw or deposit.<br>
  6. <center>
  7. <table height=27 width=280 bgColor="cccccc"><tbody><tr>
  8. <td align=middle width=50>Amount</td>
  9. <td align=left width=180><edit width="160" var="amount" type="number"></td>
  10. <td align=left width=40>Adena</td></tr></tbody></table>
  11. <br><br>
  12. <button value="Withdraw" action="bypass -h npc_%objectId%_manage_vault withdraw $amount" width=74 height=21 back="L2UI_CH3.Btn1_normalOn" fore="L2UI_CH3.Btn1_normal">
  13. <button value="Deposit" action="bypass -h npc_%objectId%_manage_vault deposit $amount" width=74 height=21 back="L2UI_CH3.Btn1_normalOn" fore="L2UI_CH3.Btn1_normal">
  14. <button value="Cancel" action="bypass -h npc_%objectId%_Link chamberlain/chamberlain.htm" width=74 height=21 back="L2UI_CH3.Btn1_normalOn" fore="L2UI_CH3.Btn1_normal">
  15. </center>
  16. </body></html>