From a7c45a192268da2601cef47a4cdba987ae2327ca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Oct 2022 21:44:22 -0300 Subject: Initial commit (Moubootaur Legends fork) --- npc/021-3/_import.txt | 6 ++++++ npc/021-3/_mobs.txt | 6 ++++++ npc/021-3/_warps.txt | 3 +++ npc/021-3/doors.txt | 21 +++++++++++++++++++++ npc/021-3/mapflags.txt | 1 + 5 files changed, 37 insertions(+) create mode 100644 npc/021-3/_import.txt create mode 100644 npc/021-3/_mobs.txt create mode 100644 npc/021-3/_warps.txt create mode 100644 npc/021-3/doors.txt create mode 100644 npc/021-3/mapflags.txt (limited to 'npc/021-3') 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 -- cgit v1.2.3-70-g09d2