diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 14:57:49 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 14:57:49 -0200 |
commit | 0914ffacd1fa550e22023efb6c42edb43776c5ad (patch) | |
tree | aea1a171ae1336d432adc655403e824dfd7b3832 /npc/017-1 | |
parent | 0c78a3405ba4b472a1e0b6f1a8e818c64dc7161f (diff) | |
download | serverdata-0914ffacd1fa550e22023efb6c42edb43776c5ad.tar.gz serverdata-0914ffacd1fa550e22023efb6c42edb43776c5ad.tar.bz2 serverdata-0914ffacd1fa550e22023efb6c42edb43776c5ad.tar.xz serverdata-0914ffacd1fa550e22023efb6c42edb43776c5ad.zip |
You can collect every firestaff ingame
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/fairy_collector.txt | 15 |
1 files changed, 14 insertions, 1 deletions
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 |