summaryrefslogtreecommitdiff
path: root/npc/017-1/fairy_collector.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/fairy_collector.txt')
-rw-r--r--npc/017-1/fairy_collector.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt
index 8b7ab5aa2..73bc9b834 100644
--- a/npc/017-1/fairy_collector.txt
+++ b/npc/017-1/fairy_collector.txt
@@ -69,6 +69,7 @@ L_Main:
rif(true && !(.@q & COLLECT_QUIVERS), l("Quivers")),
rif(false && !(.@q & COLLECT_MOUNTS), l("Mounts")),
rif(false && !(.@q & COLLECT_PETS), l("Pets")),
+ l("Trade stamps");
mes "";
switch (@menu) {
// Chestplate
@@ -135,6 +136,7 @@ L_Main:
msObjective(countitem(Kanabo), "* "+getitemlink(Kanabo));
msObjective(countitem(BlacksmithAxe), "* "+getitemlink(BlacksmithAxe));
msObjective(countitem(CentaurSpear), "* "+getitemlink(CentaurSpear));
+ msObjective(false, l("* More equipment coming soon..."));
next;
break;
// Bows
@@ -147,6 +149,7 @@ L_Main:
msObjective(countitem(ChampionshipBow), "* "+getitemlink(ChampionshipBow));
msObjective(countitem(BansheeBow), "* "+getitemlink(BansheeBow));
//msObjective(countitem(ElvishBow), "* "+getitemlink(ElvishBow));
+ msObjective(false, l("* More equipment coming soon..."));
next;
break;
// Firearms
@@ -213,6 +216,11 @@ L_Main:
msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt));
next;
break;
+ case 19:
+ mesn;
+ mesq l("Sorry! Not yet implemented!");
+ next;
+ break;
}