OverLord 4 Posted January 15, 2015 (edited) 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 January 15, 2015 by OverLord Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted January 15, 2015 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 1 OverLord reacted to this Quote Share this post Link to post Share on other sites
0 OverLord 4 Posted January 15, 2015 Very thx Dastgir""" Quote Share this post Link to post Share on other sites
0 luis.seifert 10 Posted January 15, 2015 @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 +%? Quote Share this post Link to post Share on other sites
0 Michi 101 Posted January 15, 2015 no you can't need src edit to show bAtkRate in status window Quote Share this post Link to post Share on other sites
0 OverLord 4 Posted January 16, 2015 no you can't need src edit to show bAtkRate in status window ????? Quote Share this post Link to post Share on other sites
0 Michi 101 Posted January 16, 2015 If you want to see bAtkRate in status window you need to made src edit Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted January 16, 2015 @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%, 1 luis.seifert reacted to this Quote Share this post Link to post Share on other sites
0 luis.seifert 10 Posted January 18, 2015 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 Quote Share this post Link to post Share on other sites
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
Share this post
Link to post
Share on other sites