summaryrefslogtreecommitdiff
path: root/world/map/npc/056-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/056-1')
-rw-r--r--world/map/npc/056-1/_import.txt7
-rw-r--r--world/map/npc/056-1/_mobs.txt27
-rw-r--r--world/map/npc/056-1/_warps.txt6
-rw-r--r--world/map/npc/056-1/flowerpentagram5.txt140
-rw-r--r--world/map/npc/056-1/mapflags.txt1
5 files changed, 0 insertions, 181 deletions
diff --git a/world/map/npc/056-1/_import.txt b/world/map/npc/056-1/_import.txt
deleted file mode 100644
index ae136805..00000000
--- a/world/map/npc/056-1/_import.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-// Map 056-1: Woods
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-map: 056-1.gat
-npc: npc/056-1/_mobs.txt
-npc: npc/056-1/_warps.txt
-npc: npc/056-1/flowerpentagram5.txt
-npc: npc/056-1/mapflags.txt
diff --git a/world/map/npc/056-1/_mobs.txt b/world/map/npc/056-1/_mobs.txt
deleted file mode 100644
index 6f4e6bf5..00000000
--- a/world/map/npc/056-1/_mobs.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Woods mobs
-
-056-1.gat,0,0,0,0|monster|EvilMushroom|1013,10,10000ms,45000ms,Mob056-1::On1013
-056-1.gat,0,0,0,0|monster|LogHead|1025,10,10000ms,45000ms,Mob056-1::On1025
-056-1.gat,0,0,0,0|monster|MauvePlant|1029,2,10000ms,85000ms,Mob056-1::On1029
-
-
-056-1.gat,0,0,0|script|Mob056-1|-1
-{
- end;
-
-On1013:
- set @mobID, 1013;
- callfunc "MobPoints";
- end;
-
-On1025:
- set @mobID, 1025;
- callfunc "MobPoints";
- end;
-
-On1029:
- set @mobID, 1029;
- callfunc "MobPoints";
- end;
-}
diff --git a/world/map/npc/056-1/_warps.txt b/world/map/npc/056-1/_warps.txt
deleted file mode 100644
index 8895f37e..00000000
--- a/world/map/npc/056-1/_warps.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Woods warps
-
-056-1.gat,74,76|warp|To Woodland Hills|-1,-1,055-1.gat,74,21
-056-1.gat,23,29|warp|To Woodland Hills|-1,3,017-1.gat,134,56
-056-1.gat,54,62|warp|To Mirak's House|-1,-1,056-2.gat,34,30
diff --git a/world/map/npc/056-1/flowerpentagram5.txt b/world/map/npc/056-1/flowerpentagram5.txt
deleted file mode 100644
index bc5b3766..00000000
--- a/world/map/npc/056-1/flowerpentagram5.txt
+++ /dev/null
@@ -1,140 +0,0 @@
-// Author: Jenalya
-// $@Flower_Pentagram_Time saves the time when the last summoning happened
-
-056-1.gat,62,31,0|script|#FlowerPentagram5|400
-{
- if (OrumQuest >= 31) goto L_PlacedFifthFlower;
-
- if (OrumQuest == 30) goto L_FifthFlower;
-
- message strcharinfo(0), "Something is odd about this place.";
- end;
-
-L_FifthFlower:
- mes "This has to be the spot for the last magical flower. When you place it, the pentagram will be completed.";
- menu
- "Place the flower.", L_PlaceTheFlower,
- "Leave.", L_Close;
-
-L_PlaceTheFlower:
- if (isin("056-1.gat", 61, 30, 63, 32))
- goto L_Place;
-
- mes "This isn't working, you're too far away.";
- goto L_Close;
-
-L_Place:
- set @localMonsterCount,
- mobcount("013-1.gat", "#FlowerPentagram5::OnSquirrelDeath") +
- mobcount("013-1.gat", "#FlowerPentagram5::OnMushroomDeath") +
- mobcount("013-1.gat", "#FlowerPentagram5::OnBlueparDeath") +
- mobcount("013-1.gat", "#FlowerPentagram5::OnMoubooDeath") +
- mobcount("013-1.gat", "#FlowerPentagram5::OnScorpionDeath") +
- mobcount("013-1.gat", "#FlowerPentagram5::OnRScorpionDeath") +
- mobcount("013-1.gat", "#FlowerPentagram5::OnAScorpionDeath") +
- mobcount("013-1.gat", "#FlowerPentagram5::OnBScorpionDeath") +
- 8; // the mobcount function has an offset of -1, so we add 8 to have the actual amount of monsters
- if (@localMonsterCount > 4)
- goto L_MonstersAlive;
-
- mes "Nervous about what's going to happen, you take the last of the flowers and put it into its place.";
- next;
- mes "Tension builds up around you, much stronger than before. You can feel it compressing your head, and a liquid warmth spreads under your nose, leaving a metallic taste on your lips.";
- heal -5, 0;
- next;
- callfunc "FlowerPentagramCount";
- if (($@Flower_Pentagram_Time > gettimetick(2) - 3600) && ($@Flower_Pentagram_Mobcount > 15))
- goto L_TooEarly;
- set $@Flower_Pentagram_Time, gettimetick(2);
- if (countitem("RedSummonFlower") < 1)
- goto L_NoFlower;
- delitem "RedSummonFlower", 1;
-
- mes "The pressure builds to the point where you don't think you can endure it any longer; the fabric that binds your consciousness together seemingly unravels.";
- set OrumQuest, 31;
- close2;
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1105, 3, "#FlowerPentagram5::OnSquirrelDeath";
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1106, 2, "#FlowerPentagram5::OnMushroomDeath";
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1107, 3, "#FlowerPentagram5::OnBlueparDeath";
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1104, 2, "#FlowerPentagram5::OnMoubooDeath";
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1003, 3, "#FlowerPentagram5::OnScorpionDeath";
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1004, 2, "#FlowerPentagram5::OnRScorpionDeath";
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1057, 2, "#FlowerPentagram5::OnAScorpionDeath";
- areamonster "056-1.gat", 56, 26, 80, 46, "", 1009, 2, "#FlowerPentagram5::OnBScorpionDeath";
- set @value, 15;
- callfunc "QuestSagathaAnnoy";
- set @value, 0;
- donpcevent "#FlowerPentagram::OnSummon";
- end;
-
-OnSquirrelDeath:
- set @mobID, 1105;
- callfunc "MobPoints";
- end;
-
-OnMushroomDeath:
- set @mobID, 1106;
- callfunc "MobPoints";
- end;
-
-OnBlueparDeath:
- set @mobID, 1107;
- callfunc "MobPoints";
- end;
-
-OnMoubooDeath:
- set @mobID, 1104;
- callfunc "MobPoints";
- end;
-
-OnScorpionDeath:
- set @mobID, 1003;
- callfunc "MobPoints";
- end;
-
-OnRScorpionDeath:
- set @mobID, 1004;
- callfunc "MobPoints";
- end;
-
-OnAScorpionDeath:
- set @mobID, 1057;
- callfunc "MobPoints";
- end;
-
-OnBScorpionDeath:
- set @mobID, 1009;
- callfunc "MobPoints";
- end;
-
-L_TooEarly:
- mes "Suddenly, everything calms down again and the tension vanishes. You find yourself confused about what's going on.";
- next;
- mes "You pick up the flower again.";
- next;
- mes "Looking at the place more closely, it seems another summoning has happened just before, leaving the pathway between this world and the astral plane drained and exhausted.";
- next;
- mes "You should wait a while until it recharges, or go and search for the creatures that were summoned.";
- goto L_Close;
-
-L_MonstersAlive:
- mes "As you get closer to the place, you feel an unnerving presence.";
- mes "This place has recently been used to summon something! And the beings are still nearby!";
- next;
- mes "You should get rid of them before attempting the summoning yourself.";
- goto L_Close;
-
-L_NoFlower:
- mes "You reach into your pocket, but you can't find the flower! You're so close to completing your task.";
- mes "How could you lose the last flower? If you can't get it back, you have to tell Orum.";
- goto L_Close;
-
-L_PlacedFifthFlower:
- mes "This is where you placed the last of Orum's magical flowers.";
- mes "However, now that the summoning spell has been cast, everything is back to normal here.";
- goto L_Close;
-
-L_Close:
- set @localMonsterCount, 0;
- close;
-}
diff --git a/world/map/npc/056-1/mapflags.txt b/world/map/npc/056-1/mapflags.txt
deleted file mode 100644
index 3826d217..00000000
--- a/world/map/npc/056-1/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-056-1.gat|mapflag|resave|055-1,133,61