From 7eb654127e5ed31e5f9aa1ef17613d6d66cf992d Mon Sep 17 00:00:00 2001 From: Coffee Date: Sun, 12 Jun 2011 14:07:57 -0300 Subject: fix the boss cave barrier --- npc/025-3/barrier.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/025-3') diff --git a/npc/025-3/barrier.txt b/npc/025-3/barrier.txt index 0b0f87cf..e3c35be4 100644 --- a/npc/025-3/barrier.txt +++ b/npc/025-3/barrier.txt @@ -325,15 +325,14 @@ L_Block: // -----------------------------------------------Warp to Boss Cave---------------------------------------------------------- 025-3.gat,77,169,0 script #WarpBossCave 127,1,1,{ - if (Rossy_Quest >= 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_AlreadyHelped; -//Check if you can enter this cave - if (cavefights & BATTLE_CAVE1 & BATTLE_CAVE2 & BATTLE_CAVE3 & BATTLE_CAVE4 & BATTLE_CAVE5 & BATTLE_CAVE6 & BATTLE_CAVE7 & BATTLE_CAVE8 & BATTLE_CAVE9) goto L_StartFight; - //Check if someone is already inside. Change the x1, y1, x2, y2 values according to the place the player will be warped if (getareausers("025-4.gat", 142, 24, 172, 48) >= 1) goto L_SomeoneInside; +//Check if you can enter this cave + if (cavefights & BATTLE_CAVE1 && cavefights & BATTLE_CAVE2 && cavefights & BATTLE_CAVE3 && cavefights & BATTLE_CAVE4 && cavefights & BATTLE_CAVE5 && cavefights & BATTLE_CAVE6 && cavefights & BATTLE_CAVE7 && cavefights & BATTLE_CAVE8 && cavefights & BATTLE_CAVE9) goto L_StartFight; + message strcharinfo(0), "It feels like something terrible is lurking inside this cave... But you can't enter before you defeat the monsters in the other caves."; end; -- cgit v1.2.3-70-g09d2