From 0914ffacd1fa550e22023efb6c42edb43776c5ad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 14:57:49 -0200 Subject: You can collect every firestaff ingame --- npc/017-1/fairy_collector.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index a25ed550f..9ca7e7bac 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -138,7 +138,20 @@ L_Main: break; // Firearms case 14: - msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt)); + msObjective(countitem(PynRifle), "* "+getitemlink(PynRifle)); + msObjective(countitem(PynGatling), "* "+getitemlink(PynGatling)); + msObjective(countitem(PynShotgun), "* "+getitemlink(PynShotgun)); + msObjective(countitem(PynRevolver), "* "+getitemlink(PynRevolver)); + msObjective(countitem(Dustynator), "* "+getitemlink(Dustynator)); + next; + if (countitem(PynRifle) && + countitem(PynGatling) && + countitem(PynShotgun) && + countitem(PynRevolver) && + countitem(Dustynator)) { + setq1 General_Collector, .@q|COLLECT_FIREGUNS; + .@q=getq(General_Collector); + } next; break; // Wands -- cgit v1.2.3-60-g2f50