Parsed new style html buttons.

This commit is contained in:
mobius
2015-01-03 21:32:03 +00:00
parent 7e473d3efd
commit 15e5e063a7
5370 changed files with 12014 additions and 12014 deletions

View File

@@ -1,8 +1,8 @@
<html><body>Warehouse Keeper:<br>
Welcome! What can I do for you today? It costs only 30 Adena to store items. If you are a manager, please let me know in advance and I will give you an item that will help the clan's development.<br><br>
<center>
<a action="bypass -h Quest CastleWarehouse warehouse-02.html">Private Warehouse.</a><br>
<a action="bypass -h Quest CastleWarehouse warehouse-03.html">Clan Warehouse.</a><br>
<a action="bypass -h Quest CastleWarehouse warehouse-04.html">Check honorary item.</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse warehouse-02.html">Private Warehouse.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse warehouse-03.html">Clan Warehouse.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse warehouse-04.html">Check honorary item.</Button>
</center>
</body></html>

View File

@@ -1,7 +1,7 @@
<html><body>Warehouse Keeper:<br>
<center>
<a action="bypass -h npc_%objectId%_DepositP">Deposit an item. (Private Warehouse)</a><br>
<a action="bypass -h npc_%objectId%_WithdrawP">Withdraw an item. (Private Warehouse)</a><br><br>
<a action="bypass -h Quest CastleWarehouse warehouse-01.html">Back</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositP">Deposit an item. (Private Warehouse)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawP">Withdraw an item. (Private Warehouse)</Button><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse warehouse-01.html">Back</Button>
</center>
</body></html>

View File

@@ -1,7 +1,7 @@
<html><body>Warehouse Keeper:<br>
<center>
<a action="bypass -h npc_%objectId%_DepositC" msg="1039">Deposit an item. (Clan Warehouse)</a><br>
<a action="bypass -h npc_%objectId%_WithdrawC">Withdraw an item. (Clan Warehouse)</a><br><br>
<a action="bypass -h Quest CastleWarehouse warehouse-01.html">Back</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositC" msg="1039">Deposit an item. (Clan Warehouse)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawC">Withdraw an item. (Clan Warehouse)</Button><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse warehouse-01.html">Back</Button>
</center>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Warehouse Keeper:<br>
You can earn a total of <font color="LEVEL">%blood%</font> "Blood Alliances" through a successful siege.<br><br>
<a action="bypass -h Quest CastleWarehouse Receive">Receive "Blood Alliance."</a><br>
<a action="bypass -h Quest CastleWarehouse Exchange">Exchange a "Blood Alliance" for 30 "Blood Oaths."</a><br>
<a action="bypass -h Quest CastleWarehouse warehouse-01.html">Back.</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse Receive">Receive "Blood Alliance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse Exchange">Exchange a "Blood Alliance" for 30 "Blood Oaths."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleWarehouse warehouse-01.html">Back.</Button>
</body></html>