diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-12 03:13:11 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-12 03:13:11 +0000 |
commit | a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6 (patch) | |
tree | a50b795b701debc742d3d8835065b5f2adb9524d /npc/scripts_athena.conf | |
parent | c5d8bdf9c1af99140472f4184360c031beb68a67 (diff) | |
download | hercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.tar.gz hercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.tar.bz2 hercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.tar.xz hercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.zip |
* Implemented repeatable EXP quests (with kill count and item gathering options) removed iRO_Exp.txt.
* Fixed missing slot on Power_of_Thor. (bugreport:4168)
* Fixed size for HELL_APOCALIPS and ZUKADAM. (bugreport:4293)
* Fixed mob modes on ANCIENT_TREE and RYNCHO. (bugreport:4294)
* Fixed HP and INT bonuses on the Kronos staff. (bugreport:4297)
* Fixed equip location and more on the Ruber sword. (bugreport:4298)
* Fixed typo in the Icecream_Hat giving the wrong skill. (bugreport:4299)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14339 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 7a408c249..430aace3a 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -59,7 +59,8 @@ npc: npc/merchants/enchan_arm.txt npc: npc/merchants/manuk.txt npc: npc/merchants/splendide.txt npc: npc/merchants/wander_pet_food.txt -// Cash Shop +// -------------------------------------------------------------- +// ------------------------- Cash Shop -------------------------- // See file before enabling, as you may wish to change the // point value of items to suit your own needs. //npc: npc/merchants/cash_trader.txt @@ -140,11 +141,24 @@ npc: npc/quests/first_class/tu_sword.txt npc: npc/quests/first_class/tu_thief01.txt //Wandering Minstrel Quest npc: npc/quests/Bard_Quest.txt -// iRO Repeatable EXP quests; -// Note: Before enabling remove -// 1) 925,Bill_Of_Birds; 2) 7106,Goat's_Horn -// From Vendor shops in npc/merchants/shops.txt -//npc: npc/quests/iRO_Exp.txt +// Repeatable EXP quests; +npc: npc/quests/collection/quest_alligator.txt +npc: npc/quests/collection/quest_caramel.txt +//Exploitable due to vendor selling Acorns in Moscovia +//npc: npc/quests/collection/quest_coco.txt +npc: npc/quests/collection/quest_creamy.txt +npc: npc/quests/collection/quest_demonpungus.txt +npc: npc/quests/collection/quest_dokebi.txt +npc: npc/quests/collection/quest_dryad.txt +npc: npc/quests/collection/quest_fabre.txt +npc: npc/quests/collection/quest_frilldora.txt +//Exploitable due to vendor selling Antelope Horns in Niflheim +//npc: npc/quests/collection/quest_goat.txt +npc: npc/quests/collection/quest_golem.txt +npc: npc/quests/collection/quest_hode.txt +npc: npc/quests/collection/quest_leafcat.txt +npc: npc/quests/collection/quest_pecopeco.txt +npc: npc/quests/collection/quest_pupa.txt //Town Relay Quests npc: npc/quests/2007_relay.txt //Guild Relay Quests @@ -278,7 +292,8 @@ npc: npc/other/resetskill.txt npc: npc/other/guildpvp.txt npc: npc/other/sealstatus.txt npc: npc/other/mercenary_rent.txt -// Turbo Track Files -------------------------------------------- +// -------------------------------------------------------------- +// -------------------- Turbo Track Arena ----------------------- npc: npc/other/turbotrack/Turbo_Track.txt // Normal Courses (Non-PVP) npc: npc/other/turbotrack/Normal_Solo.txt @@ -290,7 +305,7 @@ npc: npc/other/turbotrack/Expert_4.txt npc: npc/other/turbotrack/Expert_8.txt npc: npc/other/turbotrack/Expert_16.txt // -------------------------------------------------------------- -// --------------------Izlude Battle Arena ---------------------- +// ------------------- Izlude Battle Arena ---------------------- npc: npc/other/arena/arena_room.txt npc: npc/other/arena/arena_lvl50.txt npc: npc/other/arena/arena_lvl60.txt @@ -306,4 +321,5 @@ npc: npc/other/monster_race.txt npc: npc/instances/SealedShrine.txt //npc: npc/instances/EndlessTower.txt npc: npc/instances/OrcsMemory.txt +//npc: npc/instances/NydhoggsNext.txt // -------------------------------------------------------------- |