Elven Village dialogs.

Contributed by quangnguyen.
This commit is contained in:
MobiusDev
2017-08-05 12:45:35 +00:00
parent 75aef55daf
commit f0e0f5d7e6
67 changed files with 495 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<html><head><body>Merchant Unoren:<br>
What would you like to do?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3014701">"I want to Warrior equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3014702">"I want to Wizard equipment."</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><head><body>Merchant Unoren:<br>
Welcome, friend! Here you can buy top-notch weaponry to guarantee victory in battle. We carry everthing from sharp-bladed Bronze Daggers to the highest-quality Mithril Swords. Take a look around and let me know what you'd like.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to trade equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Can you tell me about the local lord and tax rate?"</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,5 @@
<html><head><body>Trader Ariel:<br>
We sell exquisite armor, study shields and elegant helms. All are guaranteed to work as good as they look!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3014801">"I want to trade Warrior equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3014802">"I want to trade Wizard equipment."</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><head><body>Trader Ariel:<br>
We sell exquisite armor, study shields and elegant helms. All are guaranteed to work as good as they look!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Trade equipment</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Can you tell me about the local lord and tax rate?"</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><head><body>Trader Creamees:<br>
Welcome, brother. Don't you find the fragrance of herbs sweet and soothing? It seems my young friend Hebiel is preparing another new elixir. Feel free to have a look around. You might find something you really need.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3014901">"I want to trade accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Can you tell me about the local lord and tax rate?"</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><head><body>Trader Heribel:<br>
Welcome! We carry sweet elixirs that energize tired bodies and put smiles on gloomy faces. Take your time looking around. If there's anything you need, please let me know.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3015001">"I need to exchange some consumables and minerals."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Can you tell me about the local lord and tax rate?"</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>