From 35be1eefe6b5442f812d2f222602ea4f5ee865b7 Mon Sep 17 00:00:00 2001 From: Coffee Date: Fri, 5 Aug 2011 12:51:52 -0300 Subject: Fixes the logic in reset.txt and battlecaves.txt according to o11c's suggestion. Makes it possible to enter the cave after completing the quest. --- world/map/npc/025-1/barrier.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'world/map/npc/025-1/barrier.txt') diff --git a/world/map/npc/025-1/barrier.txt b/world/map/npc/025-1/barrier.txt index 7a238480..1a7e32b7 100644 --- a/world/map/npc/025-1/barrier.txt +++ b/world/map/npc/025-1/barrier.txt @@ -1,9 +1,12 @@ // Authors: alastrim, Ali-g, Dark Mage 025-1.gat,42,79,0 script #JuliaBarrier 45,1,1,{ + + if (Rossy_Quest > 14 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_Warp; if (Rossy_Quest <= 13) goto L_Block; - if (@Alrd_Been != 1 && Rossy_Quest == 14) message strcharinfo(0), "You hear distant screams of fear."; - set @Alrd_Been, 1; + if (Rossy_Quest == 14) message strcharinfo(0), "You hear distant screams of fear."; + +L_Warp: warp "025-3.gat", 112, 97; end; -- cgit v1.2.3-70-g09d2