diff options
-rw-r--r-- | npc/017-1/fairy_collector.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index e89ff817a..5a5a346bf 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -148,12 +148,23 @@ L_Main: break; // Quivers case 16: - msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt)); + msObjective(countitem(LeatherQuiver), "* "+getitemlink(LeatherQuiver)); + msObjective(countitem(IronQuiver), "* "+getitemlink(IronQuiver)); + msObjective(countitem(BronzeQuiver), "* "+getitemlink(BronzeQuiver)); + msObjective(countitem(PlatinumQuiver), "* "+getitemlink(PlatinumQuiver)); + next; + if (countitem(LeatherQuiver) && + countitem(IronQuiver) && + countitem(BronzeQuiver) && + countitem(PlatinumQuiver)) { + setq1 General_Collector, .@q|COLLECT_QUIVERS; + .@q=getq(General_Collector); + } next; break; // Mounts case 17: - msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt)); + msObjective(countitem(LegendaryTortuga), "* "+getitemlink(LegendaryTortuga)); next; break; // Pets |