summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-07-03 01:02:17 +0200
committerFedja Beader <fedja@protonmail.ch>2024-07-03 01:02:17 +0200
commit255831d7edac6c22cebec373b01bdac5b388d713 (patch)
treed760afcaa98c51793f5f9fd7ca545fd748cda575
parenta9857b7f096945c8a66b72068d697ae7aef73915 (diff)
downloadserverdata-255831d7edac6c22cebec373b01bdac5b388d713.tar.gz
serverdata-255831d7edac6c22cebec373b01bdac5b388d713.tar.bz2
serverdata-255831d7edac6c22cebec373b01bdac5b388d713.tar.xz
serverdata-255831d7edac6c22cebec373b01bdac5b388d713.zip
I really like these shopping lists from other NPCs.
is 9 brown?
-rw-r--r--npc/003-8/jhedia.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt
index b1950d7b3..0b1d64955 100644
--- a/npc/003-8/jhedia.txt
+++ b/npc/003-8/jhedia.txt
@@ -21,11 +21,12 @@
.@price = POL_AdjustPrice(.@price);
mesn;
- mesq l("Do you want to craft %s? For that I will need %d %s, %d %s and %s gp.",
- getitemlink(.@prize),
- .@ore_amount, getitemlink(.@ore_id),
- .@coal_amount, getitemlink(Coal),
- fnum(.@price));
+ mesq l("Do you want to craft %s? For that I will need:",
+ getitemlink(.@prize));
+
+ mesc l("* %d %s", .@ore_amount, getitemlink(.@ore_id)), 9;
+ mesc l("* %d %s", .@coal_amount, getitemlink(Coal)), 9;
+ mesc l("* %s gp", fnum(.@price)), 9;
next;
mesn;
@@ -34,7 +35,9 @@
countitem(Coal) / .@coal_amount,
Zeny / .@price);
- mesq l("How many ingots do you want to make? You can make at most %d of them.", .@can_smelt_amount);
+ mesq l("How many ingots do you want to make? You can make at most %d of them.",
+ .@can_smelt_amount);
+
input .@amount;
if (.@amount < 1)