Ivory Tower dialogs.
Contributed by quangnguyen.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<html><head><body>Warehouse Keeper Marty:<br>
|
||||
<center>
|
||||
<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>
|
||||
</center>
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<html><head><body>Warehouse Keeper Marty:<br>
|
||||
<center>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositC">Deposit Item (Clan Warehouse)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawC">Withdraw Item (Clan Warehouse)</Button>
|
||||
</center>
|
||||
</body></html>
|
||||
@@ -0,0 +1,8 @@
|
||||
<html><body>Warehouse Keeper Marty:<br>
|
||||
If you have an item that's too heavy to carry around, but to valuable to leave just anywhere, consider using our warehouse! Our dwarven businessmen own just about all the warehouse and banking business in the entire continent. Aside from that, when you store your item with us, you can retrieve it anywhere!<br>
|
||||
What do you think? We even have a branch inside the Ivory Tower that the royal family cannot touch!<br1>
|
||||
True story!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Private Warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Clan warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user