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/021-3 | |
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/021-3')
-rw-r--r-- | npc/021-3/_import.txt | 6 | ||||
-rw-r--r-- | npc/021-3/_mobs.txt | 6 | ||||
-rw-r--r-- | npc/021-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/021-3/doors.txt | 21 | ||||
-rw-r--r-- | npc/021-3/mapflags.txt | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/npc/021-3/_import.txt b/npc/021-3/_import.txt new file mode 100644 index 0000000..3544a2a --- /dev/null +++ b/npc/021-3/_import.txt @@ -0,0 +1,6 @@ +// Map 021-3: Deeper Snow Cave +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/021-3/_mobs.txt", +"npc/021-3/_warps.txt", +"npc/021-3/doors.txt", +"npc/021-3/mapflags.txt", diff --git a/npc/021-3/_mobs.txt b/npc/021-3/_mobs.txt new file mode 100644 index 0000000..bb865fd --- /dev/null +++ b/npc/021-3/_mobs.txt @@ -0,0 +1,6 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 021-3: Deeper Snow Cave mobs +021-3,46,90,27,34 monster Moggun 1070,12,90000,30000 +021-3,55,49,21,27 monster Blue Slime 1087,20,30000,30000 +021-3,53,54,25,47 monster White Slime 1094,15,100000,30000 +021-3,54,64,26,26 monster Yeti 1064,5,90000,30000 diff --git a/npc/021-3/_warps.txt b/npc/021-3/_warps.txt new file mode 100644 index 0000000..65d8d75 --- /dev/null +++ b/npc/021-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 021-3: Deeper Snow Cave warps +021-3,70,24,0 warp #021-3_70_24 0,0,021-2,57,48 diff --git a/npc/021-3/doors.txt b/npc/021-3/doors.txt new file mode 100644 index 0000000..f0405f5 --- /dev/null +++ b/npc/021-3/doors.txt @@ -0,0 +1,21 @@ +// TMW2 scripts. +// Authors: +// The Mana World Team +// Jesusalva +// Description: +// Cave logic + +021-3,24,123,0 script #0213_Logic NPC_NO_SPRITE,1,0,{ + if ($@CINDY_STATE > gettimetick(2)) goto L_Safe; + if ($@CINDY_STATE % 2 == 1) goto L_Blocked; + warp "021-4", 67, 28; + end; + +L_Blocked: + dispbottom l("This place is reeking blood. We better come again later."); + end; + +L_Safe: + dispbottom l("There's no need to go in that Yeti infested den right now."); + end; +} diff --git a/npc/021-3/mapflags.txt b/npc/021-3/mapflags.txt new file mode 100644 index 0000000..8f505b7 --- /dev/null +++ b/npc/021-3/mapflags.txt @@ -0,0 +1 @@ +021-3 mapflag nosave 019-2,76,25 |