QUOTE(sigo8 @ Feb 2 2013, 01:39)

How do I know what the value for Stats is, were does monster level come in?
Also what should the $getexp for a level 260 FSM be, cause I'm about to kill one as soon as I get off my lazy ass.
the data to derive stats is on the wiki (IMG:[
invalid]
style_emoticons/default/smile.gif) either A, do a lot of work to derive it by counting how many times the monster attacks relative to you, figure out how much damage it does, and its hp/mp/sp, or do it the easy way and ask the owner what the base stats are.
Then you have to scale the stats to the proper level using the following equation:
level/10*base_stat+0.293*(level^1.1-10)
for each stat, then sum it together, then use previous equations.
Also FSM, bosses, ect. have an additional mod which we dont know
This post has been edited by skillchip: Feb 2 2013, 03:53