Jump to content
  • 0

help Item_db error


makuexile

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  10/09/12
  • Last Seen:  

Can you help me about this item script

I really dont know why that item script always error i tried to fixed it but nothing  always error, Thanks in advance who can help..

19491,Temporal_Circlet_(Super_Novice),Temporal Circlet (Super Novice),4,100,20,0,,10,,1,0x00000001,63,2,256,,170,1,1892,{ .@r = getrefine(); bonus bAtk, .@r/2*10; bonus bMatk, .@r/2*10; bonus bAspdRate, .@r/3*4; bonus bCastrate, .@r/3*-4; bonus bCritAtkRate, .@r/4*5; bonus bMagicAddEle,Ele_All, .@r/4*5; if (.@r >= 11) { bonus bDelayrate, -5; } },{},{}
19492,Temporal_Circlet_(Summoner),Temporal Circlet (Summoner),4,100,20,0,,10,,1,0xFC102000,63,2,256,,170,1,1892,{ .@r = getrefine(); bonus bAtk, .@r/2*15; bonus bAspdRate, .@r/3*2; bonus2 bSkillAtk, "SU_CN_METEOR",.@r/3*20; bonus2 bSkillAtk, "SU_PICKYPECK",.@r/3*20; bonus bLongAtkRate, .@r/4*5; bonus bMagicAddEle,Ele_Neutral, .@r/4*5; if (.@r >= 11) { bonus bDelayrate, -5; } },{},{}

 

error128.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

54 minutes ago, makuexile said:

Can you help me about this item script

I really dont know why that item script always error i tried to fixed it but nothing  always error, Thanks in advance who can help..


19491,Temporal_Circlet_(Super_Novice),Temporal Circlet (Super Novice),4,100,20,0,,10,,1,0x00000001,63,2,256,,170,1,1892,{ .@r = getrefine(); bonus bAtk, .@r/2*10; bonus bMatk, .@r/2*10; bonus bAspdRate, .@r/3*4; bonus bCastrate, .@r/3*-4; bonus bCritAtkRate, .@r/4*5; bonus bMagicAddEle,Ele_All, .@r/4*5; if (.@r >= 11) { bonus bDelayrate, -5; } },{},{}
19492,Temporal_Circlet_(Summoner),Temporal Circlet (Summoner),4,100,20,0,,10,,1,0xFC102000,63,2,256,,170,1,1892,{ .@r = getrefine(); bonus bAtk, .@r/2*15; bonus bAspdRate, .@r/3*2; bonus2 bSkillAtk, "SU_CN_METEOR",.@r/3*20; bonus2 bSkillAtk, "SU_PICKYPECK",.@r/3*20; bonus bLongAtkRate, .@r/4*5; bonus bMagicAddEle,Ele_Neutral, .@r/4*5; if (.@r >= 11) { bonus bDelayrate, -5; } },{},{}

 

error128.png

You have error with elemental bonus, change it to bonus2 because it use two var.
bonus2 bMagicAddEle,Ele_All, .@r/4*5;
bonus2 bMagicAddEle,Ele_Neutral, .@r/4*5;

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  10/09/12
  • Last Seen:  

36 minutes ago, Balfear said:

You have error with elemental bonus, change it to bonus2 because it use two var.
bonus2 bMagicAddEle,Ele_All, .@r/4*5;
bonus2 bMagicAddEle,Ele_Neutral, .@r/4*5;

Thank you @Balfear 

it works now ?

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