diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
commit | a7c45a192268da2601cef47a4cdba987ae2327ca (patch) | |
tree | c5fb5b97db109fe7106496dd96498c475881046b /npc/006-4 | |
download | serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.gz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.bz2 serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.xz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.zip |
Initial commit (Moubootaur Legends fork)
Diffstat (limited to 'npc/006-4')
-rw-r--r-- | npc/006-4/_config.txt | 23 | ||||
-rw-r--r-- | npc/006-4/_import.txt | 6 | ||||
-rw-r--r-- | npc/006-4/_mobs.txt | 18 | ||||
-rw-r--r-- | npc/006-4/_warps.txt | 5 | ||||
-rw-r--r-- | npc/006-4/soulstone.txt | 16 |
5 files changed, 68 insertions, 0 deletions
diff --git a/npc/006-4/_config.txt b/npc/006-4/_config.txt new file mode 100644 index 0000000..0b9ea89 --- /dev/null +++ b/npc/006-4/_config.txt @@ -0,0 +1,23 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-4: Abandoned Island conf + +006-4,71,82,0 script #006-4_71_82 NPC_HIDDEN,1,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4,95,100,0 script #006-4_95_100 NPC_HIDDEN,1,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4,32,258,0 script #006-4_32_258 NPC_HIDDEN,0,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} diff --git a/npc/006-4/_import.txt b/npc/006-4/_import.txt new file mode 100644 index 0000000..78369b5 --- /dev/null +++ b/npc/006-4/_import.txt @@ -0,0 +1,6 @@ +// Map 006-4: Abandoned Island +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/006-4/_config.txt", +"npc/006-4/_mobs.txt", +"npc/006-4/_warps.txt", +"npc/006-4/soulstone.txt", diff --git a/npc/006-4/_mobs.txt b/npc/006-4/_mobs.txt new file mode 100644 index 0000000..793827f --- /dev/null +++ b/npc/006-4/_mobs.txt @@ -0,0 +1,18 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-4: Abandoned Island mobs +006-4,57,82,10,24 monster Mana Ghost 1068,5,75000,25000 +006-4,59,192,16,19 monster Mana Ghost 1068,9,75000,250000 +006-4,94,179,17,15 monster Mana Ghost 1068,9,75000,250000 +006-4,128,183,14,19 monster Mana Ghost 1068,9,75000,250000 +006-4,102,202,20,8 monster Mana Ghost 1068,9,75000,250000 +006-4,101,153,21,10 monster Mana Ghost 1068,9,75000,250000 +006-4,95,66,39,11 monster Green Dragon 1195,6,75000,105000 +006-4,31,251,17,12 monster Green Slime Mother 1236,1,75000,25000 +006-4,66,203,15,11 monster Green Slime Mother 1236,3,75000,25000 +006-4,139,154,14,9 monster Green Slime Mother 1236,1,75000,25000 +006-4,149,181,7,19 monster Green Slime Mother 1236,1,75000,25000 +006-4,60,149,11,12 monster Green Slime Mother 1236,1,75000,25000 +006-4,142,77,10,22 monster Blue Slime Mother 1237,1,75000,25000 +006-4,94,91,34,11 monster Copper Slime Mother 1238,1,75000,25000 +006-4,94,85,35,6 monster Green Dragon 1195,6,75000,105000 +006-4,55,97,12,9 monster White Slime Mother 1242,1,120000,25000 diff --git a/npc/006-4/_warps.txt b/npc/006-4/_warps.txt new file mode 100644 index 0000000..cc25e7c --- /dev/null +++ b/npc/006-4/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-4: Abandoned Island warps +006-4,95,99,0 warp #006-4_95_99 1,0,006-4-1,58,60 +006-4,32,257,0 warp #006-4_32_257 0,0,006-3,54,36 +006-4,71,83,0 warp #006-4_71_83 1,0,006-4-1,44,31 diff --git a/npc/006-4/soulstone.txt b/npc/006-4/soulstone.txt new file mode 100644 index 0000000..c9e6c92 --- /dev/null +++ b/npc/006-4/soulstone.txt @@ -0,0 +1,16 @@ +// TMW2 Script +// Author: +// Jesusalva + +006-4,21,243,0 script #WaterfallPass NPC_HIDDEN,1,0,{ + end; + +OnTouch: + slide 62, 163; + end; +} + +006-4,62,164,0 script Soul Stone#0064 NPC_NO_SPRITE,{ + slide 22, 244; + end; +} |