summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/item_db.txt2
-rw-r--r--npc/025-4/Battlecaves.txt2
-rw-r--r--npc/025-4/julia.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/db/item_db.txt b/db/item_db.txt
index 26e70aa2..25dc27c7 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -244,7 +244,7 @@
731, AssassinPants, Assassin Pants, 5, 10000, 3000, 20, , 5, , -5, 0, 2, 1, , 0, 0, {}, {callfunc "UnreleasedItem";bonus bAgi, 8;},
732, DruidTreeBranch, Druid Tree Branch, 3, 0, 0, 2, , , , , , , , , , , {}, {}, ,
733, PurificationPotion, Purification Potion, 0, 0, 0, 15, , , , , , 2, , , , , {callfunc "usePurificationPotion";}, {}, ,
-734, BlackBoots, Black Boots, 5, 20000, 3000, 35, , 4, , -10, 0, 2, 64, , 0, 0, {}, {}, ,
+734, BlackBoots, Black Boots, 5, 20000, 3000, 25, , 3, , -10, 0, 2, 64, , 0, 0, {}, {}, ,
735, CottonBoots, Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 2, 64, , 0, 0, {}, {}, ,
736, WhiteCake, White Cake, 0, 500, 100, 10, , , , , , 2, , , 0, , {itemheal 10, 0;}, {},
737, ChocolateCake, Chocolate Cake, 0, 550, 125, 10, , , , , , 2, , , 0, , {itemheal 11, 0;}, {},
diff --git a/npc/025-4/Battlecaves.txt b/npc/025-4/Battlecaves.txt
index 119da5cc..0784b255 100644
--- a/npc/025-4/Battlecaves.txt
+++ b/npc/025-4/Battlecaves.txt
@@ -752,7 +752,7 @@ L_Cleaning:
OnTimer4000:
attachrid(getcharid(3,$@cave10fighter$));
set @boss, @boss + 1;
- if (@boss == 1) message strcharinfo(0), "Due to the number of monsters in this cave, you feel you have more time to kill them all.";
+ if (@boss == 1) message strcharinfo(0), "Due to the number of monsters in this cave, you feel you have more time to kill them all before other monsters come.";
if (@boss == 2) goto L_SummonBoss;
setnpctimer 0;
end;
diff --git a/npc/025-4/julia.txt b/npc/025-4/julia.txt
index 4004d77c..51bcc296 100644
--- a/npc/025-4/julia.txt
+++ b/npc/025-4/julia.txt
@@ -11,7 +11,7 @@ L_Done:
mes "Here is a present for you.";
getinventorylist;
if (@inventorylist_count == 100) goto L_TooMany;
- getitem "BunchOfParsley", 1;
+ getitem "BlackBoots", 1;
getexp 5000, 0;
set Rossy_Quest, 17;
mes "I'm out of here now, come out from this horrible cave.";