summaryrefslogtreecommitdiff
path: root/world/map/npc/018-1/flowerpentagram3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/018-1/flowerpentagram3.txt')
-rw-r--r--world/map/npc/018-1/flowerpentagram3.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/world/map/npc/018-1/flowerpentagram3.txt b/world/map/npc/018-1/flowerpentagram3.txt
index 08d72e79..857c412d 100644
--- a/world/map/npc/018-1/flowerpentagram3.txt
+++ b/world/map/npc/018-1/flowerpentagram3.txt
@@ -1,6 +1,6 @@
// Author: Jenalya
-018-1.gat,83,29,0|script|#FlowerPentagram3|400
+018-1,83,29,0|script|#FlowerPentagram3|400
{
if (OrumQuest >= 31) goto L_PlacedFifthFlower;
@@ -17,7 +17,7 @@ L_ThirdFlower:
"Leave.", L_Close;
L_Next:
- if (isin("018-1.gat", 82, 28, 84, 30))
+ if (isin("018-1", 82, 28, 84, 30))
goto L_Place;
mes "This isn't working, you're too far away.";
@@ -25,12 +25,12 @@ L_Next:
L_Place:
set @localMonsterCount,
- mobcount("018-1.gat", "#FlowerPentagram3::OnSquirrelDeath") +
- mobcount("018-1.gat", "#FlowerPentagram3::OnMushroomDeath") +
- mobcount("018-1.gat", "#FlowerPentagram3::OnBlueparDeath") +
- mobcount("018-1.gat", "#FlowerPentagram3::OnScorpionDeath") +
- mobcount("018-1.gat", "#FlowerPentagram3::OnRScorpionDeath") +
- mobcount("018-1.gat", "#FlowerPentagram3::OnAScorpionDeath") +
+ mobcount("018-1", "#FlowerPentagram3::OnSquirrelDeath") +
+ mobcount("018-1", "#FlowerPentagram3::OnMushroomDeath") +
+ mobcount("018-1", "#FlowerPentagram3::OnBlueparDeath") +
+ mobcount("018-1", "#FlowerPentagram3::OnScorpionDeath") +
+ mobcount("018-1", "#FlowerPentagram3::OnRScorpionDeath") +
+ mobcount("018-1", "#FlowerPentagram3::OnAScorpionDeath") +
6; // the mobcount function has an offset of -1, so we add 6 to have the actual amount of monsters
if (@localMonsterCount > 4)
goto L_MonstersAlive;
@@ -42,12 +42,12 @@ L_Place:
mes "You feel the now familiar tension around you. Here they come.";
set OrumQuest, 24;
close2;
- areamonster "018-1.gat", 73, 22, 89, 36, "", 1105, 1, "#FlowerPentagram3::OnSquirrelDeath";
- areamonster "018-1.gat", 73, 22, 89, 36, "", 1106, 2, "#FlowerPentagram3::OnMushroomDeath";
- areamonster "018-1.gat", 73, 22, 89, 36, "", 1107, 1, "#FlowerPentagram3::OnBlueparDeath";
- areamonster "018-1.gat", 73, 22, 89, 36, "", 1003, 2, "#FlowerPentagram3::OnScorpionDeath";
- areamonster "018-1.gat", 73, 22, 89, 36, "", 1004, 1, "#FlowerPentagram3::OnRScorpionDeath";
- areamonster "018-1.gat", 73, 22, 89, 36, "", 1057, 2, "#FlowerPentagram3::OnAScorpionDeath";
+ areamonster "018-1", 73, 22, 89, 36, "", 1105, 1, "#FlowerPentagram3::OnSquirrelDeath";
+ areamonster "018-1", 73, 22, 89, 36, "", 1106, 2, "#FlowerPentagram3::OnMushroomDeath";
+ areamonster "018-1", 73, 22, 89, 36, "", 1107, 1, "#FlowerPentagram3::OnBlueparDeath";
+ areamonster "018-1", 73, 22, 89, 36, "", 1003, 2, "#FlowerPentagram3::OnScorpionDeath";
+ areamonster "018-1", 73, 22, 89, 36, "", 1004, 1, "#FlowerPentagram3::OnRScorpionDeath";
+ areamonster "018-1", 73, 22, 89, 36, "", 1057, 2, "#FlowerPentagram3::OnAScorpionDeath";
set @value, 15;
callfunc "QuestSagathaAnnoy";
set @value, 0;