diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 22:52:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 22:52:06 -0300 |
commit | d4e201ad7b2d41fd4bbb80dbd206a855e8980bd9 (patch) | |
tree | 08233956ad26e3f0730fcd0da014486fd39c129a /npc/scripts.conf | |
parent | 25d7855e5ba1a24a605c223ab9375ba62c6c7cf3 (diff) | |
download | serverdata-d4e201ad7b2d41fd4bbb80dbd206a855e8980bd9.tar.gz serverdata-d4e201ad7b2d41fd4bbb80dbd206a855e8980bd9.tar.bz2 serverdata-d4e201ad7b2d41fd4bbb80dbd206a855e8980bd9.tar.xz serverdata-d4e201ad7b2d41fd4bbb80dbd206a855e8980bd9.zip |
Sort stuff at scripts.conf (in name of sanity!) - No real change.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 46 |
1 files changed, 24 insertions, 22 deletions
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 |