From 48ce1724da208bc18c49e8481f625f7b75a4b0c4 Mon Sep 17 00:00:00 2001 From: Darky Date: Wed, 15 Jun 2011 01:11:31 +0400 Subject: Added some more barriers for Julia to Battlecaves.txt. --- npc/025-4/Battlecaves.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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; +} -- cgit v1.2.3-70-g09d2