mihaamiharu Posted January 14, 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 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,{ [email protected] = getrefine(); bonus bMaxSP,([email protected]*25); },{},{} Quote Link to comment Share on other sites More sharing options...
0 mihaamiharu Posted January 15, 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,{ [email protected] = getrefine(); bonus bMaxSP,([email protected]*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...
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