From d8b14353734e38bbd2d6656d783c383092b511f3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Apr 2021 19:38:34 -0300 Subject: Balance: Boost all Sulphur Powder sources in x4, nerf Flar attack from 110% to 80% --- npc/009-2/trader.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/009-2/trader.txt') 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 -- cgit v1.2.3-70-g09d2