summaryrefslogblamecommitdiff
path: root/npc/scripts.conf
blob: 6eae66be88c101febbc12363685d7c02c3174612 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                      
                          

                           

                         
 
                                      
                          

                          
                            
                            
 




                                                           

                                  




                                   
                            
                             
                         
                        
 



                                  
                 
                           
                           
                         
                          
                          
                          
                            
                          
                             
                              
                         
                             
                             
                              
                         
                            
                                 
                          
                             
                           
                                
                           
                              
                          
                          
                          
                                
                             
 
                 
                        
                      
                         
                         
                              
                       
                           
 
                  

                        
 

                         
                       

                               
                         
                           
                              
                           
                            
                           


                                   
                          
                                        
                              
                        
                       
                       
 
                 
                       
                         
                             
                            
                        
                        
                        
                          
                      
                      
                           
                       
 

                                   
                              
 

                          
// This is the main script import file

// Critical functions
"npc/functions/permissions.txt",
"npc/functions/array.txt",
"npc/functions/math.txt",
"npc/functions/string.txt",
"npc/functions/main.txt",
"npc/functions/util.txt",

// General-purpose Framework functions
"npc/functions/input.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",
"npc/items/legacy_heal.txt",
"npc/items/inc_sc_bonus.txt",
"npc/commands/event.txt",
"npc/commands/kami.txt",

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

// Misc functions
"npc/functions/estate.txt",
"npc/functions/barber.txt",
"npc/functions/bank.txt",
"npc/functions/daily.txt",
"npc/functions/doors.txt",
"npc/functions/event.txt",
"npc/functions/fishing.txt",
"npc/functions/guild.txt",
"npc/functions/hammocks.txt",
"npc/functions/lockpicks.txt",
"npc/functions/TODO.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/petsales.txt",
"npc/functions/refine.txt",
"npc/functions/resetstatus.txt",
"npc/functions/riddle.txt",
"npc/functions/savepoint.txt",
"npc/functions/shake.txt",
"npc/functions/shops.txt",
"npc/functions/siege.txt",
"npc/functions/soul_menhir.txt",
"npc/functions/treasure.txt",

// Item functions
"npc/items/alcohol.txt",
"npc/items/books.txt",
"npc/items/croconut.txt",
"npc/items/emptybox.txt",
"npc/items/lofteleporter.txt",
"npc/items/shovel.txt",
"npc/items/teleporter.txt",

// Crafting System
"npc/craft/alchemy.txt",
"npc/craft/smith.txt",

// custom atcommands
"npc/commands/music.txt",
"npc/commands/exp.txt",
"npc/commands/debug-look.txt",
"npc/commands/debug-quest.txt",
"npc/commands/debug.txt",
"npc/commands/discord.txt",
"npc/commands/grantpower.txt",
"npc/commands/ipcheck.txt",
"npc/commands/language.txt",
"npc/commands/mobinfo.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",
"npc/commands/ucp.txt",

// Magic Commands
"npc/magic/demure.txt",
"npc/magic/dragokin.txt",
"npc/magic/fairykingdom.txt",
"npc/magic/frozenheart.txt",
"npc/magic/halhiss.txt",
"npc/magic/kalmurk.txt",
"npc/magic/kalwulf.txt",
"npc/magic/limerizer.txt",
"npc/magic/mkpot.txt",
"npc/magic/parum.txt",
"npc/magic/stoneheart.txt",
"npc/magic/zarkor.txt",

// These are to be proccessed later
"npc/functions/gmbot.txt",
"npc/functions/instances.txt",

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