diff options
-rw-r--r-- | db/Changelog.txt | 5 | ||||
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index c762c35c0..fd65d650d 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -8,8 +8,9 @@ 1475 Equestrian's Spear: NEED INFO. 13005 Angelic Wing Dagger: NEED INFO. ======================= -2010/06/10 - * Rev. 14339 Teehee, bugfixes! Some I made, some I missed. +2010/06/11 + * Rev. 14340 Reduced Robo_Eye bonus from 3 -> 2 (bugreport:4288) [L0ne_W0lf] + * Rev. 14339 Teehee, bugfixes! Some I made, some I missed. [L0ne_W0lf] * 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) diff --git a/db/item_db.txt b/db/item_db.txt index fd5ba5934..a4d738cd7 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2509,7 +2509,7 @@ 5322,Scarf,Kerchief,5,20,,100,,2,,0,0xFFFFFFFF,7,2,256,,24,0,343,{ bonus bFlee,5; bonus bMdef,2; },{},{} 5323,Misstrance_Crown,Misstrance Crown,5,20,,0,,10,,0,0xFFFFFFFF,7,2,256,,1,0,165,{ bonus bAllStats,2; },{},{} 5324,Little_Angel_Doll,Little Angel Doll,5,20,,300,,2,,0,0xFFFFFFFF,7,2,256,,10,0,344,{ bonus bDex,3; bonus4 bAutoSpellWhenHit,"CR_GRANDCROSS",3,30,0; },{},{} -5325,Robo_Eye,Robo Eye,5,20,,200,,2,,0,0xFFFFFFFF,7,2,512,,10,0,345,{ bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bMatkRate,3; bonus bDex,1; },{},{} +5325,Robo_Eye,Robo Eye,5,20,,200,,2,,0,0xFFFFFFFF,7,2,512,,10,0,345,{ bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; bonus bDex,1; },{},{} 5326,Masquerade_C,Masquerade C,5,1,,0,,1,,0,0xFFFFFFFE,7,2,512,,1,0,78,{ bonus2 bAddRace,RC_DemiHuman,7; },{},{} 5327,Orc_Hero_Helm_C,Refined Helmet of Orc Hero,5,1,,0,,10,,0,0xFFFFFFFE,7,2,768,,1,0,178,{ bonus bStr,5; bonus bVit,3; },{},{} 5328,Evil_Wing_Ears_C,Evil Wing Ears C,5,1,,0,,2,,0,0xFFFFFFFF,7,2,256,,1,0,129,{ bonus bStr,1; },{},{} 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 // -------------------------------------------------------------- |