From 426b1ca787b1492afef540110c6342f4970bd958 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 31 Jul 2018 11:58:26 -0300 Subject: Update Nicholas Script --- npc/012-5/nicholas.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc') 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"), -- cgit v1.2.3-60-g2f50