From d2ef21f2d5911c8d37014ef9ba2722f07cf04bc0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 4 Oct 2009 17:55:51 -0600 Subject: Add Freeyorp to the graves and a sign in the swamp --- npc/026-1_Swamp/_import.txt | 1 + npc/026-1_Swamp/sign.txt | 7 +++++++ npc/027-1_Graveyard/graves.txt | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 npc/026-1_Swamp/sign.txt (limited to 'npc') diff --git a/npc/026-1_Swamp/_import.txt b/npc/026-1_Swamp/_import.txt index 373af703..37e5850d 100644 --- a/npc/026-1_Swamp/_import.txt +++ b/npc/026-1_Swamp/_import.txt @@ -1,3 +1,4 @@ map: 026-1.gat npc: npc/026-1_Swamp/_mobs.txt npc: npc/026-1_Swamp/_warps.txt +npc: npc/026-1_Swamp/sign.txt diff --git a/npc/026-1_Swamp/sign.txt b/npc/026-1_Swamp/sign.txt new file mode 100644 index 00000000..44813c38 --- /dev/null +++ b/npc/026-1_Swamp/sign.txt @@ -0,0 +1,7 @@ +// + +026-1.gat,64,16,0 script Sign 127,{ + mes "Hurnscald's Graveyard is north of here."; + mes "BEWARE!"; + close; +} diff --git a/npc/027-1_Graveyard/graves.txt b/npc/027-1_Graveyard/graves.txt index fd4dca35..ecda6ea0 100644 --- a/npc/027-1_Graveyard/graves.txt +++ b/npc/027-1_Graveyard/graves.txt @@ -83,3 +83,10 @@ function script GraveTooFar { mes "Organizer of the whole graveyard project, graveyard fence graphics, mapping of the graveyard itself."; close; } + +027-1.gat,104,76,0 script Grave 127,{ + callfunc "GraveTooFar"; + mes "~ Freeyorp ~"; + mes "Planned out monster stats and placements."; + close; +} -- cgit v1.2.3-60-g2f50