Jump to content
  • 0

Help Script Got Error


Question

Posted

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?

4 answers to this question

Recommended Posts

  • 0
Posted
 { 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.....

  • 0
Posted
{ 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

  • 0
Posted


{ 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; }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...