From 2dc05a94062b5a43553938650b477cab8b077364 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 10 Mar 2021 20:51:36 -0300 Subject: This is the last map. It is divided in three subrooms. Upon entering players shall see the cutscene. They can then choose any room. One has the Moubootaur. The other should be unlocked after victory and has a warp back to Tulimshar. I think. --- npc/029-9/_import.txt | 3 +++ npc/029-9/_warps.txt | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 npc/029-9/_import.txt create mode 100644 npc/029-9/_warps.txt (limited to 'npc/029-9') diff --git a/npc/029-9/_import.txt b/npc/029-9/_import.txt new file mode 100644 index 000000000..56bea8092 --- /dev/null +++ b/npc/029-9/_import.txt @@ -0,0 +1,3 @@ +// Map 029-9: Woodland mining camp +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/029-9/_warps.txt", diff --git a/npc/029-9/_warps.txt b/npc/029-9/_warps.txt new file mode 100644 index 000000000..0cba23ec7 --- /dev/null +++ b/npc/029-9/_warps.txt @@ -0,0 +1,23 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 029-9: Woodland mining camp warps +029-9,97,49,0 warp #029-9_97_49 5,0,029-8,174,78 +029-9,103,48,0 script #029-9_103_48 NPC_HIDDEN,1,0,{ + end; +OnTouch: + slide 136,40; end; +} +029-9,91,26,0 script #029-9_91_26 NPC_HIDDEN,1,0,{ + end; +OnTouch: + slide 34,24; end; +} +029-9,34,23,0 script #029-9_34_23 NPC_HIDDEN,1,0,{ + end; +OnTouch: + slide 90,25; end; +} +029-9,137,41,0 script #029-9_137_41 NPC_HIDDEN,1,0,{ + end; +OnTouch: + slide 102,47; end; +} -- cgit v1.2.3-60-g2f50