diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-8/hub.txt | 2 | ||||
-rw-r--r-- | npc/017-1/fairy_collector.txt | 2 | ||||
-rw-r--r-- | npc/020-7-1/core.txt | 7 | ||||
-rw-r--r-- | npc/020-7-1/janitors.txt | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 1ef55a05c..c48e50204 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -42,7 +42,7 @@ case 4: makeitem(rand(BronzeGladius,Scythe), 1, "001-8", .@x, .@y); break; case 5: - makeitem(rand(WoodenBow, DesertBow), 1, "001-8", .@x, .@y); break; + makeitem(rand(WoodenBow, ElficBow), 1, "001-8", .@x, .@y); break; case 6: makeitem(rand(WoodenBow, ShortBow), 1, "001-8", .@x, .@y); break; case 7: diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index fcb94e867..bb7ccad8d 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -146,7 +146,7 @@ L_Main: msObjective(countitem(WoodenBow), "* "+getitemlink(WoodenBow)); msObjective(countitem(ShortBow), "* "+getitemlink(ShortBow)); msObjective(countitem(ForestBow), "* "+getitemlink(ForestBow)); - msObjective(countitem(DesertBow), "* "+getitemlink(DesertBow)); + msObjective(countitem(ElficBow), "* "+getitemlink(ElficBow)); msObjective(countitem(ChampionshipBow), "* "+getitemlink(ChampionshipBow)); msObjective(countitem(BansheeBow), "* "+getitemlink(BansheeBow)); //msObjective(countitem(ElvishBow), "* "+getitemlink(ElvishBow)); diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt index c27c06b5c..fd039c275 100644 --- a/npc/020-7-1/core.txt +++ b/npc/020-7-1/core.txt @@ -1,4 +1,9 @@ -// Core functions +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Core functions // Some setup is required diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index a268e243f..5cc687897 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -62,7 +62,7 @@ OnInit: 020-7-1,40,78,0 script Mirjami NPC_BLUESAGEWORKER_FA,{ - npctalk3 l("Checking storage, could give a reward for completion?"); + npctalk3 l("Checking storage, rewards instead of Pyry when quest is complete."); goodbye; end; |