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,8 @@
<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 npc_%objectId%_Chat 0">Back</a>
</center>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Warehouse Keeper:<br>
<center>
<a action="bypass -h npc_%objectId%_DepositC">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 npc_%objectId%_Chat 0">Back</a>
</center>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>Warehouse Keeper:<br>
Sorry, I can't help you now.<br>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Warehouse Keeper:<br>
Welcome! If you wish to store items in our warehouse, it will cost you 30 adena per item.<br>
<center>
<a action="bypass -h npc_%objectId%_Chat 1">Private Warehouse</a><br>
<a action="bypass -h npc_%objectId%_Chat 2">Clan Warehouse</a><br>
<br>
</center>
</body></html>