mihaamiharu 0 Posted January 14 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 Share this post Link to post Share on other sites
0 cook1e 6 Posted January 14 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 Share this post Link to post Share on other sites
0 mihaamiharu 0 Posted January 15 (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 by mihaamiharu Quote Share this post Link to post Share on other sites
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
Share this post
Link to post
Share on other sites