Oren dialogs.

Contributed by quangnguyen.
This commit is contained in:
MobiusDev
2017-08-15 11:01:07 +00:00
parent f6ffb5f04a
commit 84f82612cf
29 changed files with 323 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<html><body>Merchant Zenkin:<br>
Choose whatever you want! Warrior? Wizard? We have it all!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017800">"I want to trade Warrior equipament."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017801">"I want to trade Wizard equipament."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017801">"I want to trade Warrior equipament."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017802">"I want to trade Wizard equipament."</Button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Trader Raudia:<br>
What would you have? We have items for many methods of combat.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017900">"I want to trade Warrior Equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017901">"Let's trade some Wizard equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017901">"I want to trade Warrior Equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3017902">"Let's trade some Wizard equipment."</Button>
</body></html>

View File

@@ -1,7 +1,7 @@
<html><body>Trader Sara:<br>
Are you planning to buy? Or would you like to sell?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3018000">"I need to exchange some consumables and minerals."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3018001">"I want to trade some dye."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3018001">"I need to exchange some consumables and minerals."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3018002">"I want to trade some dye."</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

@@ -3,7 +3,7 @@ What brings you here, my young friend? What are you looking for?<br>
No, no, I'm not talking about items.... What I mean is, what did you expect to find all the way out here?<br>
Pshaw, never mind. Old habits die hard, indeed.... Don't think that I'm a senile old man. Wait, I might be senile, after all... But be that as it may, all items here are good and proper.<br>
Welcome to Galibredo's Emporium of Magic. Browse at your leisure. Let me know if anything catches your eye.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3018100">"I want to trade some accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3018101">"I want to trade some 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>