summaryrefslogtreecommitdiff
path: root/npc/032-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-07 21:16:46 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-07 21:16:46 -0300
commit43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f (patch)
tree772d9ca9fc4ed379a715d08c161e1da988bbe3d9 /npc/032-1
parent897561a791f0784487c35af7af21715990431346 (diff)
downloadserverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.gz
serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.bz2
serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.xz
serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.zip
Tie loosely the new maps
Diffstat (limited to 'npc/032-1')
-rw-r--r--npc/032-1/_import.txt2
-rw-r--r--npc/032-1/_mobs.txt9
-rw-r--r--npc/032-1/_warps.txt6
-rw-r--r--npc/032-1/episode.txt25
4 files changed, 37 insertions, 5 deletions
diff --git a/npc/032-1/_import.txt b/npc/032-1/_import.txt
index 8f31af36b..35ba4a691 100644
--- a/npc/032-1/_import.txt
+++ b/npc/032-1/_import.txt
@@ -1,3 +1,5 @@
// Map 032-1: Past Tulimshar
// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/032-1/_mobs.txt",
"npc/032-1/_warps.txt",
+"npc/032-1/episode.txt",
diff --git a/npc/032-1/_mobs.txt b/npc/032-1/_mobs.txt
new file mode 100644
index 000000000..944a68886
--- /dev/null
+++ b/npc/032-1/_mobs.txt
@@ -0,0 +1,9 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 032-1: Past Tulimshar mobs
+032-1,107,88,69,78 monster Duck 1029,12,30000,20000
+032-1,84,52,19,37 monster Croc 1006,5,35000,90000
+032-1,44,171,2,4 monster Crocotree 1010,2,5000,150000
+032-1,104,119,22,41 monster Little Blub 1007,7,35000,150000
+032-1,0,0,0,0 monster Maggot 1030,65,35000,450000
+032-1,104,200,63,36 monster Giant Maggot 1031,4,30000,20000
+032-1,143,214,37,29 monster Red Scorpion 1072,11,35000,120000
diff --git a/npc/032-1/_warps.txt b/npc/032-1/_warps.txt
index 7cf10cedc..cc98a5d82 100644
--- a/npc/032-1/_warps.txt
+++ b/npc/032-1/_warps.txt
@@ -1,10 +1,6 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 032-1: Past Tulimshar warps
-032-1,59,126,0 script #032-1_59_126 NPC_HIDDEN,0,0,{
- end;
-OnTouch:
- slide 52,127; end;
-}
+032-1,53,108,0 warp #032-1_53_108 0,0,032-2,103,112
032-1,53,126,0 script #032-1_53_126 NPC_HIDDEN,1,0,{
end;
OnTouch:
diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt
new file mode 100644
index 000000000..9fa353b7d
--- /dev/null
+++ b/npc/032-1/episode.txt
@@ -0,0 +1,25 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Part of the Doctor's Quest.
+
+032-1,58,129,0 script Elli NPC_ELLI,{
+ npctalk3 l("Hi.");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,59,126,0 script #InnerEP NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ if (is_master())
+ slide 52, 127;
+ else
+ dispbottom l("This door is locked.");
+ end;
+}
+