From a75a7a38858ef4f309df7c81010146839072ea32 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Jul 2018 16:52:25 -0300 Subject: Reduce price too, these potions are not THAT rare 0.0 --- npc/005-6/zitoni.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/005-6/zitoni.txt') diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt index 8ebe9a52b..fef2f8f27 100644 --- a/npc/005-6/zitoni.txt +++ b/npc/005-6/zitoni.txt @@ -148,7 +148,7 @@ L_OtherPotion: mesq l("I make both @@ and @@, if you give me the shrooms associated to them, and money.", getitemlink(HastePotion), getitemlink(StrengthPotion)); next; mesn; - mesq l("For you, it will be only 200 GP for potion! But I need the base ingredients, five @@ - or @@, depends on which one.", getitemlink(Plushroom), getitemlink(Chagashroom)); + mesq l("For you, it will be only 250 GP for potion! But I need the base ingredients, four @@ - or @@, depends on which one.", getitemlink(Plushroom), getitemlink(Chagashroom)); next; menu l("Nothing at the moment."), L_Quit, @@ -158,7 +158,7 @@ L_OtherPotion: L_HastePotion: mes ""; mesn; - if (Zeny < 200) { + if (Zeny < 150) { mesq l("You don't have enough money. Sorry."); next; goto L_Quit; @@ -169,7 +169,7 @@ L_HastePotion: goto L_Quit; } inventoryplace HastePotion, 1; - Zeny=Zeny-200; + Zeny=Zeny-150; delitem Plushroom, 4; getitem HastePotion, 1; mesq l("Here you go!"); @@ -178,7 +178,7 @@ L_HastePotion: L_StrengthPotion: mes ""; mesn; - if (Zeny < 200) { + if (Zeny < 150) { mesq l("You don't have enough money. Sorry."); next; goto L_Quit; @@ -189,7 +189,7 @@ L_StrengthPotion: goto L_Quit; } inventoryplace StrengthPotion, 1; - Zeny=Zeny-200; + Zeny=Zeny-150; delitem Chagashroom, 4; getitem StrengthPotion, 1; mesq l("Here you go!"); -- cgit v1.2.3-60-g2f50