diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-16 03:11:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-16 03:11:02 -0300 |
commit | 72911cb6fa70a9498f2c783a472f90d2c7d9d546 (patch) | |
tree | c40eaf1395020325726e47b4420c74ac1fca3f33 /npc/006-4 | |
parent | cf6f23636fc842574fbc5e626c1dd06a7eff98fc (diff) | |
download | serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.gz serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.bz2 serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.xz serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.zip |
This should include 006-2 Piou Isles in system
Diffstat (limited to 'npc/006-4')
-rw-r--r-- | npc/006-4/_import.txt | 1 | ||||
-rw-r--r-- | npc/006-4/_warps.txt | 1 | ||||
-rw-r--r-- | npc/006-4/soulstone.txt | 16 |
3 files changed, 18 insertions, 0 deletions
diff --git a/npc/006-4/_import.txt b/npc/006-4/_import.txt index 0719ad348..7479e6436 100644 --- a/npc/006-4/_import.txt +++ b/npc/006-4/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/006-4/_mobs.txt", "npc/006-4/_warps.txt", +"npc/006-4/soulstone.txt", diff --git a/npc/006-4/_warps.txt b/npc/006-4/_warps.txt index 872c72394..f6e439f0c 100644 --- a/npc/006-4/_warps.txt +++ b/npc/006-4/_warps.txt @@ -1,3 +1,4 @@ // 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,-1,006-4-1,58,60 +006-4,32,257,0 warp #006-4_32_257 0,-1,006-3,54,36 diff --git a/npc/006-4/soulstone.txt b/npc/006-4/soulstone.txt new file mode 100644 index 000000000..c9e6c92e6 --- /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; +} |