diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-12 16:07:52 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-12 16:07:52 +0000 |
commit | 468a088ab8caca5b9916b1fc223bbab395468900 (patch) | |
tree | fbb5f6a37bf3547a82c2b3b73ab5bce97b7a0d5e /npc/scripts_custom.conf | |
parent | 53e9eefa52d54e1c1d05e529e3bfb4943c6208d7 (diff) | |
download | hercules-468a088ab8caca5b9916b1fc223bbab395468900.tar.gz hercules-468a088ab8caca5b9916b1fc223bbab395468900.tar.bz2 hercules-468a088ab8caca5b9916b1fc223bbab395468900.tar.xz hercules-468a088ab8caca5b9916b1fc223bbab395468900.zip |
- Added Magic Book Quest for Warlocks.
- Followup r16102
* Correctly fixed bugreport:5030 now.
* Restorded scripts_custom.conf since mine accidently got commited with my last commit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16103 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 50eab6f87..fe9a02ff3 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -7,9 +7,6 @@ // ------------------------- 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 @@ -66,7 +63,7 @@ npc: npc/custom/emp_break_room.txt // A nice lottery (very flexible) //npc: npc/custom/lottery.txt // -// Wedding script (rewritten by Scotlex. ) +// Wedding script (rewritten by Scotlex ) // Supports Same-sex marriages. //npc: npc/custom/marriage.txt |