summaryrefslogblamecommitdiff
path: root/npc/scripts.conf
blob: beed5f756d08db507b424e0ad322b8b78779b734 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                     
                         











                                      
                               




                                   
 
                 
                           
                           












                                  



                                       
                                         





                                 
 
        












                                    
 

                       
 






                               
                                   
                          
                                        
 
         
















                                           
 


                            
                          
 
// Critical functions
"npc/functions/main.txt",
"npc/functions/string.txt",
"npc/functions/array.txt",
"npc/functions/math.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",

// 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",

// Main Functions
"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/global_event_handler.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",

// Items
"npc/items/purification_potion.txt",
"npc/items/scissors.txt",
"npc/items/pickled_beets.txt",
"npc/items/shock_sweet.txt",
"npc/items/unreleased_item.txt",
"npc/items/require_stat.txt",
"npc/items/restricted_item.txt",
"npc/items/warpTowels.txt",
"npc/items/unequipcb.txt",
"npc/items/launcher_ammo.txt",
"npc/items/check_wand.txt",
"npc/items/mirror.txt",
"npc/items/rubber_bat.txt",

//Magic
"npc/magic/config.txt",

// Commands
"npc/commands/debug-quest.txt",
"npc/commands/debug.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",

// Events
"npc/functions/gm_island.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/filters.txt",

@include "npc/_import.txt"