diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-22 17:26:15 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-22 17:26:15 +0000 |
commit | 8569e54b7a557408ba4182c106c43cd97828aebe (patch) | |
tree | d168e2ff9e1ddce1b340bfce548509ac56edefab /npc/scripts_main.conf | |
parent | b2ce87fc0348ccd2048fb3e23b48c584801ccca4 (diff) | |
download | hercules-8569e54b7a557408ba4182c106c43cd97828aebe.tar.gz hercules-8569e54b7a557408ba4182c106c43cd97828aebe.tar.bz2 hercules-8569e54b7a557408ba4182c106c43cd97828aebe.tar.xz hercules-8569e54b7a557408ba4182c106c43cd97828aebe.zip |
Cleaned the script conf files (see topic:171384 for details)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11962 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |