Talking Island NPC dialogs.

Contributed by quangnguyen.
This commit is contained in:
MobiusDev
2017-08-03 11:21:58 +00:00
parent 039e4329ef
commit df8b06406d
50 changed files with 390 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<html><body>Trader Lector:<br>
What would you like to trade?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000100">"I want to trade Warrior Equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000101">"I want to trade Wizard Equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000101">"I want to trade Warrior Equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000102">"I want to trade Wizard Equipment."</Button>
</body></html>

View File

@@ -0,0 +1,5 @@
<html><body>Trader Jackson:<br>
What would you like to trade?.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000201">"I want to trade Warrior equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000202">"I want to trade Wizard equipment."</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>Trader Jackson:<br>
I have nothing to sell to a scoundrel like you! Get out of my sight, or I'll give you a taste of my fist.
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Trader Jackson:<br>
Welcome! what goods are you looking for? Please look around. There are many high-quality wares available. And if you can afford it, always equip the best armor and weapons. Your battles will become much easier.<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,3 @@
<html><body>Accessory Merchant Silvia:<br>
I have nothing to sell to a scoundrel like you! Get out of my sight, or I'll give you a taste of my fist.
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Accessory Merchant Silvia:<br>
Hey there! If you see something you like, buy it quickly. I don't have time to waste sitting here all day, despite what my aunt thinks. A pretty girl like me deserves to have some fun, you know!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000301">"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,3 @@
<html><body>Trader Katerina:<br>
I have nothing to sell to a scoundrel like you! Get out of my sight, or I'll give you a taste of my fist.
</body></html>

View File

@@ -0,0 +1,6 @@
<html><head><body>Trader Katerina:<br>
May the Goddess of Fortune be with you always. Is there anything particular you are looking for? The things I sell aren't anything grand, but depending on when and how you use them they could turn out to be most useful. Please try them once, if you haven't done so yet.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3000401">"I want to trade comsumables 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>