diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 63ea1588a..583d0bb68 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -7,6 +7,8 @@ 12/20 * Corrected skill tree requirements for 3 Peco Lord knight skills [celest] + * Updated item 569 -> it's a Red potion given to novices if they pass the + training grounds test [celest] 12/18 * Lord Knight's Concentration can now be used with any weapon [Aria] * Changed few God-items to fit kRO 12/7/04 Patch [Aria] diff --git a/db/item_db.txt b/db/item_db.txt index b1c0dcb7a..3b1ccfeca 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -69,6 +69,7 @@ 566,Tom_Yum_Goong,Tom_Yum_Goong,0,20,150,0,,,,,10477567,2,,,,,{ itemheal rand(100,200),0; },{} 567,Prawn,Prawn,0,20,40,0,,,,,10477567,3,,,,,{ itemheal rand(50,100),0; },{} 568,Lemon,Lemon,0,20,40,0,,,,,0,3,,,,,{},{} +569,Novice's_Red_Potion,Novices Red Potion,0,50,0,70,,,,,10477567,2,,,,,{ itemheal rand(55,74),0; },{} // Usable Items //=================================================================== @@ -1720,6 +1721,3 @@ 12001,Heal_3,Heal Level 3,2,0,0,10,0,0,0,0,10477567,2,0,0,0,0,{ itemskill 28,3,"Heal Level 3"; },{} 12002,Heal_5,Heal Level 5,2,0,0,10,0,0,0,0,10477567,2,0,0,0,0,{ itemskill 28,5,"Heal Level 5"; },{} 12003,Teleport_1,Teleport Level 1,2,0,0,10,0,0,0,0,10477567,2,0,0,0,0,{ itemskill 26,1,"Teleport Level 1"; },{} - -// I found a missing item. -569,Strange_Red_Potion,Strange Red Potion,0,50,0,70,,,,,10477567,2,,,,,{ itemheal rand(55,74),0; },{} |