Dvrstle Posted September 10, 2012 Posted September 10, 2012 White Valkyrie Helm 10% Reduce Damage from Demi Humans 2% Atk and Matk All Stats + 2 When equipped with Mjolnir +20% tolerance against deep sleep +10% damage to demi human When Equipped with Mes ASPD + 20% When Equipped with Elven Bow Range Attack + 10% +10 Luk anyone? Quote
Phantasm Posted September 11, 2012 Posted September 11, 2012 (edited) You using Renewal System, right ? White Valkyrie Helm item Script in item_db.txt or item_db2.txt { bonus2 bSubRace,RC_DemiHuman,10; bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBoss,5; bonus2 bMagicAddRace,RC_Boss,5; In item_combo_db.txt: //Valkyrie Helm + Mjolnir, current you cant resist Deep Sleep. ID_YOUR_VALKYRIE_HELM:1530,{ bonus bAllStats,12; bonus2 bAddRace,RC_DemiHuman,20; } // Valkyrie Helm + Mes ID_YOUR_VALKYRIE_HELM:13027, {bonus bAspdRate,20;} // Valkyrie Helm + Elven Bow ID_YOUR_VALKYRIE_HELM:1773,{bonus bLuk,10; bonus bLongAtkRate,10; } Edited September 11, 2012 by Phantasm Quote
Santino Posted September 11, 2012 Posted September 11, 2012 (edited) ID#,White_Valkyrie_Helm,White Valkyrie Helm,,,,,,,,,,,,,,,,,{ bonus2 bSubRace,7,10; bonus bAtkRate,2; bonus bMatkRate,2; bonus bAllStats,2; if(isequipped( 1530 )) {bonus2 bResEff,Eff_Sleep,2000; bonus2 bAddRace,7,10;} if(isequipped(13027 )) {bonus bAspdRate,20;} if(isequipped( 1746 )) {bonus bLongAtkRate,10; bonus bLuk,10;}},{},{} ------------------------------------------------------------ 10% Reduce Damage from Demi Humans 2% Atk and Matk All Stats + 2 When equipped with Mjolnir +20% tolerance against deep sleep +10% damage to demi human When Equipped with Mes ASPD + 20% When Equipped with Elven Bow Range Attack + 10% +10 Luk didn't test yet.. Edited September 11, 2012 by Viole Quote
Dvrstle Posted September 11, 2012 Author Posted September 11, 2012 im going to try this . . . xD btw how to add the item_combo_db.txt Quote
Emistry Posted September 11, 2012 Posted September 11, 2012 // Structure of Database: // ID:ID:ID:ID,{ Script } Quote
Jezu Posted September 11, 2012 Posted September 11, 2012 (edited) im going to try this . . . xD btw how to add the item_combo_db.txt its really easy when you use item_combo_db.txt for example, cotton shirt(2301) + knife(1201) = 300% BONUS EXP so it will be 2301:1201,{ sc_start SC_EXPBOOST,1800000,300; } Edited September 11, 2012 by Jezu Quote
Dvrstle Posted September 11, 2012 Author Posted September 11, 2012 the problem is. . . in my svn . . . its not implemented =) xD Quote
Question
Dvrstle
White Valkyrie Helm
10% Reduce Damage from Demi Humans
2% Atk and Matk
All Stats + 2
When equipped with Mjolnir
+20% tolerance against deep sleep
+10% damage to demi human
When Equipped with Mes
ASPD + 20%
When Equipped with Elven Bow
Range Attack + 10%
+10 Luk
anyone?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.