Southperry.net
Monster HP formula? - Printable Version

+- Southperry.net (https://www.southperry.net)
+-- Forum: Maplestory (https://www.southperry.net/forumdisplay.php?fid=15)
+--- Forum: Game Mechanics (https://www.southperry.net/forumdisplay.php?fid=33)
+--- Thread: Monster HP formula? (/showthread.php?tid=48810)



Monster HP formula? - Hendi48 - 2011-11-13

Hi,

can anyone help me with finding an algorithm for monster HP?

It increases by a certain value every level and every few levels, that value gets a bit higher, too.
Here's a MySQL export of the data: Sheet.

When plotting it the graph looks a bit like an exponential function, but I'm not sure...


Monster HP formula? - valhala556 - 2011-11-13

you could plot it and find the ression curve. or w/e its called. you can do it with a graphing calculator like that also. though i forget how to do it with one.


Monster HP formula? - Technolink - 2011-11-14

It is kind of exponential, but I think it might work better as 4 linear regressions. Is this data including bosses? Because they probably shouldn't be included.


Monster HP formula? - Hendi48 - 2011-11-14

Technolink Wrote:It is kind of exponential, but I think it might work better as 4 linear regressions. Is this data including bosses? Because they probably shouldn't be included.

Well, I have no idea what a linear regression even is. Bosses and all non-KMS/special mobs (as those usually differ a bit too) are, of course, excluded. Unfortunately there are a few monsters that aren't flagged as bosses when they actually are, but those should be easy to spot as their values won't fit into the scheme.

I've tried several interpolation methods using XLSTAT, but it couldn't give me any term that described these values accurately... I probably also configured it wrongly, knowing nothing about this type of function.


Monster HP formula? - modular - 2011-11-18

linreg is finding the y = mx + b equation that best fits a data set (usually by least squares)


Monster HP formula? - Fiel - 2011-12-10

I tried looking for this since it seemed to follow a formula. But the search for the formula proved fruitless. Eventually I concluded that while a formula likely exists, the opportunity cost of finding the formula is too high.


Monster HP formula? - John11 - 2011-12-10

Here's a table of the formulas for different level ranges (x is the level)
There was only one mob in your data that did not fit:
Mobid: 3150000
level: 31
HP: 990


Level RangeHP Formula
[1,3]
10+5x
[4,10]
-25+15x
[10,20]
-125 +25x
[20,25]
-225+30x
[26,29]
-1240+70x
[30,45]
-2100+100x
[45,50]
-3000+120x
[50,55]
-7000+200x
[55,60]
-12500+300x
[60,65]
-18500+400x
[65,70]
-25000+500x
[70,75]
-60000+1000x
[75,125]
-135000+2000x
[125,126]
-260000+3000x
[127,151]
-515000+5000x
[151,180]
-1270000+10000x
[180,?)
-3070000+20000x