diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-17 18:13:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-17 18:13:29 -0300 |
commit | ecbfca6ed76452e9f034370fcb1f0a3a7212132e (patch) | |
tree | c1ede307908812399fe46daaeed3c6247e246310 /npc/017-1 | |
parent | d76220d21056da90f8eceb275552999f5fb13b6b (diff) | |
download | serverdata-ecbfca6ed76452e9f034370fcb1f0a3a7212132e.tar.gz serverdata-ecbfca6ed76452e9f034370fcb1f0a3a7212132e.tar.bz2 serverdata-ecbfca6ed76452e9f034370fcb1f0a3a7212132e.tar.xz serverdata-ecbfca6ed76452e9f034370fcb1f0a3a7212132e.zip |
Rewrite Pet Detective even further to make it easier to read
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/pet_detective.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index ba0b12693..7b3ec5691 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -62,9 +62,9 @@ L_Menu: mesc l("So, you are the first and must contact Jesusalva %%g"), 1; mes ""; select - rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Maggot)] >= 10000 && !countitem(MaggotCocoon), l("Cute Maggot")), - rif(GHMEMO[GHQ_GetQuestIDByMonsterID(ForestMushroom)] >= 10000 && !countitem(ForestShroomEgg), l("Forest Mushroom")), - rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Fluffy)] >= 10000 && !countitem(FluffyEgg), l("Commmon Fluffy")), + rif(PDQ_CheckGHQ(Maggot) >= 10000 && !countitem(MaggotCocoon), l("Cute Maggot")), + rif(PDQ_CheckGHQ(ForestMushroom) >= 10000 && !countitem(ForestShroomEgg), l("Forest Mushroom")), + rif(PDQ_CheckGHQ(Fluffy) >= 10000 && !countitem(FluffyEgg), l("Commmon Fluffy")), rif(#LOGIN_ALLTIME >= 12 && !countitem(PiouEgg), l("Piou")), l("Nothing at the moment."); |