summaryrefslogtreecommitdiff
path: root/npc/017-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-14 14:15:25 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-14 14:15:25 -0200
commit63661e9fa0113e50b07a7fc81e0c13b46f708e1c (patch)
tree3bb224d2532924b1f0a045b0d1caea86d5fe391d /npc/017-1
parent23d320185bc6f424f6fffaa6ef64416b0d3f9cf1 (diff)
downloadserverdata-63661e9fa0113e50b07a7fc81e0c13b46f708e1c.tar.gz
serverdata-63661e9fa0113e50b07a7fc81e0c13b46f708e1c.tar.bz2
serverdata-63661e9fa0113e50b07a7fc81e0c13b46f708e1c.tar.xz
serverdata-63661e9fa0113e50b07a7fc81e0c13b46f708e1c.zip
Pet Detective minor rebalance (price, and checks)
Diffstat (limited to 'npc/017-1')
-rw-r--r--npc/017-1/pet_detective.txt12
1 files changed, 6 insertions, 6 deletions
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 "";