summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
blob: ee4481cd50f0ec00b190005c137e7d88ea68d411 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
// 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",
"npc/functions/marriage.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"