Jump to content
  • 0

Question

Posted

could you help me plz

example item roboeye insert atk+2%

this is script of item (bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; bonus bDex,1;)  

but item insert matk% and not insert atk%

before wear

image.png.98ffacb8da9f8a84cf3ccae74c059d58.png

after wear

image.png.41baccaf9bf4438824985b418dd67007.png

please tell me about this thank you.

3 answers to this question

Recommended Posts

  • 0
Posted

That is because

bonus2 bAddClass,Class_All,2; 

is the modifier for the Atk. It is working, it just doesn't display through your Atk stat. It doesn't function the exact same way either.

But if you want to make an item directly affect the BaseAtk there is this function:
 

bonus bAtkRate,n;  			Attack power + n% (unofficial)

But as it says in the doc/item_bonus.txt it is unofficial, so you don't see it used. I haven't used it myself but it should work.

  • 0
Posted
8 minutes ago, TheKingDino said:

That is because


bonus2 bAddClass,Class_All,2; 

is the modifier for the Atk. It is working, it just doesn't display through your Atk stat. It doesn't function the exact same way either.

But if you want to make an item directly affect the BaseAtk there is this function:
 


bonus bAtkRate,n;  			Attack power + n% (unofficial)

But as it says in the doc/item_bonus.txt it is unofficial, so you don't see it used. I haven't used it myself but it should work.

Oh thank you for information 

i don't no.

i think this item bug 

  • 0
Posted

It isn't a bug. You are still getting +2% damage with your attacks and most attack based skills. But like I said before it doesn't increase base attack in the same way the other modifier affects MATK.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...