summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-31 08:55:39 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-31 08:55:39 +0000
commit4bc118ef7f3f30ec318b3e8f76513f819e0dfedb (patch)
tree38b3e52f668728bc668e68e49f0b0d7542a60137
parent2068f1ca8903f2adcc3964d1cc851b32fddfb21b (diff)
downloadserverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.tar.gz
serverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.tar.bz2
serverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.tar.xz
serverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.zip
Fixed prices of standard and silk headband and small language fixes in forest
bow quest.
-rw-r--r--changelog.txt5
-rwxr-xr-xdb/item_db.txt4
-rw-r--r--npc/woodland-village/forestbowquest.txt6
3 files changed, 9 insertions, 6 deletions
diff --git a/changelog.txt b/changelog.txt
index 8b669e42..6a810790 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -46,4 +46,7 @@
02.10.07: * b_lindeijer: Fixed a typo.
-07.10.07: * Crush: Fixed some collision layer problems on new_18-1 \ No newline at end of file
+07.10.07: * Crush: Fixed some collision layer problems on new_18-1
+
+31.10.07: * b_lindeijer: Fixed prices of standard and silk headband.
+ * b_lindeijer: Small language fixes in forest bow quest.
diff --git a/db/item_db.txt b/db/item_db.txt
index 888b83b3..73c09ece 100755
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -42,8 +42,8 @@
540, Empty Bottle, Empty Bottle, 3, 20, 10, 10, , , , , , , , , , , {}, {}
541, BottleWater, Bottle Water, 0, 200, 100, 10, , , , , 10477567, 2, , , 0, , { itemheal 250,0; }, {}
542, BottledSand, Bottled Sand, 3, 70, 35, 10, , , , , , , , , , , {}, {}
-543, StandardHeadBand, Standard Head Band, 5, 5000, 2000, 10, , 3, , 0, 10477567, 2, 256, , 0, 7, {}, {}
-544, SilkHeadBand, Silk Head Band, 5, 800, 400, 10, , 10, , 0, 10477567, 2, 256, , 0, 6, {}, {}
+543, StandardHeadBand, Standard Head Band, 5, 800, 400, 10, , 3, , 0, 10477567, 2, 256, , 0, 7, {}, {}
+544, SilkHeadBand, Silk Head Band, 5, 5000, 2000, 10, , 10, , 0, 10477567, 2, 256, , 0, 6, {}, {}
545, ForestBow, Forest Bow, 4, 5000, 2500, 10, 70, , 5, 0, 10477567, 2, 34, 1, 0, 31, {}, {}
546, DesertShirt, DesertShirt, 5, 2000, 1000, 10, , 6, , 0, 10477567, 2, 512, , 0, 2, {}, {}
547, Spear, Spear, 5, 20, 10, 10, , 100, , 0, 0, 2, 2, , 0, 0, {}, {}
diff --git a/npc/woodland-village/forestbowquest.txt b/npc/woodland-village/forestbowquest.txt
index 679084df..ba426f8c 100644
--- a/npc/woodland-village/forestbowquest.txt
+++ b/npc/woodland-village/forestbowquest.txt
@@ -51,7 +51,7 @@ new_20-1.gat,99,23,0 script Master 125, {
mes "[Bowyer Master]";
mes "Did you already ask Jack why he won't deliver me any more living wood?";
next;
- menu "No, I didn't found the time yet",-,"No, I didn't found him yet.",L_State_1_1;
+ menu "No, I haven't had the time yet",-,"No, I didn't find him yet.",L_State_1_1;
close;
L_State_1_1:
mes "[Bowyer Master]";
@@ -60,7 +60,7 @@ new_20-1.gat,99,23,0 script Master 125, {
L_State_2:
mes "[Bowyer Master]";
- mes "Did you already ask Jack why he won't deliver me any more wood?";
+ mes "Did you already ask Jack why he won't deliver me any more living wood?";
next;
menu "Yes, I did. He said that the trees turned into dangerous monsters.",-;
mes "[Bowyer Master]";
@@ -188,4 +188,4 @@ new_19-1.gat,40,45,0 script Jack 141, {
L_State_2:
mes "Good luck hunting those tree monsters - you will need it.";
close;
-} \ No newline at end of file
+}