diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 06:54:26 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 06:54:26 +0000 |
commit | 1d8592b23ce221f543fb9978c88620f70280c885 (patch) | |
tree | 66b363ecaa0da42195d2c9d1b8e5cd6fe8cc33a2 /npc/scripts_custom.conf | |
parent | 0f82fd5bc403400dc9464a8f02298416b99b0bbc (diff) | |
download | hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.gz hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.bz2 hercules-1d8592b23ce221f543fb9978c88620f70280c885.tar.xz hercules-1d8592b23ce221f543fb9978c88620f70280c885.zip |
- Standardized script headers, starting with /npc/custom/
http://rathena.org/wiki/Script_header
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15262 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 89aff0823..d26dcff01 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -34,7 +34,7 @@ // -- Dev NPCs (NPCs named after devs...) //npc: npc/custom/devnpc.txt // -- Unofficial poetry -//npc: npc/custom/ayothaya.txt +//npc: npc/custom/wandering_poets.txt // -- Platinum Skills //npc: npc/custom/platinum_skills.txt // -- Custom Shops @@ -83,9 +83,9 @@ // -------------------------------------------------------------- // Lance's Scripts (coded before joining eA Dev team) // -------------------------------------------------------------- -//npc: npc/custom/Lance/FR_HallOfFame.c -//npc: npc/custom/Lance/FR_WeatherController.c -//npc: npc/custom/Lance/FR_MailSystem.c +//npc: npc/custom/Lance/FR_HallOfFame.txt +//npc: npc/custom/Lance/FR_WeatherController.txt +//npc: npc/custom/Lance/FR_MailSystem.txt //npc: doc/sample/npc_dynamic_shop.txt // -------------------------------------------------------------- |