From 7b119c91787974bd0dee7f3b684ccfb7b0850613 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Feb 2021 16:24:15 -0300 Subject: Add 018-5-5 Ivanize's Home --- npc/018-5-5/_import.txt | 4 ++++ npc/018-5-5/_warps.txt | 3 +++ npc/018-5-5/ivanize.txt | 19 +++++++++++++++++++ npc/026-2/_warps.txt | 2 +- npc/_import.txt | 1 + 5 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 npc/018-5-5/_import.txt create mode 100644 npc/018-5-5/_warps.txt create mode 100644 npc/018-5-5/ivanize.txt (limited to 'npc') diff --git a/npc/018-5-5/_import.txt b/npc/018-5-5/_import.txt new file mode 100644 index 000000000..bcf2f812f --- /dev/null +++ b/npc/018-5-5/_import.txt @@ -0,0 +1,4 @@ +// Map 018-5-5: Indoors +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-5-5/_warps.txt", +"npc/018-5-5/ivanize.txt", diff --git a/npc/018-5-5/_warps.txt b/npc/018-5-5/_warps.txt new file mode 100644 index 000000000..aebe078b1 --- /dev/null +++ b/npc/018-5-5/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-5-5: Indoors warps +018-5-5,33,47,0 warp #018-5-5_33_47 1,0,018-5,114,55 diff --git a/npc/018-5-5/ivanize.txt b/npc/018-5-5/ivanize.txt new file mode 100644 index 000000000..bfec74f6b --- /dev/null +++ b/npc/018-5-5/ivanize.txt @@ -0,0 +1,19 @@ +// TMW2 scripts. +// Authors: +// Indigovox +// Jesusalva +// Description: +// Evil Fairy + +018-5-5,31,26,0 script Ivanize NPC_FAIRY_A,{ + if (strcharinfo(0) == "Manatauro") npctalk3 l("Leave me alone! Stop annoying me!"); + mesn; + mesq l("Can't you see I'm busy?"); + close; + +OnInit: + .sex=G_FEMALE; + .distance=5; + end; +} + diff --git a/npc/026-2/_warps.txt b/npc/026-2/_warps.txt index 4a2bb4d7a..a80657fb6 100644 --- a/npc/026-2/_warps.txt +++ b/npc/026-2/_warps.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 026-2: The Impregnable Fortress (B2F) warps -026-2,32,98,0 warp #026-2_32_98 0,0,100-1,60,27 +026-2,32,98,0 warp #026-2_32_98 0,0,026-1,60,27 diff --git a/npc/_import.txt b/npc/_import.txt index 713f6db20..bc61711ea 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -142,6 +142,7 @@ @include "npc/018-5-2/_import.txt" @include "npc/018-5-3/_import.txt" @include "npc/018-5-4/_import.txt" +@include "npc/018-5-5/_import.txt" @include "npc/018-5-boss/_import.txt" @include "npc/018-5/_import.txt" @include "npc/018-6-0/_import.txt" -- cgit v1.2.3-70-g09d2