Jump to content
  • 0

+atk% notworking (renewal)


mansanalchamp

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   1
  • Joined:  04/20/20
  • Last Seen:  

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.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  68
  • Reputation:   7
  • Joined:  02/21/19
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   1
  • Joined:  04/20/20
  • Last Seen:  

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 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  68
  • Reputation:   7
  • Joined:  02/21/19
  • Last Seen:  

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.

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