diff options
author | Enchilado <pheonixvania@gmail.com> | 2010-11-19 20:18:34 +1000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-12-20 21:05:11 -0700 |
commit | 78b00d2d199428e1341236c5a54d0ee9517daa0f (patch) | |
tree | 97a5a521b78e05405e7f1a49d6087b5bdd9d2bbb /npc/scripts.conf | |
parent | f376ae1a6098449c6ca813583cf48b4cb7e06d2b (diff) | |
download | serverdata-78b00d2d199428e1341236c5a54d0ee9517daa0f.tar.gz serverdata-78b00d2d199428e1341236c5a54d0ee9517daa0f.tar.bz2 serverdata-78b00d2d199428e1341236c5a54d0ee9517daa0f.tar.xz serverdata-78b00d2d199428e1341236c5a54d0ee9517daa0f.zip |
Hallowe'en 2010 Phase 1 Server Data
Some new items, a new monster, temporary spawns for that monster,
the event NPC, scripts.conf to make him appear, and a new news
entry.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 660dedb7..b6e53dcc 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -74,5 +74,7 @@ import: npc/_import.txt // When enabling, some entries in 028-1 would also need to be uncommented, the warp from 028-1 would need to be commented out. The changes to the old woman and some other NPCs weren't able to be preserved, but are recorded in the git repository. //import: npc/easter/2010/_import.txt -import: npc/xmas/2010/_import.txt +// Halloween 2010 +npc: npc/halloween/2010/gak.txt +import: npc/xmas/2010/_import.txt |