Dev Yhams Posted April 29, 2021 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
1 Radian Posted May 1, 2021 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
0 Radian Posted April 29, 2021 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
0 Dev Yhams Posted April 29, 2021 Author 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
0 Radian Posted April 29, 2021 Posted April 29, 2021 Just now, Dev Yhams said: on items effect on composite bow That's an item script. Quote
0 Dev Yhams Posted May 1, 2021 Author 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
0 Radian Posted May 1, 2021 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
0 Dev Yhams Posted May 1, 2021 Author 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
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 Mael7 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.