diff options
-rw-r--r-- | npc/012-4/wyara.txt | 10 |
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; |