diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-5-5/_import.txt | 4 | ||||
-rw-r--r-- | npc/018-5-5/_warps.txt | 3 | ||||
-rw-r--r-- | npc/018-5-5/ivanize.txt | 19 | ||||
-rw-r--r-- | npc/026-2/_warps.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 28 insertions, 1 deletions
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 <rui.gravata@hotmail.com> +// Jesusalva <jesusalva@tmw2.org> +// 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" |