diff options
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | npc/Changelog.txt | 4 | ||||
-rw-r--r-- | npc/merchants/socket_enchant.txt | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index c491df259..fd51ec023 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2757,7 +2757,7 @@ 13013,Muraseme_,Murasame,4,,10,700,95,,1,2,0x02000000,7,2,2,2,24,1,1,{ bonus bAtkEle,Ele_Water; bonus2 bCriticalAddRace,RC_DemiHuman,10; },{},{} 13014,Hakujin,Hakujin,4,,10,800,120,,1,0,0x02000000,7,2,2,3,42,1,1,{ bonus4 bAutoSpell,28,1,10,0; },{},{} 13015,Hakujin_,Hakujin,4,,10,800,120,,1,1,0x02000000,7,2,2,3,42,1,1,{ bonus4 bAutoSpell,28,1,10,0; },{},{} -13016,Poison_Knife__,Poison Knife,4,,10,800,64,,1,2,0x028F5EEE,7,2,2,3,65,1,1,{ bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000; },{},{} +13016,Poison_Knife_,Poison Knife,4,,10,800,64,,1,2,0x028F5EEE,7,2,2,3,65,1,1,{ bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000; },{},{} 13017,Ice_Pick_,Ice Pick,4,,10,600,70,,1,1,0x028F5EEE,7,2,2,4,36,1,1,{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; },{},{} 13018,Sucsamad_,Sucsamad,4,,10,800,140,,1,1,0x028F5EEE,7,2,2,4,36,1,1,{ bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; bonus bUnbreakableWeapon,0; },{},{} 13019,Ginnungagap_,Ginnungagap,4,,10,700,148,,1,1,0x008F5EEF,7,2,2,4,70,1,1,{ bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; bonus2 bAddEff2,Eff_Blind,50; },{},{} diff --git a/npc/Changelog.txt b/npc/Changelog.txt index cc8f09a35..b034de572 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -26,6 +26,10 @@ KarLaeda Date Added ====== +2007/03/14 + * Reduced the chance to socket enchant a C rank item to 40% [Playtester] + - info comes from kRO monthly and jRO players + - this is based on "better too low than too high" 2007/03/01 * The Sign: Fixed possible exploit, thanks to happylight [Lupus] - Added npc/sample/npc_test_setitemx.txt diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index ee1818ab6..20f6b0c21 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -667,7 +667,7 @@ function script addslot2 { function script f_weapon_c { - set @rateit,50; //success rate + set @rateit,40; //success rate set @addprice,200000; set @itemup,1010; set @itemupiece,10; @@ -764,7 +764,7 @@ function script f_weapon_s2 { function script f_armor_c { - set @rateit,50; //success rate + set @rateit,40; //success rate set @addprice,200000; set @itemup,999; set @itemupiece,3; |