mihaamiharu 0 Posted Thursday at 02:55 AM 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 2 Posted Thursday at 09:03 PM 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 yesterday at 12:50 AM (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 yesterday at 01:32 AM 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