summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 19:38:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 19:38:34 -0300
commitd8b14353734e38bbd2d6656d783c383092b511f3 (patch)
tree4fef2d03989eb3abd8b879d7f249c0efb190b8bd /npc/009-2
parent7f06e200dbb80d7ea9ad753675769b0ba14ca2b2 (diff)
downloadserverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.gz
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.bz2
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.xz
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.zip
Balance: Boost all Sulphur Powder sources in x4, nerf Flar attack from 110% to 80%
Diffstat (limited to 'npc/009-2')
-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