summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-06-15 10:32:52 +0200
committerAli-G <gauvain.dauchy@free.fr>2011-06-15 10:32:52 +0200
commitfe5b799ce69759650c653021d58ebb1c3a869697 (patch)
treececa079e410323d8c9fb1415619c11059f1280f9 /npc
parente511624f69f5defec67343216789c0ee7836f9ab (diff)
downloadserverdata-fe5b799ce69759650c653021d58ebb1c3a869697.tar.gz
serverdata-fe5b799ce69759650c653021d58ebb1c3a869697.tar.bz2
serverdata-fe5b799ce69759650c653021d58ebb1c3a869697.tar.xz
serverdata-fe5b799ce69759650c653021d58ebb1c3a869697.zip
The new reward is the Black Boots which were modified to be as powerful as the Fur Boots.
Also improved a message.
Diffstat (limited to 'npc')
-rw-r--r--npc/025-4/Battlecaves.txt2
-rw-r--r--npc/025-4/julia.txt2
2 files changed, 2 insertions, 2 deletions
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.";