diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-29 13:13:50 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-29 13:13:50 +0200 |
commit | 40c846c886402ddcae3e7af614a5c868f150b9b7 (patch) | |
tree | 13ac81d56a89e7ea2809b634261e8ce1b2794e08 /world/map/npc/scripts.conf | |
parent | b77def5fc18106739b42144d709371b485f74d2c (diff) | |
download | serverdata-40c846c886402ddcae3e7af614a5c868f150b9b7.tar.gz serverdata-40c846c886402ddcae3e7af614a5c868f150b9b7.tar.bz2 serverdata-40c846c886402ddcae3e7af614a5c868f150b9b7.tar.xz serverdata-40c846c886402ddcae3e7af614a5c868f150b9b7.zip |
Adding NPC function: Debug
This function gives the possibility to adjust level, skills and magic for debugging purposes.
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index c8239d27..9557a361 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -17,6 +17,7 @@ npc: npc/functions/strangerquiz.txt npc: npc/functions/time.txt npc: npc/functions/water_bottle.txt npc: npc/functions/evil_obelisk.txt +npc: npc/functions/debug.txt // Item Functions npc: npc/items/purification_potion.txt |