From 0c78a3405ba4b472a1e0b6f1a8e818c64dc7161f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 14:55:14 -0200 Subject: You can collect every wand ingame --- npc/017-1/fairy_collector.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'npc/017-1') diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index 5a5a346bf..a25ed550f 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -143,7 +143,22 @@ L_Main: break; // Wands case 15: - msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt)); + msObjective(countitem(TrainingWand), "* "+getitemlink(TrainingWand)); + msObjective(countitem(NoviceWand), "* "+getitemlink(NoviceWand)); + msObjective(countitem(ReinbooWand), "* "+getitemlink(ReinbooWand)); + msObjective(countitem(ApprenticeWand), "* "+getitemlink(ApprenticeWand)); + msObjective(countitem(LeaderWand), "* "+getitemlink(LeaderWand)); + msObjective(countitem(LegendaryWand), "* "+getitemlink(LegendaryWand)); + next; + if (countitem(TrainingWand) && + countitem(NoviceWand) && + countitem(ReinbooWand) && + countitem(ApprenticeWand) && + countitem(LeaderWand) && + countitem(LegendaryWand)) { + setq1 General_Collector, .@q|COLLECT_WANDS; + .@q=getq(General_Collector); + } next; break; // Quivers -- cgit v1.2.3-70-g09d2