Several Oren dialogs.

Contributed by maxstyle.
This commit is contained in:
MobiusDev
2017-08-10 13:39:36 +00:00
parent 4ea2681627
commit 7d2d6815b9
32 changed files with 177 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
<html><body>Warehouse Keeper Cliff:<br>
Oh, welcome, welcome! Isn't that heavy? Come rest for a moment!<br>
This warehouse is run by the Dwarf Banks Association! We are the most trusted association in the whole world -- the moment you deposit items here, and until you come to get it, CLINK! Locked away! You've heard all manner of stories, I'm sure, from wars to heartbreak to treachery and conspiracy, but have you ever heard of a Dwarven warehouse being robbed? No. No you haven't.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link warehouse/privatewh.htm">Private warehouse</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link warehouse/clanwh.htm">Clan warehouse</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,5 @@
<html><body>Warehouse Keeper Hagger:<br>
<center><Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositP">Deposit Item (Private Warehouse)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawP">Withdraw Item (Private Warehouse)</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button></center>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>
Warehouse Keeper Hagger:<br>
<center><Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositC" msg="1039">Deposit Item (Clan Warehouse)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawC">Withdraw Item (Clan Warehouse)</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button></center>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Warehouse Keeper Hagger:<br>
Welcome, customer! Deposit or withdrawal? Dwarf warehouse safes will keep any item safe for life, for a fine low introductory price of only 30 Adena.<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>