View Single Post
  #18  
Old 04-26-2003, 04:30 AM
AK1121
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default Actual data

Actual data parsed from the logs of a lvl 59 monk :
Quote:
kick damage:
total damage = 141145
hits count = 1971
average = 71.61
min damage = 1
max damage = 166

punch damage:
total = 1718047
hits = 42929
average = 40.02
min = 1
max = 177
notice that this is a monk's damage..

i think a close formula would be :
Code:
maxdamage = ((Strength + level + skill) / 10 * 7) + (level / 10)(level/10) + ( rand()%level )
it is an estimate based on the values.

Full log parsing will be up shortly on
http://ak1121.no-ip.info/logs.zip

-- editted --

wrong URL
i try to keep it up as long as i can, add a mirror if u can
Reply With Quote