Updated Alexandria dialog and multisells to retail.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2022-08-03 23:10:31 +00:00
parent cfc2905d49
commit c4d6813ac5
8 changed files with 153 additions and 109 deletions

View File

@@ -1,9 +0,0 @@
<html><body>Trader Alexandria:<br>
Welcome. Thank you for visiting the Luxury goods store. We have many precious items that you can't find anywhere else.<br>
We've recently added <font color="LEVEL">Artifacts</font> and <font color="LEVEL">Artifact Books</font> so make sure to take a look around.<br>
Do you have <font color="LEVEL">Artifact Fragments</font> by any chance? If so, you can exchange them for Artifacts with special abilities as well. Make sure to try them out.<br>
<button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 2310">"I want to purchase Artifacts."</button>
<Button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 2334">"I want to purchase new Artifacts."</Button>
<button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 2311">"I want to take a chance and get an Artifact."</button>
<button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 2312">"I want to use an Artifact Crystal."</button>
</body></html>

View File

@@ -0,0 +1,9 @@
<html><body>Trader Alexandria:<br>
Welcome. Thank you for visiting our store. We sell top-class goods that you won't find anywhere else.<br>
Today we can offer you <font color="LEVEL">artifacts</font> and <font color="LEVEL">artifact books</font>. Take a look around, I'm sure you will find something you like.<br>
Maybe you also have some <font color="LEVEL">artifact fragments</font>? In this case I'd be happy to exchange them for artifacts with unique properties. Thank you.<br>
<Button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 300980001">Exchange Artifact Crystal with guaranteed success</Button>
<button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 300980002">Buy artifacts</button>
<button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 300980003">Exchange 30 Artifact Fragments with guaranteed success</button>
<button align="LEFT" icon="NORMAL" action="bypass -h npc_%objectId%_multisell 300980004">Exchange 300 Artifact Fragments with guaranteed success</button>
</body></html>