summaryrefslogtreecommitdiff
path: root/npc/025-4/Battlecaves.txt
diff options
context:
space:
mode:
authorDarky <dark_mage.87@mail.ru>2011-06-15 01:11:31 +0400
committerDarky <dark_mage.87@mail.ru>2011-06-15 01:11:31 +0400
commit48ce1724da208bc18c49e8481f625f7b75a4b0c4 (patch)
treec1a30f4b9297c43558dde57db1c0d362d86d5f7f /npc/025-4/Battlecaves.txt
parent3c116c16854b55879545786fdc53062e1928b361 (diff)
downloadserverdata-48ce1724da208bc18c49e8481f625f7b75a4b0c4.tar.gz
serverdata-48ce1724da208bc18c49e8481f625f7b75a4b0c4.tar.bz2
serverdata-48ce1724da208bc18c49e8481f625f7b75a4b0c4.tar.xz
serverdata-48ce1724da208bc18c49e8481f625f7b75a4b0c4.zip
Added some more barriers for Julia to Battlecaves.txt.
Diffstat (limited to 'npc/025-4/Battlecaves.txt')
-rw-r--r--npc/025-4/Battlecaves.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/npc/025-4/Battlecaves.txt b/npc/025-4/Battlecaves.txt
index 2bd0dae6..5314739a 100644
--- a/npc/025-4/Battlecaves.txt
+++ b/npc/025-4/Battlecaves.txt
@@ -926,3 +926,27 @@ L_Done:
end;
}
+// ---------------------------------------- Julia Cave Checker --------------------------------------------
+
+025-4.gat,157,26,0 script #CheckJuliaCave 127,1,1,{
+ if (Killed_Boss == 1) goto L_Done;
+ message strcharinfo(0), "As you try to walk through, you sense an invisible door, you might need the key to open it.";
+ end;
+
+L_Done:
+ warp "025-4.gat", 93, 31;
+ end;
+
+}
+// --------------------------------------- Julia Cave Checker 2 --------------------------------------------
+
+025-4.gat,93,34,0 script #CheckJuliaCave2 127,1,1,{
+ if (Rossy_Quest >= 17) goto L_Done;
+ message strcharinfo(0), "As you try to walk through, you sense an invisible door, you might need the key to open it.";
+ warp "025-4.gat", 93, 31;
+ end;
+
+L_Done:
+ warp "025-4.gat", 157, 30;
+ end;
+}