Jump to content
  • 0

Help Script Got Error


Subzero

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

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?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

 { 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.....

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   1
  • Joined:  10/12/12
  • Last Seen:  

{ 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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

[Error]: itemdb_readdb: Invalid format (Script column) in line 132 of "db/import

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   16
  • Joined:  09/26/16
  • Last Seen:  


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

Link to comment
Share on other sites

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.

×
×
  • Create New...