summaryrefslogtreecommitdiff
path: root/npc/025-4
diff options
context:
space:
mode:
authorCoffee <coffee@coffee-EP45-UD3L.(none)>2011-06-19 15:23:23 -0300
committerCoffee <coffee@coffee-EP45-UD3L.(none)>2011-06-19 15:23:23 -0300
commitabdf61d0afbd7083b150c6103e7d467771bd4a73 (patch)
tree0014bf7f6dfc2f0ff9c84142b96d9d98bb234b19 /npc/025-4
parent96be392a6b5c5cc4b2dbf5ee364ad8e05e1be454 (diff)
downloadserverdata-abdf61d0afbd7083b150c6103e7d467771bd4a73.tar.gz
serverdata-abdf61d0afbd7083b150c6103e7d467771bd4a73.tar.bz2
serverdata-abdf61d0afbd7083b150c6103e7d467771bd4a73.tar.xz
serverdata-abdf61d0afbd7083b150c6103e7d467771bd4a73.zip
Fixes a problem in the waves of the cavebattles, add a direct warp to julia if you already defeated the boss and change some messages.
Diffstat (limited to 'npc/025-4')
-rw-r--r--npc/025-4/battlecaves.txt29
1 files changed, 16 insertions, 13 deletions
diff --git a/npc/025-4/battlecaves.txt b/npc/025-4/battlecaves.txt
index dbe1dac3..3f169743 100644
--- a/npc/025-4/battlecaves.txt
+++ b/npc/025-4/battlecaves.txt
@@ -38,7 +38,7 @@ L_Done:
if ($@wave_cave1 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave1 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave1 != $@CAVE1_WAVES) goto L_Summon;
+ if ($@wave_cave1 < $@CAVE1_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE1);
warp "025-3.gat", 78, 129;
goto L_Cleaning;
@@ -138,7 +138,7 @@ L_Done:
if ($@wave_cave2 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave2 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave2 != $@CAVE2_WAVES) goto L_Summon;
+ if ($@wave_cave2 < $@CAVE2_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE2);
warp "025-3.gat", 53, 109;
goto L_Cleaning;
@@ -236,7 +236,7 @@ L_Done:
if ($@wave_cave3 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave3 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave3 != $@CAVE3_WAVES) goto L_Summon;
+ if ($@wave_cave3 < $@CAVE3_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE3);
warp "025-3.gat", 71, 85;
goto L_Cleaning;
@@ -333,7 +333,7 @@ L_Done:
if ($@wave_cave4 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave4 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave4 != $@CAVE4_WAVES) goto L_Summon;
+ if ($@wave_cave4 < $@CAVE4_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE4);
warp "025-3.gat", 80, 85;
goto L_Cleaning;
@@ -431,7 +431,7 @@ L_Done:
if ($@wave_cave5 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave5 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave5 != $@CAVE5_WAVES) goto L_Summon;
+ if ($@wave_cave5 < $@CAVE5_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE5);
warp "025-3.gat", 71, 32;
goto L_Cleaning;
@@ -529,7 +529,7 @@ L_Done:
if ($@wave_cave6 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave6 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave6 != $@CAVE6_WAVES) goto L_Summon;
+ if ($@wave_cave6 < $@CAVE6_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE6);
warp "025-3.gat", 128, 37;
goto L_Cleaning;
@@ -628,7 +628,7 @@ L_Done:
if ($@wave_cave7 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave7 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave7 != $@CAVE7_WAVES) goto L_Summon;
+ if ($@wave_cave7 < $@CAVE7_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE7);
warp "025-3.gat", 70, 59;
goto L_Cleaning;
@@ -727,7 +727,7 @@ L_Done:
if ($@wave_cave8 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave8 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave8 != $@CAVE8_WAVES) goto L_Summon;
+ if ($@wave_cave8 < $@CAVE8_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE8);
warp "025-3.gat", 138, 94;
goto L_Cleaning;
@@ -825,7 +825,7 @@ L_Done:
if ($@wave_cave9 == 2) message strcharinfo(0), "I can't give up now!";
if ($@wave_cave9 == 3) message strcharinfo(0), "As soon as you kill the last monster, your vision blacks out and you feel a strange sensation, as if you were being lifted from the ground... When you open your eyes, you are outside of the cave.";
- if ($@wave_cave9 != $@CAVE9_WAVES) goto L_Summon;
+ if ($@wave_cave9 < $@CAVE9_WAVES) goto L_Summon;
set cavefights, (cavefights ^ BATTLE_CAVE9);
warp "025-3.gat", 138, 158;
goto L_Cleaning;
@@ -886,7 +886,7 @@ L_Done:
// --------------------- Boss Cave ----------------------------
025-4.gat,157,42,0 script #StartBossCaveFight 324,{
- if (Rossy_Quest == 16) goto L_Found;
+ if (Rossy_Quest >= 16) end;
if ($@battlebosscave == 1 && 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 && Rossy_Quest == 15) goto L_Start;
message strcharinfo(0), "You shouldn't be here, you cheater.";
percentheal -100, 0;
@@ -897,6 +897,7 @@ L_Start:
"Place a root at the center of the energy source.", -,
"I am not prepared yet!", L_Close;
if ((countitem("Root")<1)) goto L_no_root;
+ close2;
delitem "Root", 1;
message strcharinfo(0), "As you place the root on the energy source, earth monsters seem to emerge from the ground.";
@@ -927,7 +928,7 @@ L_Done:
if ($@wave_cave10 == 3) message strcharinfo(0), "What? This is harder than I imagined!";
if ($@wave_cave10 == 4) message strcharinfo(0), "Finally! It seems I have defeated all of them!";
- if ($@wave_cave10 != $@CAVE10_WAVES) goto L_Summon;
+ if ($@wave_cave10 < $@CAVE10_WAVES) goto L_Summon;
set $@wave_cave10, 5;
startnpctimer;
end;
@@ -1011,6 +1012,7 @@ L_Out:
set $@cave10fighterdeaths, 0;
set $@cave10start, 0;
set $@timercontrol10, 1;
+ warp "025-3.gat", 77, 168;
end;
}
@@ -1019,7 +1021,7 @@ L_Out:
025-4.gat,157,24,0 script #CheckJuliaCaveOutside 45,1,1,{
if (Rossy_Quest > 15) goto L_Done;
message strcharinfo(0), "As you try to walk through, you bump into a strong magical barrier.";
- percentheal 10, 0;
+ percentheal -10, 0;
end;
L_Done:
@@ -1041,7 +1043,8 @@ L_Cheat:
end;
L_Done:
- warp "025-4.gat", 157, 26;
+ message strcharinfo(0), "As you go back to the cave you close your eyes, terrified of the bloody battle you just fought in this place, and go straight to the entrance of the cave.";
+ warp "025-3.gat", 77, 168;
end;
L_Save: