raemon23 Posted April 7, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 01/28/13 Last Seen: April 11, 2013 Share Posted April 7, 2013 can you give me some examples of scripting in weapons putting Additional damage of bowling bash or any skills by 5% and additional 5% if the weapon is +10. Sorry for my bad english ) Thanks :* Quote Link to comment Share on other sites More sharing options...
icabit Posted April 7, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted April 7, 2013 (edited) { if(getrefine()>=10) { bonus2 bSkillAtk,"KN_BOWLINGBASH",10; } else { bonus2 bSkillAtk,"KN_BOWLINGBASH",5; }; },{},{} Edited April 7, 2013 by icabit Quote Link to comment Share on other sites More sharing options...
raemon23 Posted April 10, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 01/28/13 Last Seen: April 11, 2013 Author Share Posted April 10, 2013 Thanks! Can i just change the KN_BOWLINGBASH to other skills like Sharpshooting, Double Straif? Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 10, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share Posted April 10, 2013 trunk/doc/item_bonus.txt bonus2 bSkillAtk,n,x; Increase damage of skill n by x% (supports skill names) Quote Link to comment Share on other sites More sharing options...
raemon23 Posted April 10, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 01/28/13 Last Seen: April 11, 2013 Author Share Posted April 10, 2013 Thanks a lot! Quote Link to comment Share on other sites More sharing options...
Question
raemon23
can you give me some examples of scripting in weapons putting Additional damage of bowling bash or any skills by 5% and additional 5% if the weapon is +10. Sorry for my bad english
) Thanks :*
Link to comment
Share on other sites
4 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.