summaryrefslogtreecommitdiff
path: root/npc/009-2/trader.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2/trader.txt')
-rw-r--r--npc/009-2/trader.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/009-2/trader.txt b/npc/009-2/trader.txt
index 83ed8d37..ff1076e5 100644
--- a/npc/009-2/trader.txt
+++ b/npc/009-2/trader.txt
@@ -68,7 +68,10 @@ L_Iron:
L_Sulphur:
mes "[Trader]";
- mes "\"I can trade you 5 Sulphur Powders for 1 Pile of Ash and " + @Sulphurprice + "gp.\"";
+ mesq l("I can trade you %d %ss for %d %s and %d GP.",
+ 20, getitemlink(SulphurPowder),
+ 1, getitemlink(PileOfAsh),
+ @Sulphurprice);
menu
"Here you go.", L_Spowder,
"Are you nuts?! Forget it!", L_close;
@@ -101,7 +104,7 @@ L_Spowder:
if (@inventorylist_count == 100 && countitem("PileOfAsh") > 1 && countitem("SulphurPowder") < 1) goto L_Full;
delitem "PileOfAsh", 1;
Zeny = Zeny - @Sulphurprice;
- getitem "SulphurPowder", 5;
+ getitem "SulphurPowder", 20;
mes "[Trader]";
mes "\"There you go. Would you like to trade anything else?\"";
menu