summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r--npc/scripts.conf135
1 files changed, 135 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
new file mode 100644
index 00000000..fa3407b1
--- /dev/null
+++ b/npc/scripts.conf
@@ -0,0 +1,135 @@
+// Critical functions
+"npc/functions/main.txt",
+"npc/functions/string.txt",
+"npc/functions/array.txt",
+"npc/functions/math.txt",
+"npc/functions/bitwise.txt",
+"npc/functions/permissions.txt",
+
+// General-Purpose Framework Functions
+"npc/functions/input.txt",
+"npc/functions/time.txt",
+"npc/functions/timer.txt",
+"npc/functions/goodbye.txt",
+"npc/functions/vault.txt",
+
+// Pre-Loading Functions
+"npc/functions/clear_vars.txt",
+"npc/functions/asklanguage.txt",
+"npc/functions/inventoryplace.txt",
+"npc/functions/random-talk.txt",
+"npc/functions/inc_sc_bonus.txt",
+"npc/commands/kami.txt",
+"npc/functions/filters.txt",
+"npc/functions/quests.txt",
+
+// Main Functions
+"npc/functions/alchemy.txt",
+"npc/functions/banker.txt",
+"npc/functions/barber.txt",
+"npc/functions/dailyquest.txt",
+"npc/functions/ferry.txt",
+"npc/functions/travelers.txt",
+"npc/functions/game_rules.txt",
+"npc/functions/inn.txt",
+"npc/functions/magic.txt",
+"npc/functions/mob_points.txt",
+"npc/functions/process_equip.txt",
+"npc/functions/slot_machine.txt",
+"npc/functions/soul_menhir.txt",
+"npc/functions/time.txt",
+"npc/functions/water_bottle.txt",
+"npc/functions/evil_obelisk.txt",
+"npc/functions/lockpicking.txt",
+"npc/functions/default_npc_checks.txt",
+"npc/functions/undead_debug.txt",
+"npc/functions/headstyles.txt",
+"npc/functions/stat_reset.txt",
+"npc/functions/quiz.txt",
+"npc/functions/dynamic_menu.txt",
+"npc/functions/DyeConfig.txt",
+"npc/functions/motd.txt",
+"npc/functions/motdconfig.txt",
+"npc/functions/miriam.txt",
+"npc/functions/ghost.txt",
+"npc/functions/location.txt",
+"npc/functions/weather.txt",
+
+// Items
+"npc/items/purification_potion.txt",
+"npc/items/scissors.txt",
+"npc/items/scented_candle.txt",
+"npc/items/pickled_beets.txt",
+"npc/items/shock_sweet.txt",
+"npc/items/unreleased_item.txt",
+"npc/items/brawling_item.txt",
+"npc/items/require_stat.txt",
+"npc/items/warpTowels.txt",
+"npc/items/mirror.txt",
+"npc/items/rubber_bat.txt",
+
+//Magic
+"npc/magic/config.txt",
+"npc/magic/level0-monsterinfo.txt",
+"npc/magic/level0-reapercry.txt",
+"npc/magic/level0-wand.txt",
+"npc/magic/level1-aggravate.txt",
+"npc/magic/level1-experience.txt",
+"npc/magic/level1-flare-dart.txt",
+"npc/magic/level1-grow-plants.txt",
+"npc/magic/level1-lesser-heal.txt",
+"npc/magic/level1-magic-blade.txt",
+"npc/magic/level1-summon-maggots.txt",
+"npc/magic/level1-transmutations.txt",
+"npc/magic/level2-arrow-hail.txt",
+"npc/magic/level2-happy-curse.txt",
+"npc/magic/level2-lay-on-hands.txt",
+"npc/magic/level2-lightning-strike.txt",
+"npc/magic/level2-magic-knuckles.txt",
+"npc/magic/level2-protect.txt",
+"npc/magic/level2-rain.txt",
+"npc/magic/level2-shear.txt",
+"npc/magic/level2-summon-monsters.txt",
+"npc/magic/level2-toxic-dart.txt",
+"npc/magic/final.txt",
+
+// Commands
+"npc/commands/debug-quest.txt",
+"npc/commands/debug.txt",
+"npc/commands/force-rename.txt",
+"npc/commands/gm.txt",
+"npc/commands/ipcheck.txt",
+"npc/commands/language.txt",
+"npc/commands/numa.txt",
+"npc/commands/python.txt",
+"npc/commands/rate-management.txt",
+"npc/commands/resync.txt",
+"npc/commands/scheduled-broadcasts.txt",
+"npc/commands/warp.txt",
+
+// Events
+"npc/functions/gm_island.txt",
+"npc/functions/confused-tree-dict.txt",
+"npc/annuals/fathertime.txt",
+"npc/annuals/check_time.txt",
+"npc/annuals/tree_beard.txt",
+"npc/annuals/xmas/config.txt",
+"npc/annuals/xmas/states.txt",
+"npc/annuals/xmas/barriers.txt",
+"npc/annuals/xmas/core.txt",
+"npc/annuals/xmas/debug.txt",
+"npc/annuals/xmas/helpers.txt",
+"npc/annuals/xmas/list.txt",
+"npc/annuals/xmas/reagents.txt",
+"npc/annuals/xmas/mobmanager.txt",
+"npc/annuals/halloween/config.txt",
+"npc/annuals/halloween/debug.txt",
+"npc/annuals/halloween/munro.txt",
+"npc/annuals/halloween/trick_or_treat.txt",
+
+// Post Loading Functions
+"npc/functions/scoreboards.txt",
+"npc/functions/global_event_handler.txt",
+
+@include "npc/_import.txt"
+