summaryrefslogblamecommitdiff
path: root/npc/scripts.conf
blob: f9ba6d5784d11430f8e00780a4fed9db886a2105 (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/string.txt",
"npc/functions/main.txt",
"npc/functions/array.txt",
"npc/functions/bitwise.txt",
"npc/functions/math.txt",
"npc/functions/util.txt",
"npc/functions/vault.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/game-rules.txt",
"npc/functions/inventoryplace.txt",
"npc/functions/scoreboards.txt",
"npc/functions/random-talk.txt",
"npc/items/rand_mp_heal.txt",
"npc/items/rand_sc_heal.txt",
"npc/items/legacy_heal.txt",
"npc/items/inc_sc_bonus.txt",
"npc/commands/kami.txt",
"npc/commands/event.txt",

// config script
"npc/config/hairstyle_config.txt",
"npc/config/location.txt",
"npc/config/traps.txt",
"npc/config/magic.txt",
"npc/functions/maze.txt",

// Misc functions
"npc/functions/aurora.txt",
"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/honor.txt",
"npc/functions/lockpicks.txt",
"npc/functions/marriage.txt",
"npc/functions/mobpoint.txt",
"npc/functions/mobhunter.txt",
"npc/functions/mounts.txt",
"npc/functions/news.txt",
"npc/functions/npcmove.txt",
"npc/functions/npcmovegraph.txt",
"npc/functions/nurse.txt",
"npc/functions/petsales.txt",
"npc/functions/politics.txt",
"npc/functions/rebirth.txt",
"npc/functions/refine.txt",
"npc/functions/resetstatus.txt",
"npc/functions/riddle.txt",
"npc/functions/shake.txt",
"npc/functions/shops.txt",
"npc/functions/siege.txt",
"npc/functions/soul_menhir.txt",
"npc/functions/teleporter.txt",
"npc/functions/treasure.txt",

"npc/functions/filters.txt",

// Item functions
"npc/items/alcohol.txt",
"npc/items/arcmage.txt",
"npc/items/books.txt",
"npc/items/croconut.txt",
"npc/items/emptybox.txt",
"npc/items/grenade.txt",
"npc/items/lofteleporter.txt",
"npc/items/maps.txt",
"npc/items/mercenary.txt",
"npc/items/miscrecipes.txt",
"npc/items/shovel.txt",
"npc/items/teleporter.txt",
"npc/items/valentine.txt",

// Crafting System
"npc/craft/options.txt",
"npc/craft/alchemy.txt",
"npc/craft/smith.txt",
"npc/craft/tweak.txt",
"npc/craft/recipes.txt",
"npc/craft/price.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.txt",
"npc/commands/python.txt",
"npc/commands/rate-management.txt",
"npc/commands/resync.txt",
"npc/commands/rent.txt",
"npc/commands/scheduled-broadcasts.txt",
"npc/commands/shroom.txt",
"npc/commands/super-menu.txt",
"npc/commands/titulate.txt",
"npc/commands/warp.txt",
"npc/commands/welcome.txt",
"npc/commands/wgm.txt",
"npc/commands/ucp.txt",

// Magic Commands
"npc/magic/abizit.txt",
"npc/magic/demure.txt",
"npc/magic/dragokin.txt",
"npc/magic/drops.txt",
"npc/magic/forget.txt",
"npc/magic/guild.txt",
"npc/magic/mpregen.txt",
"npc/magic/ovh.txt",
"npc/magic/parum.txt",
"npc/magic/plantkingdom.txt",
"npc/magic/revive.txt",
"npc/magic/study.txt",
"npc/magic/transmigration.txt",
"npc/magic/scrolls.txt",
"npc/magic/magic_blackbox.txt",

// These are to be proccessed later
"npc/functions/clientversion.txt",
"npc/functions/estate2.txt",
"npc/functions/hub.txt",
"npc/functions/mkbot.txt",
"npc/functions/gmbot.txt",
"npc/functions/instances.txt",
"npc/functions/captcha.txt",
"npc/functions/dungeon.txt",
"npc/config/easteregg_blackbox.txt",

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