diff options
Diffstat (limited to 'npc/scripts_main.conf')
-rw-r--r-- | npc/scripts_main.conf | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/npc/scripts_main.conf b/npc/scripts_main.conf index 55cb92ee7..fda24f8ee 100644 --- a/npc/scripts_main.conf +++ b/npc/scripts_main.conf @@ -16,32 +16,14 @@ // only as information/reference. // // -------------------------------------------------------------- -// -------------------------------------------------------------- -// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! - -// -------------------------------------------------------------- -// - All scripts here should be used at your own risk. If you - -// - have edited it yourself, we are not responsible for any - -// - Damages or whatsoever. Do not report any bugs unless you - -// - are sure they exist. Please provide evidence and proof. - -// - eAthena developers are not responsible for any damages or - -// - disruptions of service during the service of the server - -// - caused by the included scripts or for any damages - -// - resulting in the use of the scripts. - -// - Thanks, - -// - eAthena Dev Team - -// -------------------------------------------------------------- // ------------------ Global Scripts Functions ------------------ // Utilitarian functions used by many scripts. npc: npc/other/Global_Functions.txt // -------------------------------------------------------------- // -------------------- Cash Shop Functions -------------------- -// Used by 4 items in the Item Database. +// Used by cash shop items in the Item Database. npc: npc/other/CashShop_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 |