IsabelaFernandez Posted September 27, 2020 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted September 28, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: April 23 Share Posted September 28, 2020 .@r>5?.@r+5 change 5 to 9 Quote Link to comment Share on other sites More sharing options...
0 lemuelwitt Posted October 23, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 10/23/20 Last Seen: November 23, 2020 Share Posted October 23, 2020 (edited) Thank you! It resolve my problem png to ico Edited November 23, 2020 by lemuelwitt Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.