mihaamiharu Posted January 14, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 07/29/19 Last Seen: July 1, 2021 Share Posted January 14, 2021 i have a costume item that have effect to increase max SP +25 for every refine rate Here's the item effect bonus 45009,C_SP_Garment,Inc SP Garment (SP),4,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,1,3,{ bonus bMaxSP,( getrefine()*25 ); },{},{} But when i check to refine the item, the bonus effect is more than 25. I got 300 bonus sp when the item is +10 Quote Link to comment Share on other sites More sharing options...
0 cook1e Posted January 14, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 171 Reputation: 68 Joined: 10/25/20 Last Seen: 14 hours ago Share Posted January 14, 2021 Try this. 45009,C_SP_Garment,Inc SP Garment (SP),4,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,1,3,{ .@r = getrefine(); bonus bMaxSP,(.@r*25); },{},{} Quote Link to comment Share on other sites More sharing options...
0 mihaamiharu Posted January 15, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 07/29/19 Last Seen: July 1, 2021 Author Share Posted January 15, 2021 (edited) 15 hours ago, cook1e said: Try this. 45009,C_SP_Garment,Inc SP Garment (SP),4,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,1,3,{ .@r = getrefine(); bonus bMaxSP,(.@r*25); },{},{} Thank you cook1e This is my fault I check this garment with high wizard with increase sp lvl 10. That's why its give 300 maxsp instead of 250 Edited January 15, 2021 by mihaamiharu Quote Link to comment Share on other sites More sharing options...
Question
mihaamiharu
i have a costume item that have effect to increase max SP +25 for every refine rate
Here's the item effect bonus
45009,C_SP_Garment,Inc SP Garment (SP),4,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,1,3,{ bonus bMaxSP,( getrefine()*25 ); },{},{}
But when i check to refine the item, the bonus effect is more than 25.
I got 300 bonus sp when the item is +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.