summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 22:20:31 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 22:20:31 -0300
commit26133939e3d16eaf59702e9285a49e6ab2767b2f (patch)
tree606a4f737e50bf3ee761a81d7b23cb4927232e2c
parent82054e13aeeecf8e7b822a56bc681a8eb2758109 (diff)
downloadserverdata-26133939e3d16eaf59702e9285a49e6ab2767b2f.tar.gz
serverdata-26133939e3d16eaf59702e9285a49e6ab2767b2f.tar.bz2
serverdata-26133939e3d16eaf59702e9285a49e6ab2767b2f.tar.xz
serverdata-26133939e3d16eaf59702e9285a49e6ab2767b2f.zip
Remove Desert Bow. Replace with Elfic Bow as planned. Minor updates on code comments.
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/001-8/hub.txt2
-rw-r--r--npc/017-1/fairy_collector.txt2
-rw-r--r--npc/020-7-1/core.txt7
-rw-r--r--npc/020-7-1/janitors.txt2
5 files changed, 11 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ccc200585..61a6d008c 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -11843,8 +11843,8 @@ item_db: (
},
{
Id: 6004
- AegisName: "DesertBow"
- Name: "Desert Bow"
+ AegisName: "ElficBow"
+ Name: "Elfic Bow"
Type: "IT_WEAPON"
Buy: 8550
Sell: 1800
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;