Athena Configuration — scripts_main.conf

Note: This is the controller of the npc folder. Enabling or disabling a script file will have a profound effect.

Edit default values to fine-tune your Athena.

How to enable or disable script file:

The example — //npc: npc/sample/PCLoginEvent.txt — (that is, removing // at the beginning of the line) will enable the PCLoginEvent script.

Do not copy from here! This script is partial.
// ------------------ Global Scripts Functions ------------------
// !! Warning! Do NOT remove there or it breaks a lot of items !!
npc: npc/other/Global_Functions.txt
// --------------------------------------------------------------
// ------------------------ PCLoginEvent ------------------------
// NPC which is activated for every player who logs in.
//npc: npc/sample/PCLoginEvent.txt
// --------------------------------------------------------------
// ------------------------ Script Files ------------------------
import: npc/scripts_mapflags.conf
import: npc/scripts_warps.conf
// -- Scripts_monsters.conf is offical spawns, scripts_eamonsters.conf is modified for eAthena
// -- in an attempt to have more balanced/fair spawns.
import: npc/scripts_monsters.conf
//import: npc/scripts_eamonsters.conf
import: npc/scripts_athena.conf
import: npc/scripts_jobs.conf
import: npc/scripts_guild.conf
// -- Your NPCs go in this file!
import: npc/scripts_custom.conf
// -- eAAC Scripts
import: npc/scripts_eaac.conf