summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-07-28 23:17:17 -0300
committerJesusaves <cpntb1@ymail.com>2024-07-28 23:17:17 -0300
commit81d1a6ab5b900b5489bc37b51b936851a1f67103 (patch)
tree6fa2a4b3328050700eeeb1168fad12a1b1dbd3e6
parent54530684ff9392cc32628ac2253381977d1a5e4e (diff)
downloadserverdata-81d1a6ab5b900b5489bc37b51b936851a1f67103.tar.gz
serverdata-81d1a6ab5b900b5489bc37b51b936851a1f67103.tar.bz2
serverdata-81d1a6ab5b900b5489bc37b51b936851a1f67103.tar.xz
serverdata-81d1a6ab5b900b5489bc37b51b936851a1f67103.zip
Fix exploit on Royal Fairy Collector
-rw-r--r--npc/017-1/fairy_collector.txt12
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;