diff options
author | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-28 21:19:30 +0000 |
---|---|---|
committer | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-28 21:19:30 +0000 |
commit | 72cd35c33dee93b88969b579a0cc3327b2e7f2d6 (patch) | |
tree | 91b88d46c64c35aafa450284f989d769f0f42e0f /npc/scripts_custom.conf | |
parent | 2aa1029edac5ac7cfb19de5ca5a1050ac5b8f87c (diff) | |
download | hercules-72cd35c33dee93b88969b579a0cc3327b2e7f2d6.tar.gz hercules-72cd35c33dee93b88969b579a0cc3327b2e7f2d6.tar.bz2 hercules-72cd35c33dee93b88969b579a0cc3327b2e7f2d6.tar.xz hercules-72cd35c33dee93b88969b579a0cc3327b2e7f2d6.zip |
Massive updates to /npc/custom folder:
* Removed eAAC scripts, which were outdated. (tid: 64380) (will be released in downloads section)
* Removed scripts in /Lance/ folder, which haven't been updated in years. (will be released in downloads section)
* Combined heal.txt and heal_payment.txt into one script, set options within file to enable or disable zeny requirement.
* Added choice in job changer if you allow third job changes.
* Updated warper with new towns and some dungeons.
* Card remover now has option to prevent or allow item destruction upon removing failure
* Removed 2-2shop and replaced with a full itemmall (thanks Masao!)
* General file structure changes (possibly more later)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16164 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index fe9a02ff3..63bc025a9 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -17,12 +17,11 @@ //npc: npc/custom/banks/kafra_bank.txt //npc: npc/custom/banks/bank.txt // -- Reset NPC -//npc: npc/custom/jobs/reset.txt +//npc: npc/custom/reset.txt // -- Job Changer -//npc: npc/custom/jobs/jobmaster.txt +//npc: npc/custom/jobmaster.txt // -- Healer(s) -//npc: npc/custom/healers/heal.txt -//npc: npc/custom/healers/heal_payment.txt +//npc: npc/custom/heal.txt // -- Black Jack //npc: npc/custom/blackjack.txt // -- City and Dungeon Warper @@ -38,7 +37,7 @@ // -- Platinum Skills //npc: npc/custom/platinum_skills.txt // -- Custom Shops -//npc: npc/custom/2-2shop.txt +//npc: npc/custom/itemmall.txt // -- Free Falcon & Peco breeder, Free Carts //npc: npc/custom/breeder.txt // -- Unofficial Airplane Script @@ -81,15 +80,6 @@ //npc: npc/custom/battleground/bg_kvm03.txt // -------------------------------------------------------------- -// Lance's Scripts (coded before joining eA Dev team) -// -------------------------------------------------------------- -//npc: npc/custom/Lance/FR_HallOfFame.txt -//npc: npc/custom/Lance/FR_WeatherController.txt -//npc: npc/custom/Lance/FR_MailSystem.txt -//npc: doc/sample/npc_dynamic_shop.txt -// -------------------------------------------------------------- - -// -------------------------------------------------------------- // ----------------------- Quests Scripts ----------------------- // -- Treasure Hunters Guild Quests (40 Quests + Special Guild Shop) //npc: npc/custom/quests/thq/THQS_ChatingNPC.txt |