From 81d1a6ab5b900b5489bc37b51b936851a1f67103 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Jul 2024 23:17:17 -0300 Subject: Fix exploit on Royal Fairy Collector --- npc/017-1/fairy_collector.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index 015f788b2..fa8532803 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -283,11 +283,13 @@ L_Main: msObjective(countitem(ChampionshipBow), "* "+getitemlink(ChampionshipBow)); msObjective(countitem(BansheeBow), "* "+getitemlink(BansheeBow)); next; - if (countitem(PynRifle) && - countitem(PynGatling) && - countitem(PynShotgun) && - countitem(PynRevolver) && - countitem(Dustynator)) { + if (countitem(TrainingBow) && + countitem(WoodenBow) && + countitem(ShortBow) && + countitem(ForestBow) && + countitem(ElficBow) && + countitem(ChampionshipBow) && + countitem(BansheeBow)) { #COLLECTOR = #COLLECTOR|COLLECT_BOWS; getitembound SilverBell, 1, 1; mesc l("CONGRATULATIONS! You have obtained the %s.", getitemlink(SilverBell)), 3; -- cgit v1.2.3-70-g09d2