diff options
-rw-r--r-- | npc/017-1/fairy_collector.txt | 12 |
1 files 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; |