diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-12 03:41:56 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-12 03:41:56 +0000 |
commit | e08876d9902def26ce32ce1040304deec6a8ec71 (patch) | |
tree | 3d34a60ae081c77581843f5a6580606f55d793ef /npc | |
parent | a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6 (diff) | |
download | hercules-e08876d9902def26ce32ce1040304deec6a8ec71.tar.gz hercules-e08876d9902def26ce32ce1040304deec6a8ec71.tar.bz2 hercules-e08876d9902def26ce32ce1040304deec6a8ec71.tar.xz hercules-e08876d9902def26ce32ce1040304deec6a8ec71.zip |
* Reduced Robo_Eye bonus from 3 -> 2 (bugreport:4288)
* Disabled the Peco Peco repeatable quest, see comment in conf as to why.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14340 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b57473151..79675ed8a 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== -2010/06/10 +2010/06/11 + * Rev. 14340 Disabled the Peco Peco repeatable quest, see comment in conf as to why. [L0ne_W0lf] * Rev. 14339 Implemented repeatable EXP quests (with kill count and item gathering options) removed iRO_Exp.txt. [L0ne_W0lf] 2010/06/10 * Rev. 14338 Removed a 'close' in a 13.1 quest which should have been 'close2'. (bugreport:4276) diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 430aace3a..b02753a4a 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -157,7 +157,8 @@ npc: npc/quests/collection/quest_frilldora.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 +//Exploitable due to vendor selling Bill of Birds in Morroc +//npc: npc/quests/collection/quest_pecopeco.txt npc: npc/quests/collection/quest_pupa.txt //Town Relay Quests npc: npc/quests/2007_relay.txt @@ -321,5 +322,4 @@ 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 // -------------------------------------------------------------- |