Dvrstle Posted September 10, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share 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 Link to comment Share on other sites More sharing options...
Phantasm Posted September 11, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 61 Reputation: 1 Joined: 06/29/12 Last Seen: September 13, 2015 Share 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 Link to comment Share on other sites More sharing options...
Santino Posted September 11, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 198 Reputation: 47 Joined: 08/01/12 Last Seen: July 1, 2015 Share 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 Link to comment Share on other sites More sharing options...
Dvrstle Posted September 11, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted September 11, 2012 im going to try this . . . xD btw how to add the item_combo_db.txt Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 11, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted September 11, 2012 // Structure of Database: // ID:ID:ID:ID,{ Script } Quote Link to comment Share on other sites More sharing options...
Jezu Posted September 11, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share 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 Link to comment Share on other sites More sharing options...
Dvrstle Posted September 11, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted September 11, 2012 the problem is. . . in my svn . . . its not implemented =) xD Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.