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,4 @@
<html><body>Warehouse Keeper:<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 0">Withdraw Item (Private Warehouse)</Button>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Warehouse Keeper:<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositC @1039">Deposit Item (Clan Warehouse)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawC 0">Withdraw Item (Clan Warehouse)</Button>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Even heard of the <font color="LEVEL">Wondrous Cubic</font>? It's the fruit of our guild's labor! It can produce all kinds of <font color="LEVEL">Cube Fragments</font>!<br>
But the thing is, you can't really use this item more than once a day. You see where this is going? So you get me some of these fragments, and I give you scrolls and items in exchange -- how about it? If you don't have the Wondrous Cubic, go to Helvetia in the Village of Giran, and she'll tell you all about it.<br>
(Cooldown for the Wondrous Cubic resets at 6 am.)<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339471">"I want to buy some stuff with the Cube Fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339472">"I want to buy Lv. 1 Ancient / Giant / Legendary Dye with Wondrous Fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339473">"I want to buy Lv. 2 Ancient / Giant / Legendary Dye with Wondrous Fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 339474">"I want to buy Lv. 3 Ancient / Giant / Legendary Dye with Wondrous Fragments."</Button>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Warehouse Keeper Grakon:<br>
Ow. My legs hurt from standing for so long.<br>
Oh, how long were you standing there? Did you want something?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Yeah, I need a private warehouse."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"Can I see my clan warehouse?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 3"><font color ="LEVEL">"I just want my Wondrous Cubic."</font></Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>