From 9f3b9ca0ff56a90201c7587a04da5aca7d915ae3 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 7 Sep 2009 15:25:33 -0600 Subject: Add woodland cemetery Some work still needs to be done on the maps themselves, and the new NPCs. --- npc/026-1_Swamp/_import.txt | 3 +++ npc/026-1_Swamp/_mobs.txt | 7 +++++++ npc/026-1_Swamp/_warps.txt | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 npc/026-1_Swamp/_import.txt create mode 100644 npc/026-1_Swamp/_mobs.txt create mode 100644 npc/026-1_Swamp/_warps.txt (limited to 'npc/026-1_Swamp') diff --git a/npc/026-1_Swamp/_import.txt b/npc/026-1_Swamp/_import.txt new file mode 100644 index 00000000..373af703 --- /dev/null +++ b/npc/026-1_Swamp/_import.txt @@ -0,0 +1,3 @@ +map: 026-1.gat +npc: npc/026-1_Swamp/_mobs.txt +npc: npc/026-1_Swamp/_warps.txt diff --git a/npc/026-1_Swamp/_mobs.txt b/npc/026-1_Swamp/_mobs.txt new file mode 100644 index 00000000..4505f517 --- /dev/null +++ b/npc/026-1_Swamp/_mobs.txt @@ -0,0 +1,7 @@ +// 026-1 Swamp mobs + + + +026-1.gat,0,0,0 script Mob026-1 -1,{ + end; +} diff --git a/npc/026-1_Swamp/_warps.txt b/npc/026-1_Swamp/_warps.txt new file mode 100644 index 00000000..787c9495 --- /dev/null +++ b/npc/026-1_Swamp/_warps.txt @@ -0,0 +1,4 @@ +// 026-1 Swamp warps + +026-1.gat,63,16 warp toGraveyard -1,-1,027-1.gat,63,105 +026-1.gat,129,66 warp toSwamp -1,-1,025-1.gat,20,66 -- cgit v1.2.3-70-g09d2