Jump to content
  • 0
Foob

Insufficient Columns

Question

I have this bonus script.

[email protected] = getrefine();
bonus bMdef,15;
bonus bDelayrate,-10+(getskilllv("SU_NYANGGRASS")>4?-20:0);
bonus2 bMagicAddClass,Class_Boss,getskilllv("SU_MEOWMEOW")>4?25:0;
bonus2 bSkillAtk,"SU_CN_METEOR",[email protected]>8?50:([email protected]>6?25:10);
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",[email protected]>8?50:([email protected]>6?25:10);
bonus2 bVariableCastrate,"SU_STOOP",[email protected]>8?-100:([email protected]>6?-50:0);
bonus2 bVariableCastrate,"SU_LOPE",[email protected]>8?-100:([email protected]>6?-50:0);
if([email protected] >=10 ){
	autobonus " bonus bUseSPrate,-100; ",10,20000,BF_MAGIC|BF_SKILL;
}
bonus bHPGainValue,[email protected]*30;
bonus bLongHPGainValue,[email protected]*30;
bonus bMagicHPGainValue,[email protected]*30;
bonus bSPGainValue,[email protected]*3;
bonus bLongSPGainValue,[email protected]*3;
bonus bMagicSPGainValue,[email protected]*3;
if(getskilllv("SU_SPIRITOFLAND")>=1){
	bonus2 bVariableCastrate,"SU_CN_METEOR",-4*(getskilllv("SU_CN_METEOR")+getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_NYANGGRASS")+getskilllv("SU_CN_POWDERING")+getskilllv("SU_SV_ROOTTWIST"));
	bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",-4*(getskilllv("SU_CN_METEOR")+getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_NYANGGRASS")+getskilllv("SU_CN_POWDERING")+getskilllv("SU_SV_ROOTTWIST"));
}

And results an error below.

image.png.f6364859fec36bf7be37abc9515ec78c.png

However, if I use the same script removing one line of

	bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",-4*(getskilllv("SU_CN_METEOR")+getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_NYANGGRASS")+getskilllv("SU_CN_POWDERING")+getskilllv("SU_SV_ROOTTWIST"));

it works perfectly. What am I missing on the bonus? So the error only shows if I use 2 "bonus2 bVariableCastrate,sk,n;"

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
1 hour ago, Start_ said:

Try use skill id instead of skill name.

Maybe your item script is too long.

Weird if the script is too long because if I remove one of the bvariablecastrate it has no error 😄

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.