diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 18:54:07 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 18:54:07 +0000 |
commit | 2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647 (patch) | |
tree | 53fbb31579d6e7c4f9572090379dd0ac36c53000 /npc/scripts_custom.conf | |
parent | 894951cb5bb625050cc6da1ce409aed575f034f0 (diff) | |
download | hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.tar.gz hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.tar.bz2 hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.tar.xz hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.zip |
* Patches to allow everything to work right. + 1 more sample script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6779 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 88002b121..8207d8b1a 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -20,7 +20,6 @@ //npc: npc/location/to/script.txt
// Your scripts go here!!
// --------------------------------------------------------------
-//npc: npc/sample/monster_controller.cpp
// ----------------------- Basic Scripts -----------------------
// -- Adoption NPC [Fredzilla]
npc: npc/custom/adoption.txt
@@ -91,6 +90,8 @@ npc: npc/custom/adoption.txt //npc: npc/custom/Lance/FR_WeatherController.c
//npc: npc/custom/Lance/FR_MailSystem.c
//npc: npc/sample/npc_dynamic_shop.txt
+//npc: npc/sample/monster_controller.cpp
+//npc: npc/custom/Lance/Sentry.cpp
// --------------------------------------------------------------
// --------------------------------------------------------------
|