diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-12 14:28:16 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-12 14:28:16 +0000 |
commit | 53e9eefa52d54e1c1d05e529e3bfb4943c6208d7 (patch) | |
tree | 6ce5a97d0b2eac142ee326e5be05df89ab805d07 /npc/scripts_custom.conf | |
parent | 28b32ef666a3d7d8ab1b5c0f8d3f6fa0e8acb309 (diff) | |
download | hercules-53e9eefa52d54e1c1d05e529e3bfb4943c6208d7.tar.gz hercules-53e9eefa52d54e1c1d05e529e3bfb4943c6208d7.tar.bz2 hercules-53e9eefa52d54e1c1d05e529e3bfb4943c6208d7.tar.xz hercules-53e9eefa52d54e1c1d05e529e3bfb4943c6208d7.zip |
- Updated town.txt to allow Mailbox access in all the newer cities. bugreport:4457
- Removed easter.txt event and the corresponding mobs in mob_db2.txt and mob_db2.sql since they collide with Satan Morroc minions Mob ID's. bugreport:1240
- Updated Magical Amplify Power cast time to only be affected by item bonuses. bugreport:2777
- Added missing Economy check in agit_main and some missing close; also fixed bugreport:5030
- Added Credits for Ziu in Falcon Flute NPC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16102 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index d26dcff01..50eab6f87 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -7,6 +7,9 @@ // ------------------------- My Scripts ------------------------- //npc: npc/location/to/script.txt // Your scripts go here!! +npc: npc/custom/extrablatt.txt +npc: npc/custom/ranker.txt +npc: npc/custom/emp_break_room.txt // -------------------------------------------------------------- // ----------------------- Basic Scripts ----------------------- // -- Card Remover |