diff options
author | wushin <pasekei@gmail.com> | 2014-10-11 11:20:24 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-10-19 16:13:03 -0500 |
commit | d5501b061b6fb92643bb36c523bde62bcf7181bc (patch) | |
tree | a73c79607276e1902f6f47ee54f6a5ae9bc548dd /world/map/npc/scripts.conf | |
parent | ffe40be3361652fc509291fa2f4c814554341957 (diff) | |
download | serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.gz serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.bz2 serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.xz serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.zip |
Halloween Annual Base Commit
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 8aa774e0..90c11883 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -39,8 +39,9 @@ import: npc/_import.txt // GM Events npc: npc/functions/gm_island.txt - +// Annuals Framework npc: npc/annuals/fathertime.txt +npc: npc/annuals/tree_beard.txt // Annual Christmas npc: npc/annuals/xmas/config.txt npc: npc/annuals/xmas/states.txt @@ -51,4 +52,8 @@ npc: npc/annuals/xmas/helpers.txt npc: npc/annuals/xmas/list.txt npc: npc/annuals/xmas/reagents.txt npc: npc/annuals/xmas/mobmanager.txt -npc: npc/annuals/xmas/tree_beard.txt +// Annual halloween +npc: npc/annuals/halloween/config.txt +npc: npc/annuals/halloween/debug.txt +npc: npc/annuals/halloween/munro.txt +npc: npc/annuals/halloween/trick_or_treat.txt |