diff options
author | wushin <pasekei@gmail.com> | 2014-04-11 12:09:39 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-15 20:26:23 -0500 |
commit | 7632f53fd6f0c2accf45983d2885ef596d4bee7e (patch) | |
tree | 0e3aaa7c032d15257e82ba2945f7c3b0d0b17b10 /world/map/npc/scripts.conf | |
parent | 0073a8a833ca6970b678f7d48af154429cc547ae (diff) | |
download | serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.tar.gz serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.tar.bz2 serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.tar.xz serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.zip |
New Core Function
Travelers to warp about
Checks being moved into functions
Warp Towel Behavior changed
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 2c8538af..1458423b 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -6,6 +6,7 @@ npc: npc/functions/barber.txt npc: npc/functions/clear_vars.txt npc: npc/functions/dailyquest.txt npc: npc/functions/ferry.txt +npc: npc/functions/travelers.txt npc: npc/functions/game_rules.txt npc: npc/functions/inn.txt npc: npc/functions/magic.txt @@ -19,6 +20,8 @@ npc: npc/functions/water_bottle.txt npc: npc/functions/evil_obelisk.txt npc: npc/functions/debug.txt npc: npc/functions/lockpicking.txt +npc: npc/functions/default_npc_checks.txt +npc: npc/functions/undead_debug.txt // Item Functions npc: npc/items/magic_gm_top_hat.txt |