summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/constants.conf1
-rw-r--r--npc/012-5/nicholas.txt6
2 files changed, 5 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 6c131e6e3..a57ffd438 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3964,6 +3964,7 @@ constants_db: {
NPC_AULDSBEL: 202
NPC_FEMALE_WORKER: 203
NPC_GEORGE: 205
+ NPC_SILVERSMITH: 207
NPC_TECH_EXPLORER: 208
NPC_CHEF: 210
NPC_GLASS_OLD_LADY: 211
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index b23d567c5..246d45dbc 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -40,8 +40,10 @@
.@price=getarg(5);
mesn;
- mesq l("Do you want to craft @@? For that I will need @@ @@, @@ @@ and @@ gp.",
- getitemlink(.@prize), .@amon1, getitemlink(.@base1), .@amon2, getitemlink(.@base2), .@price);
+ mesq l("Do you want to craft @@? For that I will need:", getitemlink(.@prize));
+ mesc l("@@/@@ @@", countitem(.@base1), .@amon1, getitemlink(.@base1));
+ mesc l("@@/@@ @@", countitem(.@base2), .@amon2, getitemlink(.@base2));
+ mesc l("@@/@@ GP", format_number(Zeny), format_number(.@price));
select
l("Yes"),