From f6ee091f2f0f3e9f1eb5befa4188987a06a3ebf6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Feb 2021 15:46:03 -0300 Subject: Baby Dragon pet. Prepare for Mana Tree quest. --- npc/017-1/pet_detective.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/017-1') diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index 98b483bb8..de0ead541 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -68,6 +68,7 @@ L_Menu: rif(PDQ_CheckGHQ(Duck) >= 10000 && !countitem(DuckEgg), l("Duck")), rif(PDQ_CheckGHQ(Bat) >= 10000 && !countitem(BatEgg), l("Bat")), rif(PDQ_CheckGHQ(Moggun) >= 10000 && !countitem(MoggunEgg), l("Moggun")), + rif(PDQ_CheckGHQ(GreenDragon) >= 10000 && !countitem(DragonHorn), l("Green Dragon")), rif(#LOGIN_ALLTIME >= 6 && !countitem(PiouEgg), l("Piou")), l("Nothing at the moment."); @@ -98,6 +99,10 @@ L_Menu: .stock-=1; break; case 7: + if (PDQ_InnerSwitch(GreenDragon,DragonScales, 65)) + .stock-=1; + break; + case 8: if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) .stock-=1; break; -- cgit v1.2.3-60-g2f50