diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 15:03:51 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 15:03:51 -0200 |
commit | b1bc7020f5fbf21ec493b1e1465fa0d1ee848aff (patch) | |
tree | 59eff1aa994abd48ea5bbd978c6858e0496cd580 | |
parent | c56b69e3e17c56819d61d6757c8c61e55db331af (diff) | |
download | serverdata-b1bc7020f5fbf21ec493b1e1465fa0d1ee848aff.tar.gz serverdata-b1bc7020f5fbf21ec493b1e1465fa0d1ee848aff.tar.bz2 serverdata-b1bc7020f5fbf21ec493b1e1465fa0d1ee848aff.tar.xz serverdata-b1bc7020f5fbf21ec493b1e1465fa0d1ee848aff.zip |
Some needed mild adjustments
-rw-r--r-- | npc/017-1/fairy_collector.txt | 8 |
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; } |