diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-13 03:35:32 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-13 03:35:32 +0000 |
commit | b07b02bc7899abd47d043731869b4bfa7626f8e4 (patch) | |
tree | f1551836c875e25ac4995e17e121953836b8ccf8 /npc/scripts_custom.conf | |
parent | f05fd3073a27cfb8f8432f25917aad974ad9c1a6 (diff) | |
download | hercules-b07b02bc7899abd47d043731869b4bfa7626f8e4.tar.gz hercules-b07b02bc7899abd47d043731869b4bfa7626f8e4.tar.bz2 hercules-b07b02bc7899abd47d043731869b4bfa7626f8e4.tar.xz hercules-b07b02bc7899abd47d043731869b4bfa7626f8e4.zip |
* Added mine and tr0n's quest scripts to /custom/quests/
* Added GmOcean's Disguise Event, Mysterious' Mushroom Event, and Keale's Cluckers Event (all edited) to /custom/events/
* Moved Quest Warper into /etc/
* Deleted custom Fashionable Glasses quest, duplicate of official NPC "Zic" (custom/quests/fashion.txt)
* Deleted custom Hyegun event (custom/events/hyegun_event.txt)
* Deleted custom Dracula event (custom/events/draculax.txt)
* Deleted custom Wizard Hat quest (custom/quests/magicalhatquest.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16421 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 08548f792..ee22ac71e 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 -// -- Warper that works only after locations are unlocked -//npc: npc/custom/quest_warper.txt // ----------------------- Other Scripts ----------------------- // -- MVP Arena @@ -47,8 +45,13 @@ //npc: npc/custom/etc/floating_rates.txt // -- Wedding script that supports same-sex marriages //npc: npc/custom/etc/marriage.txt +// -- Warper that works only after locations are unlocked +//npc: npc/custom/etc/quest_warper.txt // ----------------------- Quest Scripts ----------------------- +// -- Dynamic Quest Scripts +//npc: npc/custom/quests/quest_shop.txt +//npc: npc/custom/quests/questboard.txt // -- Treasure Hunters Guild Quests (40 Quests + Special Guild Shop) //npc: npc/custom/quests/thq/THQS_ChatingNPC.txt //npc: npc/custom/quests/thq/THQS_GuildNPC.txt @@ -58,7 +61,6 @@ // -- Equipment Quests //npc: npc/custom/quests/magicalhatquest.txt //npc: npc/custom/quests/elvenear.txt -//npc: npc/custom/quests/fashion.txt //npc: npc/custom/quests/sunglasses.txt //npc: npc/custom/quests/bandit_beard.txt //npc: npc/custom/quests/event_6_new_hats.txt @@ -74,16 +76,15 @@ //npc: npc/custom/quests/kahohorn.txt // ----------------------- Event Scripts ----------------------- -// -- X-Mas, Karachun, and New Year (8 Dec. ~ 8 Jan.) +// -- Daily Events +//npc: npc/custom/events/disguise.txt +//npc: npc/custom/events/mushroom_event.txt +//npc: npc/custom/events/cluckers.txt +// -- Holiday Events //npc: npc/custom/events/xmas_rings_event.txt -// -- Custom Valentine's Day event //npc: npc/custom/events/valentinesdayexp.txt -// -- Custom Halloween scripts //npc: npc/custom/events/hallow06.txt //npc: npc/custom/events/uneasy_cemetery.txt -//npc: npc/custom/events/draculax.txt -// -- Hyegun event -//npc: npc/custom/events/hyegun_event.txt // ----------------------- Unofficial Scripts ----------------------- // -- Unofficial Airplane script |