summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-08 16:35:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-08 16:35:30 -0300
commitc70e592d9722c7fb224843695d614d1e5e5904ff (patch)
treeb96fce0bddf8870e9733def9c5a2bc0c5f74ae55
parent0a5c875851ce2948dd79b480e2412f97f9876c25 (diff)
downloadserverdata-c70e592d9722c7fb224843695d614d1e5e5904ff.tar.gz
serverdata-c70e592d9722c7fb224843695d614d1e5e5904ff.tar.bz2
serverdata-c70e592d9722c7fb224843695d614d1e5e5904ff.tar.xz
serverdata-c70e592d9722c7fb224843695d614d1e5e5904ff.zip
Start fixing Valia
-rw-r--r--npc/007-2/witch.txt10
-rw-r--r--npc/051-1/desert.txt2
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/007-2/witch.txt b/npc/007-2/witch.txt
index 55c31e5f..2fd47065 100644
--- a/npc/007-2/witch.txt
+++ b/npc/007-2/witch.txt
@@ -480,7 +480,7 @@ L_InitVars:
$@illia_level_5_progress = 0;
$@illia_level_6_progress = 0;
$@illia_level_7_progress = 0;
- $@illia_players_in_luvia_territory = 0;
+ $@iilia_in_territory = 0;
// Save the time at which the quest started
$@illia_begin_time = gettimetick(2);
@@ -550,7 +550,7 @@ L_EndQuest:
$@illia_level_5_progress = 0;
$@illia_level_6_progress = 0;
$@illia_level_7_progress = 0;
- $@illia_players_in_luvia_territory = 0;
+ $@iilia_in_territory = 0;
$@illia_bp = 0;
// Clean all levels
@@ -715,12 +715,12 @@ OnTimer6500:
// Make the first witch to say something happened, when she will see people back
// If no helpers will be warped, it still makes sense: she felt the hero died.
startnpctimer "Valia";
- // $@illia_players_in_luvia_territory is set when players enter the island
- $Illia_Luvia_Harvest = $Illia_Luvia_Harvest + $@illia_players_in_luvia_territory;
+ // $@iilia_in_territory is set when players enter the island
+ $Illia_Luvia_Harvest = $Illia_Luvia_Harvest + $@iilia_in_territory;
// Cap the difficulty to 50. We do not want the quest to really be impossible to finish.
if ($Illia_Luvia_Harvest > 50)
$Illia_Luvia_Harvest = 50;
- $@illia_players_in_luvia_territory = 0;
+ $@iilia_in_territory = 0;
end;
L_HelperNotification:
diff --git a/npc/051-1/desert.txt b/npc/051-1/desert.txt
index 8d68837c..6cf8567f 100644
--- a/npc/051-1/desert.txt
+++ b/npc/051-1/desert.txt
@@ -124,7 +124,7 @@ L_NotEnough:
L_Warp:
warp "052-1", 23, 52;
// Count the player who reached the island.
- $@illia_players_in_luvia_territory = $@illia_players_in_luvia_territory + 1;
+ $@iilia_in_territory = $@iilia_in_territory + 1;
goto L_close;
L_close: