summaryrefslogtreecommitdiff
path: root/npc/012-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-27 15:35:43 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-27 15:35:43 -0300
commit52994f358e174770902560225e767e6ce11b5848 (patch)
treefb16cb1a82ed9dc2cd0f2dc6bb26b5c165d30391 /npc/012-4
parentd7da4ca7eefa99f6de059730a71cf49061168415 (diff)
downloadserverdata-52994f358e174770902560225e767e6ce11b5848.tar.gz
serverdata-52994f358e174770902560225e767e6ce11b5848.tar.bz2
serverdata-52994f358e174770902560225e767e6ce11b5848.tar.xz
serverdata-52994f358e174770902560225e767e6ce11b5848.zip
Lower wyara prices for Return Potion (still expensive)
Diffstat (limited to 'npc/012-4')
-rw-r--r--npc/012-4/wyara.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt
index 807da2aab..6d884c7ff 100644
--- a/npc/012-4/wyara.txt
+++ b/npc/012-4/wyara.txt
@@ -104,7 +104,7 @@ L_Uncurse:
close;
L_ReturnPot:
- .@price=10000-(reputation("Hurns")*20);
+ .@price=7000-(reputation("Hurns")*20);
.@craft=2001-(reputation("Hurns")*20);
mesn;
mesq l("I understand. Rakinorf told me to stuff you with them if needed.");
@@ -116,10 +116,10 @@ L_ReturnPot:
mesq l("So, it is @@ GP each one up-front. Or I can brew with your materials:", .@price);
mes "";
mesn l("Craft Recipe");
- mesc l("- @@/@@ @@", countitem(MauveHerb), 100, getitemlink(MauveHerb));
- mesc l("- @@/@@ @@", countitem(MushroomSpores), 20, getitemlink(MushroomSpores));
- mesc l("- @@/@@ @@", countitem(Potatoz), 10, getitemlink(Potatoz));
- mesc l("- @@/@@ @@", countitem(Coral), 10, getitemlink(Coral));
+ mesc l("- @@/@@ @@", countitem(MauveHerb), 80, getitemlink(MauveHerb));
+ mesc l("- @@/@@ @@", countitem(MushroomSpores), 15, getitemlink(MushroomSpores));
+ mesc l("- @@/@@ @@", countitem(Potatoz), 7, getitemlink(Potatoz));
+ mesc l("- @@/@@ @@", countitem(Coral), 5, getitemlink(Coral));
mesc l("- @@/@@ @@", countitem(EverburnPowder), 1, getitemlink(EverburnPowder));
mesc l("- @@/@@ GP", format_number(.@craft), format_number(Zeny));
next;