From 63661e9fa0113e50b07a7fc81e0c13b46f708e1c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Dec 2018 14:15:25 -0200 Subject: Pet Detective minor rebalance (price, and checks) --- npc/017-1/pet_detective.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/017-1') diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index 1b12a55eb..2d1829ae5 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -16,14 +16,14 @@ mesq l("The Pet Caring Guild will collect them after a while, and capture many others."); next; mesn l("Ace Ventura"); - mesq l("So, what do you say about a deal? I'll affiliate you on the Pet Caring Guild for only 350.000 GP!"); - if (Zeny < 350000) + mesq l("So, what do you say about a deal? I'll affiliate you on the Pet Caring Guild for only 150.000 GP!"); + if (Zeny < 150000) close; next; if (askyesno() == ASK_NO) close; mes ""; - if (Zeny < 350000) { + if (Zeny < 150000) { mesn l("Ace Ventura"); mesq l("Oh, but we are affiliated with Jesusalva, whom hates cheaters. So, meet your dismissal!"); percentheal -100, 0; @@ -31,7 +31,7 @@ Zeny=(Zeny/10)*8; // You pay 20% of your GP as tax-money. Hasan gladly takes the money. Jesusalva's happy. $HASAN_GP+=.@val; } - Zeny=Zeny-350000; + Zeny=Zeny-150000; getexp 0, 500; setq LoFQuest_Pets, 1; setarray PETMEMO, 0, 1; @@ -46,8 +46,8 @@ L_Menu: mesq l("I currently have some pets with me. For most, you need to finish their Grand Hunter Quest, of course."); mes ""; select - rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Maggot)] >= 10000, l("Cute Maggot")), - rif(GHMEMO[GHQ_GetQuestIDByMonsterID(ForestMushroom)] >= 10000, l("Forest Mushroom")), + rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Maggot)] >= 10000 && !countitem(MaggotCocoon), l("Cute Maggot")), + rif(GHMEMO[GHQ_GetQuestIDByMonsterID(ForestMushroom)] >= 10000 && !countitem(ForestShroomEgg), l("Forest Mushroom")), l("Nothing at the moment."); mes ""; -- cgit v1.2.3-60-g2f50