Minase Posted November 9, 2009 Share Posted November 9, 2009 hy there im trying to figure out a formula from a game look here what it is about from what i know the formula is based on level and on a factor (but i can't find it) ex 1: Level = 170 Evade points = 48 == 3.6% evade chance (just from 1 item) Evade points = 48 + 114 = 162 == 7% evade chance (2 items) If item with number 2 that gives 114 evade points is alone activated it gives 5.6% evade chance example 2: Level = 120 Evade points = 27 + 39 = 66 == 6.3% evade chance (2 items) Evade points = 27 + 39 + 17 = 80 == 6.9% evade chance (3 items) i need to know the formula how the percent of evade is obtained hope you can help me with this one... i kinda got insane with this one. thank you hope this is the right thread Link to comment https://forums.phpfreaks.com/topic/180874-formula/ Share on other sites More sharing options...
genericnumber1 Posted November 10, 2009 Share Posted November 10, 2009 You might try collecting quite a few more data samples (minimum 3, maximum as many as possible) and curve fitting for an attempt at the function. That function can give you a better idea of the underlying formula. Link to comment https://forums.phpfreaks.com/topic/180874-formula/#findComment-954913 Share on other sites More sharing options...
Minase Posted November 10, 2009 Author Share Posted November 10, 2009 thats what im doing now but it's taking a while Link to comment https://forums.phpfreaks.com/topic/180874-formula/#findComment-954918 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.