diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-04 17:55:51 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-04 17:55:51 -0600 |
commit | d2ef21f2d5911c8d37014ef9ba2722f07cf04bc0 (patch) | |
tree | cb12dc4e4d1b29851c7f72bdbc25eef5ebe708a8 /npc/027-1_Graveyard | |
parent | b0cd6ed5c3ee7bff662bd3249c67eadbd28c8f09 (diff) | |
download | serverdata-d2ef21f2d5911c8d37014ef9ba2722f07cf04bc0.tar.gz serverdata-d2ef21f2d5911c8d37014ef9ba2722f07cf04bc0.tar.bz2 serverdata-d2ef21f2d5911c8d37014ef9ba2722f07cf04bc0.tar.xz serverdata-d2ef21f2d5911c8d37014ef9ba2722f07cf04bc0.zip |
Add Freeyorp to the graves and a sign in the swamp
Diffstat (limited to 'npc/027-1_Graveyard')
-rw-r--r-- | npc/027-1_Graveyard/graves.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |