Dev Yhams Posted April 29, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 08/10/20 Last Seen: January 21, 2022 Share Posted April 29, 2021 (edited) how to script when +8 the wepon has a bonus skill of lvl 8 done when +9 the wepon has a skill of lvl 9 Edited April 29, 2021 by Mael Quote Link to comment Share on other sites More sharing options...
1 Radian Posted May 1, 2021 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted May 1, 2021 (edited) 11 minutes ago, Dev Yhams said: how about skill example +7 composite bow = lvl 1 DS if(getrefine() == 7) skill "AC_DOUBLE",1; Edited May 1, 2021 by Radian Quote Link to comment Share on other sites More sharing options...
0 Radian Posted April 29, 2021 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted April 29, 2021 (edited) 3 hours ago, Dev Yhams said: how to script when +8 the wepon has a bonus skill of lvl 8 done when +9 the wepon has a skill of lvl 9 Script: | if(getrefine()==8) bonus bStr,1; else if(getrefine()==9) bonus bAgi,1; else bonus bAllStats,1; Edited April 29, 2021 by Mael Quote Link to comment Share on other sites More sharing options...
0 Dev Yhams Posted April 29, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 08/10/20 Last Seen: January 21, 2022 Author Share Posted April 29, 2021 35 minutes ago, Radian said: Script: | if(getrefine()==8) bonus bStr,1; else if(getrefine()==9) bonus bAgi,1; else bonus bAllStats,1; on items effect on composite bow Quote Link to comment Share on other sites More sharing options...
0 Radian Posted April 29, 2021 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted April 29, 2021 Just now, Dev Yhams said: on items effect on composite bow That's an item script. Quote Link to comment Share on other sites More sharing options...
0 Dev Yhams Posted May 1, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 08/10/20 Last Seen: January 21, 2022 Author Share Posted May 1, 2021 On 4/30/2021 at 12:51 AM, Radian said: That's an item script. 1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{},{},{} How put on effect composite bow if(getrefine()==8) bonus bStr,1; else if(getrefine()==9) bonus bAgi,1; else bonus bAllStats,1; Quote Link to comment Share on other sites More sharing options...
0 Radian Posted May 1, 2021 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted May 1, 2021 Just now, Dev Yhams said: 1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{},{},{} 1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{ if(getrefine()==8) bonus bStr,1; else if(getrefine()==9) bonus bAgi,1; else bonus bAllStats,1; },{},{} Quote Link to comment Share on other sites More sharing options...
0 Dev Yhams Posted May 1, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 08/10/20 Last Seen: January 21, 2022 Author Share Posted May 1, 2021 how about skill example +7 composite bow = lvl 1 DS 7 hours ago, Radian said: 1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{ if(getrefine()==8) bonus bStr,1; else if(getrefine()==9) bonus bAgi,1; else bonus bAllStats,1; },{},{} how about skill example +7 composite bow = lvl 1 DS please answer me again i not show your answer please send again your answer how about skill example +7 composite bow = lvl 1 DS Quote Link to comment Share on other sites More sharing options...
Question
Dev Yhams
how to script when +8 the wepon has a bonus skill of lvl 8 done when +9 the wepon has a skill of lvl 9
Edited by MaelLink to comment
Share on other sites
7 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.