From d4e201ad7b2d41fd4bbb80dbd206a855e8980bd9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 30 May 2018 22:52:06 -0300 Subject: Sort stuff at scripts.conf (in name of sanity!) - No real change. --- npc/scripts.conf | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'npc/scripts.conf') diff --git a/npc/scripts.conf b/npc/scripts.conf index 9ab99c24d..cb1eda99f 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -4,42 +4,45 @@ "npc/functions/permissions.txt", "npc/functions/main.txt", "npc/functions/util.txt", +"npc/functions/clientversion.txt", + +// Important functions +"npc/functions/game-rules.txt", +"npc/functions/inventoryplace.txt", +"npc/functions/scoreboards.txt", +"npc/functions/random-talk.txt", +"npc/items/rand_sc_heal.txt", // General-purpose Framework functions "npc/functions/array.txt", -"npc/functions/time.txt", -"npc/functions/timer.txt", "npc/functions/input.txt", -"npc/functions/string.txt", -"npc/functions/RNGesus.txt", "npc/functions/math.txt", +"npc/functions/RNGesus.txt", +"npc/functions/string.txt", +"npc/functions/time.txt", +"npc/functions/timer.txt", // Misc functions +"npc/functions/asklanguage.txt", "npc/functions/barber.txt", "npc/functions/bank.txt", -"npc/functions/clientversion.txt", +"npc/functions/confused-tree-dict.txt", "npc/functions/doors.txt", +"npc/functions/fishing.txt", "npc/functions/goodbye.txt", "npc/functions/hammocks.txt", "npc/functions/harbours.txt", -"npc/functions/inventoryplace.txt", "npc/functions/marriage.txt", "npc/functions/mobpoint.txt", +"npc/functions/news.txt", "npc/functions/npcmove.txt", +"npc/functions/npcmovegraph.txt", "npc/functions/openbook.txt", "npc/functions/questgen.txt", +"npc/functions/riddle.txt", "npc/functions/savepoint.txt", "npc/functions/shops.txt", -"npc/functions/npcmovegraph.txt", -"npc/functions/fishing.txt", -"npc/functions/asklanguage.txt", -"npc/functions/game-rules.txt", -"npc/functions/news.txt", -"npc/functions/riddle.txt", -"npc/functions/confused-tree-dict.txt", "npc/functions/soul_menhir.txt", -"npc/functions/scoreboards.txt", -"npc/functions/random-talk.txt", // quest debug "npc/functions/quest-debug/functions.txt", @@ -48,24 +51,23 @@ "npc/items/books.txt", "npc/items/croconut.txt", "npc/items/shovel.txt", -"npc/items/rand_sc_heal.txt", // custom atcommands "npc/commands/music.txt", -"npc/commands/warp.txt", //"npc/commands/zeny.txt", -"npc/commands/motd-debug-text.txt", -"npc/commands/motd.txt", -"npc/commands/scheduled-broadcasts.txt", -"npc/commands/rate-management.txt", -"npc/commands/event.txt", "npc/commands/debug-look.txt", "npc/commands/debug-quest.txt", "npc/commands/debug-skill.txt", "npc/commands/debug-preset.txt", "npc/commands/debug.txt", +"npc/commands/event.txt", +"npc/commands/motd-debug-text.txt", +"npc/commands/motd.txt", +"npc/commands/rate-management.txt", +"npc/commands/scheduled-broadcasts.txt", "npc/commands/super-menu.txt", "npc/commands/magic.txt", +"npc/commands/warp.txt", "npc/commands/wgm.txt", // config script -- cgit v1.2.3-60-g2f50