Jump to content
  • 0

help with this item script


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

,4,20,,300,,3,,0,0xFFFFFFFF,7,2,256,,1,1,618,{ bonus2 bSubEle,Ele_Fire,7; bonus bDex,2; bonus bMdef,3;} if(getrefine()>6) { bonus bCastrate,-3;} if(getrefine()>7) { bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,10,BF_MAGIC,0;} if(getrefined()>8) { bonus bCastrate,-2;} if(getrefine()>9) { bonus bMatkRate,4;} },{},{}

the if(getrefine()>9) { bonus bMatkRate,4;} doesnt apply

what i mean is the matk doesnt increase after i made the gear +10

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Try this and I didnt test it

,4,20,,300,,3,,0,0xFFFFFFFF,7,2,256,,1,1,618,{ bonus2 bSubEle,Ele_Fire,7; bonus bDex,2; bonus bMdef,3; if(getrefine()>6) { bonus bCastrate,-3; } else if(getrefine()>7) { bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,10,BF_MAGIC,0;} else if(getrefined()>8) { bonus bCastrate,-2;} else if(getrefine()>9) { bonus bMatkRate,4;} },{},{}

 

Edited by Radian
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

thnx mate i tried to remove getrefine(d)>8 it worked thnx

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