diff options
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/item_db.txt | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index b08c2c531..ae7530b1f 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,9 @@ 13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds. ======================= +09/28 + * Rev. 11327 Removed slots from Gusli, and commented it out. kRO doesn't support this item. [L0ne_W0lf] + - Removed slots from Chinese_Handicraft and Arrest Handcuffs. 09/27 * Rev. 11321 Added constants for Summer Outfit and updated the Summer_Event_Suit item script. [L0ne_W0lf] * Rev. 11319 Re-added an ETC item that got lost in the item update. (7062) [L0ne_W0lf] diff --git a/db/item_db.txt b/db/item_db.txt index 2befb762b..953ea9e18 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1351,9 +1351,9 @@ 2703,Expert_Ring,Expert Ring,5,,10,150,,0,,1,0xFFFFFFFE,2,2,136,,90,0,0,{ bonus bDelayRate,-5; bonus bUseSPrate,5; },{},{} //2704,Golden_Accessories,Golden Accessories,5,,10,100,,4,,0,0xFFFFFFFF,7,2,136,,,,,{ bonus bMdef,4; },{},{} //2705,Golden_Accessories_,Golden Accessories,5,,10,100,,4,,0,0xFFFFFFFF,7,2,136,,,,,{ bonus2 bAddMonsterDropItem,12018,500; },{},{} -2706,Arrest_Handcuffs,Arrest Handcuffs,5,,19,10,,0,,1,0xFFFFFFFE,7,2,136,,0,0,0,{},{},{} -2707,Gusli,Gusli,5,,10,100,,0,,1,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{} -2708,Chinese_Handicraft,Chinese Handicraft,5,,10,50,,0,,1,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus3 bAutoSpell,19,5,300; },{},{} +2706,Arrest_Handcuffs,Arrest Handcuffs,5,,19,10,,0,,0,0xFFFFFFFE,7,2,136,,0,0,0,{},{},{} +//2707,Gusli,Gusli,5,,10,100,,0,,9,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{} +2708,Chinese_Handicraft,Chinese Handicraft,5,,10,50,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus3 bAutoSpell,19,5,300; },{},{} 2709,5th_Anniversary_Coin,5th Anniversary Coin,5,,0,100,,0,,0,0xFFFFFFFF,7,2,136,,1,0,0,{ bonus bAtkRate,5; bonus bMatkRate,5; },{},{} 2710,Bloody_Iron_Ball_C,Refined Bloodied Shackle Ball,5,,0,0,,0,,0,0xFFFFFFFE,7,2,136,,1,0,0,{ bonus bAtk,30; },{},{} 2711,Spiritual_Ring_C,Refined Spiritual Ring,5,,0,0,,0,,0,0xFFFFFFFF,7,2,136,,1,0,0,{ bonus bInt,2; bonus bDex,2; if(isequipped(2607) || isequipped(2608) || isequipped(2626)) { bonus2 bSkillAtk,28,50; bonus2 bSkillAtk,79,30; bonus bSPrecovRate,9; } },{},{} |