functions-apply.htm 1.2 KB

12345678910111213141516171819202122232425262728
  1. <html><body><br>
  2. <font color="LEVEL">[Manage Fortress]</font><br>
  3. <table width=275 cellspacing=3 cellpadding=0>
  4. <tr>
  5. <td fixwidth=45><font color="999999">Name</font></td>
  6. <td fixwidth=230>%name%</td>
  7. </tr>
  8. <tr>
  9. <td><font color="999999">Cost</font></td>
  10. <td><font color="00FFFF"><font color="FFAABB">%cost%</td>
  11. </tr>
  12. <tr>
  13. <td valign=top><font color="999999">Use</font></td>
  14. <td>%use%</td>
  15. </tr>
  16. </table><br>
  17. The fee for using this feature must be paid in advance.<br>
  18. The initial fee will be deducted from the clan lord's <font color="LEVEL">inventory</font>, and subsequent fees will be withdrawn from the <font color="LEVEL">clan warehouse</font>.<br>
  19. If there is not sufficient Adena in the clan warehouse, <font color="LEVEL">the facility will be reset</font>.<br>
  20. <center>
  21. <table width=200>
  22. <tr>
  23. <td align=center><button action="bypass -h npc_%objectId%_manage %apply%" value="OK" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  24. <td align=center><button action="bypass -h npc_%objectId%_manage" value="Cancel" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  25. </tr>
  26. </table>
  27. </center>
  28. </body></html>