Subzero Posted October 17, 2016 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
0 Emistry Posted October 21, 2016 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
0 4n0biz Posted October 17, 2016 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
0 Subzero Posted October 17, 2016 Author Posted October 17, 2016 [Error]: itemdb_readdb: Invalid format (Script column) in line 132 of "db/import Quote
0 Athan17 Posted October 18, 2016 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
Question
Subzero
i use this one script
i got this error
which part i miss it?
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.