karazu 33 Posted November 6, 2013 (edited) Hello can anyone tell me how much is the chance (%) to a player with 130 int getting inflicted with it? Edited November 6, 2013 by karazu Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted November 6, 2013 Target has a chance of resisting Oblivion Curse poison. If this numberis represented by a, 100% - (100 - 0.8 x INT) = a, where if a < 5%,poison resistance is set to 5%. status.c case SC_OBLIVIONCURSE: // 100% - (100 - 0.8 x INT) sc_def = 100 - ( 100 - st->int_* 8 / 10 ); sc_def = max(sc_def, 5); // minimum of 5% break; Quote Share this post Link to post Share on other sites
0 karazu 33 Posted November 26, 2013 I just want to up this one. the fomula is not working..a character with 150 INT has still have around 90% to get inflicted. Quote Share this post Link to post Share on other sites
Hello can anyone tell me how much is the chance (%) to a player with 130 int getting inflicted with it?
Edited by karazuShare this post
Link to post
Share on other sites