From 20df2abc1aca00d6aa5dc78347133890f36b32f3 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 20:50:42 +0100 Subject: Initial commit --- npc/001-2-40/_import.txt | 5 +++++ npc/001-2-40/_warps.txt | 4 ++++ npc/001-2-40/mapflags.txt | 1 + npc/001-2-40/trozz.txt | 21 +++++++++++++++++++++ 4 files changed, 31 insertions(+) create mode 100644 npc/001-2-40/_import.txt create mode 100644 npc/001-2-40/_warps.txt create mode 100644 npc/001-2-40/mapflags.txt create mode 100644 npc/001-2-40/trozz.txt (limited to 'npc/001-2-40') diff --git a/npc/001-2-40/_import.txt b/npc/001-2-40/_import.txt new file mode 100644 index 000000000..a7c7abb85 --- /dev/null +++ b/npc/001-2-40/_import.txt @@ -0,0 +1,5 @@ +// Map 001-2-40: unnamed +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/001-2-40/_warps.txt", +"npc/001-2-40/mapflags.txt", +"npc/001-2-40/trozz.txt", diff --git a/npc/001-2-40/_warps.txt b/npc/001-2-40/_warps.txt new file mode 100644 index 000000000..83550f10f --- /dev/null +++ b/npc/001-2-40/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-2-40: unnamed warps +001-2-40,45,44,0 warp #001-2-40_45_44 2,0,001-2-33,43,39 +001-2-40,27,47,0 warp #001-2-40_27_44 2,0,001-2-33,25,39 diff --git a/npc/001-2-40/mapflags.txt b/npc/001-2-40/mapflags.txt new file mode 100644 index 000000000..0c9303e82 --- /dev/null +++ b/npc/001-2-40/mapflags.txt @@ -0,0 +1 @@ +001-2-40 mapflag town diff --git a/npc/001-2-40/trozz.txt b/npc/001-2-40/trozz.txt new file mode 100644 index 000000000..df76c26f5 --- /dev/null +++ b/npc/001-2-40/trozz.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Chief of the Legion of Aemil of the city of Artis. + +001-2-40,36,46,0 script Trozz#001-2-40 NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{ + mesn; + mesq l("Hi."); + + goto L_Close; + +L_Close: + close; + +OnInit: + .sex = G_MALE; + .distance = 4; + end; +} + -- cgit v1.2.3-70-g09d2