Several Giran NPC dialogs.

Contributed by Henrar.
This commit is contained in:
MobiusDev
2017-08-03 07:49:15 +00:00
parent 336414ac0c
commit 039e4329ef
42 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<html><body>Warehouse Keeper Pochi:<br>
<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>
</body></html>

View File

@@ -0,0 +1,5 @@
<html><body>Warehouse Keeper Pochi:<br>
<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>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Warehouse Keeper Pochi:<br>
Hiya! Want to deposit those item? Or maybe you want to take some items back? Well! Maybe you've been to that luxury item shop nearby? Dwarf Galladucci, an illustrious member of our tribe, is running the shop. He May be a bit wierd, but he's real fellow! Take a look there, you'll find more stuff than you can fit in you pockets! HA!<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>