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,9 @@
<html><body>Blacksmith Momet:<br>
If you need dual weapons, Momet's your blacksmith! Anything is possible, <font color="LEVEL">except for A-grade</font> weapons! I wonder if anyone's better than me. Maybe <font color="LEVEL">Mammon's own legendary blacksmith</font>?<br>
You just need to bring me your sword, a Stone of Purity, and a small fee.<br>
Dual weapons are formed by combining a <font color="LEVEL">Normal weapon</font> with another Normal weapon, a <font color="LEVEL">Basic weapon</font> with another Basic weapon, and a <font color="LEVEL">Race weapon</font> with a Normal weapon. Rare weapons are actually B-grade or higher.<br>
And you can't combine weapons that have options on them so don't even bother bringing those.<br>
Oh, if you combine enchanted weapons, those effects will disappear so don't get mad at me about that!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2003">"Let me see what you've got."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -0,0 +1,10 @@
<html><body>Blacksmith Momet:<br>
You want to bestow special abilities on your weapons?<br>
Don't worry about the enchant. Enhancing the weapons will not make the enchant disappear.
The new abilities for the items will be shown below the information. You do know that you can only see the weapons you already have?<br>
Also A-Grade weapons and above cannot be handled by just anyone. I can't help you with that. Perhaps the legendary <font color="LEVEL">Blacksmith of Mammon</font> can do it.<br>
Also, when you want to <font color="LEVEL">remove</font> any <font color="LEVEL">special abilities</font>, the <font color="LEVEL">Blacksmith of Mammon</font> can help you with that. There are rumors that the <font color="LEVEL">Black Marketeer of Mammon</font> too has learned <font color="LEVEL">how to remove special abilities</font>.<br>
Choose the capabilities you wish to add to your weapons!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 4000">"Let me see what you got."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -0,0 +1,10 @@
<html><body>Blacksmith Momet:<br>
I see you've come to unseal your armor.<br1>
You can tell cute little Momet everything you need.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 1002">Release seal on B-Grade gloves and boots.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 1003">Put seal back on B-Grade gloves and boots.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 1005">Release seal on A-Grade armor.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 1006">Release seal on A-Grade accessory.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 1007">Put seal back on A-Grade armor.</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -0,0 +1,7 @@
<html><body>Blacksmith Momet:<br>
Oh, so you're here to Augment an item.<br1>
You can both Augment and remove an Augment from an item!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/augmentation_01.htm">Augment and item.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/augmentation_02.htm">Remove Augment.</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -0,0 +1,10 @@
<html><body><center>[R-grade Set Option]</center><br>
Cute little Momet is <font color="LEVEL">adding</font> and <font color="LEVEL">changing set options</font> on your <font color="LEVEL">R-grade armor</font> at a specially discounted price. Aren't I sweet?<br>
Equipping items with the same set effects together will bestow you with a variety of abilities.<br>
If you're unhappy with your existing options, I will change them for you.<br>
Would you like to request adding armor set options from cute and sweet little me?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 767">Endow R-Grade armor with a set effect.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 768">Change the set effect of your R-grade armor.</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</center>
</body></html>

View File

@@ -0,0 +1,11 @@
<html><body>Blacksmith Momet:<br>
Welcome!<br1>
You're a great judge of dwarven character, sine you've come to see delightful little me.<br>
Now, what can I help you with?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Craft a dual weapon.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"I want to imbue special abilities on a weapon."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 3">"I want to seal armor and accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 4">"I want to Augment an item."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 5">"Show me the R-Grade Set Options."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>