Jump to content
  • 0
OverLord

bonus bAtkRate problem

Question

All items have "bonus bAtkRate,2;" and "bMatkRate" no change character ATK and MATK stats... is bug... or The increase is not normally displayed?

 

sample code

 

{	Id: 15060	AegisName: "Sky_Blue_Smock"	Name: "Sky-Blue Smock"	Type: 5	Buy: 0	Weight: 30	Def: 1	Slots: 1	Upper: 63	Loc: 16	Trade: {		nodrop: true		notrade: true		nocart: true		nogstorage: false		nomail: true		noauction: true	}	Script: <" bonus bAtkRate,2; bonus bMatkRate,2; if(BaseLevel<80) { bonus bAddItemHealRate,5; } ">},
Edited by OverLord

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

 

All items have "bonus bAtkRate,2;" and "bMatkRate" no change character ATK and MATK stats... is bug... or The increase is not normally displayed?

 

sample code

 

{	Id: 15060	AegisName: "Sky_Blue_Smock"	Name: "Sky-Blue Smock"	Type: 5	Buy: 0	Weight: 30	Def: 1	Slots: 1	Upper: 63	Loc: 16	Trade: {		nodrop: true		notrade: true		nocart: true		nogstorage: false		nomail: true		noauction: true	}	Script: <" bonus bAtkRate,2; bonus bMatkRate,2; if(BaseLevel<80) { bonus bAddItemHealRate,5; } ">},

bAtkRate and bMatkRate doesn't change the stats, but takes effect on the damage done.

if you want to change states, you can use bAtk and bMatk

Share this post


Link to post
Share on other sites
  • 0

@Dastgir

 

 

bAtkRate and bMatkRate doesn't change the stats, but takes effect on the damage done.if you want to change states, you can use bAtk and bMatk 

can i use bAtk with +%? 

 

bonus bAtk,readparam(bAtk)*15/100; 

^ Above will increase Atk by 15%,

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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