IsabelaFernandez Posted September 27, 2020 Posted September 27, 2020 hello community, the item_bonus of this item is a little confusing for me, I would like to understand how it works and specifically modify it on the refining part. 18574,Lord_of_Death,Lord of Death,4,20,,1000,,10,,1,0xFFFFFFFF,63,2,256,,70,1,742,{ bonus bMdef,5; .@r = getrefine(); bonus2 bAddClass,Class_Boss,(.@r>5?.@r+5:10); bonus2 bMagicAddClass,Class_Boss,(.@r>5?.@r+5:10); bonus2 bSubClass,Class_Normal,-5; },{},{} the damage bonus per refining starts from refining +5, I want to change it to start from +9 is it. @ r> 5? or. @ r + 5: 10? Quote
0 lemuelwitt Posted October 23, 2020 Posted October 23, 2020 (edited) Thank you! It resolve my problem png to ico Edited November 23, 2020 by lemuelwitt Quote
Question
IsabelaFernandez
hello community,
the item_bonus of this item is a little confusing for me, I would like to understand how it works and specifically modify it on the refining part.
18574,Lord_of_Death,Lord of Death,4,20,,1000,,10,,1,0xFFFFFFFF,63,2,256,,70,1,742,{ bonus bMdef,5; .@r = getrefine(); bonus2 bAddClass,Class_Boss,(.@r>5?.@r+5:10); bonus2 bMagicAddClass,Class_Boss,(.@r>5?.@r+5:10); bonus2 bSubClass,Class_Normal,-5; },{},{}
the damage bonus per refining starts from refining +5, I want to change it to start from +9
is it. @ r> 5?
or. @ r + 5: 10?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.