diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-12 00:44:42 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-12 00:44:42 +0000 |
commit | 3911ae68834246aa93b3da90d467cab95da71f10 (patch) | |
tree | 414c2b6cf98d76ca61758f1ca520c8b78529c3b2 /npc/scripts_custom.conf | |
parent | c7ca0a3ce5982cc83043cdf3f9cd30f391c77b02 (diff) | |
download | hercules-3911ae68834246aa93b3da90d467cab95da71f10.tar.gz hercules-3911ae68834246aa93b3da90d467cab95da71f10.tar.bz2 hercules-3911ae68834246aa93b3da90d467cab95da71f10.tar.xz hercules-3911ae68834246aa93b3da90d467cab95da71f10.zip |
* Optimization of Hugel's "Monster Race" script, 4000+ lines removed (other\monster_race.txt)
* Deleted "Wandering Poets" custom script (custom\etc\wandering_poets.txt)
* Deleted "Iron Cane" custom quest (custom\quests\ironcane.txt)
* Deleted custom Poring Track script, what did this even do...? (custom\etc\p_track.txt)
* Moved custom wedding script into /etc/
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16405 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 5d98c6fc1..62e7f0659 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -18,8 +18,6 @@ //npc: npc/custom/card_remover.txt //npc: npc/custom/item_signer.txt //npc: npc/custom/woe_controller.txt -// -- Wedding script that supports same-sex marriages -//npc: npc/custom/marriage.txt // -- Warper that works only after locations are unlocked //npc: npc/custom/quest_warper.txt @@ -45,12 +43,10 @@ //npc: npc/custom/etc/monster_arena.txt // -- Raceway mini-game //npc: npc/custom/etc/morroc_raceway.txt -// -- Unofficial poetry -//npc: npc/custom/etc/wandering_poets.txt // -- Random change of Drop/Exp rates 1x ~ 1.5x every 6 hours on your server //npc: npc/custom/etc/floating_rates.txt -// -- Custom Poring Track files -//npc: npc/custom/etc/p_track.txt +// -- Wedding script that supports same-sex marriages +//npc: npc/custom/etc/marriage.txt // ----------------------- Quest Scripts ----------------------- // -- Treasure Hunters Guild Quests (40 Quests + Special Guild Shop) @@ -63,7 +59,6 @@ //npc: npc/custom/quests/magicalhatquest.txt //npc: npc/custom/quests/elvenear.txt //npc: npc/custom/quests/fashion.txt -//npc: npc/custom/quests/ironcane.txt //npc: npc/custom/quests/sunglasses.txt //npc: npc/custom/quests/bandit_beard.txt //npc: npc/custom/quests/event_6_new_hats.txt |