Jump to content
  • 0

Item Script Help


Gidz Cross

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

32004,Custom_Valkyrie_Manteau,Valkyrie Manteau,4,0,,500,,3,,1,0xFFFFFFFE,7,2,4,,1,1,0,{ bonus bUnbreakableGarment,0; bonus bAllStats,1; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Thief||BaseClass==Job_Gunslinger||BaseClass==Job_Taekwond) bonus bFlee2,5+ (getrefine()*3); if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Acolyte||BaseClass==Job_Ninja) bonus bShortWeaponDamageReturn,5+(getrefine()*3); },{},{}

32005,Custom_Valkyrie_Shoes,Valkyrie Shoes,4,0,,500,,4,,1,0xFFFFFFFE,7,2,64,,1,1,0,{ bonus bUnbreakableShoes,0; bonus bAllStats,1; bonus2 bResEff,Eff_Eff_Sleep,10000; bonus bSpeedRate,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; },{},{}

 

Can you guys check my script to my custom valk manteau and shoes? It giving me error on my console.

error 1.jpg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

i think the problem is this.

bonus2 bResEff,Eff_Eff_Sleep,10000;

use this one.
bonus2 bResEff,Eff_Sleep,10000;

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

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

2 minutes ago, BeWan said:

use this
bonus2 bResEff,Eff_Sleep,10000;

Oh! I noticed as well. Well im going to use your script. It seems i cannot reproduce the error now. I wonder whats that error. It was last night. 

Thanks as always @BeWan

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