diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-28 16:24:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-28 16:24:15 -0300 |
commit | 7b119c91787974bd0dee7f3b684ccfb7b0850613 (patch) | |
tree | 4c23fc452f21ef27f12318790f21ab771dada7ee /npc/018-5-5 | |
parent | cfc47df2477393af8a3a58df960f021810957386 (diff) | |
download | serverdata-7b119c91787974bd0dee7f3b684ccfb7b0850613.tar.gz serverdata-7b119c91787974bd0dee7f3b684ccfb7b0850613.tar.bz2 serverdata-7b119c91787974bd0dee7f3b684ccfb7b0850613.tar.xz serverdata-7b119c91787974bd0dee7f3b684ccfb7b0850613.zip |
Add 018-5-5 Ivanize's Home
Diffstat (limited to 'npc/018-5-5')
-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 |
3 files changed, 26 insertions, 0 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; +} + |