From 8a4bf716002a017de77fe7df301ef8e4aaf00a2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 11:00:49 -0300 Subject: Initial commit --- npc/008-1-2/_import.txt | 4 ++++ npc/008-1-2/_warps.txt | 4 ++++ npc/008-1-2/sign.txt | 31 +++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 npc/008-1-2/_import.txt create mode 100644 npc/008-1-2/_warps.txt create mode 100644 npc/008-1-2/sign.txt (limited to 'npc/008-1-2') diff --git a/npc/008-1-2/_import.txt b/npc/008-1-2/_import.txt new file mode 100644 index 00000000..f49fc06e --- /dev/null +++ b/npc/008-1-2/_import.txt @@ -0,0 +1,4 @@ +// Map 008-1-2: Swamp +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/008-1-2/_warps.txt", +"npc/008-1-2/sign.txt", diff --git a/npc/008-1-2/_warps.txt b/npc/008-1-2/_warps.txt new file mode 100644 index 00000000..c7ee0e45 --- /dev/null +++ b/npc/008-1-2/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-1-2: Swamp warps +008-1-2,181,31,0 warp #008-1-2_181_31 1,0,008-1-1,180,197 +008-1-2,249,48,0 warp #008-1-2_249_48 0,0,008-1,23,216 diff --git a/npc/008-1-2/sign.txt b/npc/008-1-2/sign.txt new file mode 100644 index 00000000..587d090e --- /dev/null +++ b/npc/008-1-2/sign.txt @@ -0,0 +1,31 @@ +// Evol scripts. +// Authors: +// Micksha +// Description: +// Sign pillars in West Woodland. + +008-1-2,218,80,0 script Sign#008-1-2-northeast NPC_NO_SPRITE,{ + npctalkonce l("Up: West Woodland | Right: Dimond's Cove | Left: Sorentown"); + close; +OnInit: + .distance = 2; + end; +} + +008-1-2,145,80,0 script Sign#008-1-2-sorentown NPC_NO_SPRITE,{ + npctalkonce l("Left: Asphodel Moor | Right: All directions"); + close; + +OnInit: + .distance = 2; + end; +} + +008-1-2,39,192,0 script Sign#008-1-2-asphodel NPC_NO_SPRITE,{ + npctalkonce l("Down: Graveyard (under construction) | Up: All directions"); + close; + +OnInit: + .distance = 2; + end; +} -- cgit v1.2.3-60-g2f50