bonus bAtkRate problem

OverLord

New member
Messages
168
Points
0
Age
36
Location
Brazil
Emulator
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

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; } ">},
 
Last edited by a moderator:
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

 
@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 +%? 

 
If you want to see bAtkRate in status window you need to made src edit

 
@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%,

 
Thank you mery much Dastgir, i will test it latter! 

Some players are mad with me because they can't see the +stats on alt+q, now i can made them happy
default_smile.png


 
Back
Top