summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
blob: 99b443fc656f0ff30bc56b7200629707d7da372e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
// This is the main script import file

// Critical functions
"npc/functions/permissions.txt",
"npc/functions/main.txt",
"npc/functions/util.txt",

// General-purpose Framework functions
"npc/functions/array.txt",
"npc/functions/input.txt",
"npc/functions/math.txt",
"npc/functions/RNGesus.txt",
"npc/functions/string.txt",
"npc/functions/time.txt",
"npc/functions/timer.txt",
"npc/functions/seasons.txt",
"npc/functions/weather.txt",

// These functions need to be loaded before everything else
"npc/functions/goodbye.txt",
"npc/functions/openbook.txt",

// Important functions
"npc/functions/asklanguage.txt",
"npc/functions/clientversion.txt",
"npc/functions/game-rules.txt",
"npc/functions/inventoryplace.txt",
"npc/functions/scoreboards.txt",
"npc/functions/random-talk.txt",
"npc/items/rand_sc_heal.txt",

// Misc functions
"npc/functions/barber.txt",
"npc/functions/bank.txt",
"npc/functions/class.txt",
"npc/functions/doors.txt",
"npc/functions/fishing.txt",
"npc/functions/hammocks.txt",
"npc/functions/marriage.txt",
"npc/functions/mobpoint.txt",
"npc/functions/mobhunter.txt",
"npc/functions/news.txt",
"npc/functions/npcmove.txt",
"npc/functions/npcmovegraph.txt",
"npc/functions/nurse.txt",
"npc/functions/questgen.txt",
"npc/functions/riddle.txt",
"npc/functions/savepoint.txt",
"npc/functions/shops.txt",
"npc/functions/soul_menhir.txt",

// Item functions
"npc/items/books.txt",
"npc/items/croconut.txt",
"npc/items/shovel.txt",

// custom atcommands
"npc/commands/music.txt",
"npc/commands/exp.txt",
"npc/commands/debug-look.txt",
"npc/commands/debug-quest.txt",
"npc/commands/debug-skill.txt",
"npc/commands/debug.txt",
"npc/commands/event.txt",
"npc/commands/ipcheck.txt",
"npc/commands/kami.txt",
"npc/commands/motd-debug-text.txt",
"npc/commands/motd.txt",
"npc/commands/rate-management.txt",
"npc/commands/resync.txt",
"npc/commands/scheduled-broadcasts.txt",
"npc/commands/super-menu.txt",
"npc/commands/warp.txt",
"npc/commands/wgm.txt",

// config script
"npc/config/hairstyle_config.txt",
"npc/config/magic.txt",

// Magic Commands
"npc/magic/zarkor.txt",

// Maps specific scripts
@include "npc/_import.txt"