From b1bc7020f5fbf21ec493b1e1465fa0d1ee848aff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 15:03:51 -0200 Subject: Some needed mild adjustments --- npc/017-1/fairy_collector.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/017-1') 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; } -- cgit v1.2.3-60-g2f50