Faeron NPC improvements.

Contributed by Krash.
This commit is contained in:
mobius
2015-01-04 02:55:26 +00:00
parent 3a4cd2d2e1
commit 0c46668bfa
45 changed files with 324 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
<html><body>Armor Merchant Denya:<br>
What do you need?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 777785">"I want to trade Warrior equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 777786">"I want to trade Wizard equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 6001">"I need to exchange equipment."</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Armor Merchant Denya:<br>
When I first came to the Material Realm, I panicked.<br>
I mean, I didn't know that the place I lived in was called the Wind Spirit Realm until then. But then it wasn't so bad after I got used to it.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">''I want to trade equipment''.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Weapon Merchant Eva:<br>
What do you want to trade?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 777783">"I want to trade general Warrior equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 777784">"I want to trade general Wizard equipment."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 6001">"I need to exchange equipment."</Button>
</body></html>

View File

@@ -0,0 +1,7 @@
<html><body>Weapon Merchant Eva:<br>
If only I'd been able to bring a few items from the Wind Realm! I'd be rich.<br>
Note that the items here are bad. It's just that the items from the Wind Realm are rare here.<br>
That's what you call a scarcity value.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">I want to trade equipment.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,7 @@
<html><body>Grocer Pelu:<br>
Welcome. Take your pick.<br>
I don't have as much I did back in the Wind Realm. But I prepared a lot.I'm sure I have pretty much everything that you need.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 777789">"I need to exchange some consumables and minerals".</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I need to exchange some Fortune Pocket".</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Ceri the Accessory Merchant:<br>
What do you want from me?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 777788">"I need to trade accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 6001">"I need to exchange equipment."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>