Subzero Posted October 17, 2016 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 07/25/16 Last Seen: August 5, 2021 Share Posted October 17, 2016 i use this one script { skill "PR_KYRIE",7; bonus2 bAddEff,Eff_Freeze,1000; bonus bLongAtkRate,15; if(getrefine()>5) { bonus bDex,10; bonus bLuk,15; if(getrefine()>8) { bonus bCritical,70; } },{},{} i got this error unexpected end of script * 132 : { skill "PR_KYRIE",7; bonus2 bAddEff,Eff_Freeze,1000; bonus bLongAtkRate,15; if(getrefine()>5) { bonus bDex,10; bonus bLuk,15; if(getrefine()>8) { bonus bCritical,70; } } which part i miss it? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted October 21, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 21, 2016 { skill "PR_KYRIE",7; bonus2 bAddEff,Eff_Freeze,1000; bonus bLongAtkRate,15; if(getrefine()>5) { bonus bDex,10; bonus bLuk,15; } if(getrefine()>8) { bonus bCritical,70; } },{},{} always check the curley brackets..... Quote Link to comment Share on other sites More sharing options...
0 4n0biz Posted October 17, 2016 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 41 Reputation: 1 Joined: 10/12/12 Last Seen: July 18, 2017 Share Posted October 17, 2016 { skill "PR_KYRIE",7; bonus2 bAddEff,Eff_Freeze,1000; bonus bLongAtkRate,15; if(getrefine()>5) { bonus bDex,10; bonus bLuk,15; } if(getrefine()>8) { bonus bCritical,70; } } try Quote Link to comment Share on other sites More sharing options...
0 Subzero Posted October 17, 2016 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 07/25/16 Last Seen: August 5, 2021 Author Share Posted October 17, 2016 [Error]: itemdb_readdb: Invalid format (Script column) in line 132 of "db/import Quote Link to comment Share on other sites More sharing options...
0 Athan17 Posted October 18, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 57 Reputation: 16 Joined: 09/26/16 Last Seen: August 16, 2020 Share Posted October 18, 2016 { skill "PR_KYRIE",7; bonus2 bAddEff,Eff_Freeze,1000; bonus bLongAtkRate,15; if(getrefine()>5) bonus bDex,10; if(getrefine()>5) bonus bLuk,15; if(getrefine()>8) bonus bCritical,70; } Quote Link to comment Share on other sites More sharing options...
Question
Subzero
i use this one script
i got this error
which part i miss it?
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.