Page 1 of 1

Hitting stunned monsters... something is wrong

Posted: Fri May 21, 2010 10:13 pm
by Canderel
Astrid hits stone troll for 24.48 physical damage.
Stone troll is stunned!
Astrid hits stone troll for 15.00 physical damage.
Astrid hits stone troll for 17.00 physical damage.
Astrid hits stone troll for 22.00 physical damage.
Astrid hits stone troll for 15.00 physical damage.
Astrid hits stone troll for 20.00 physical damage.
I find it *highly* unlikely to roll 5 rounded integer numbers in a row. And shouldn't I be getting extra damage for the fact that he's stunned?

Re: Hitting stunned monsters... something is wrong

Posted: Fri May 21, 2010 11:38 pm
by darkgod
Highly yet not impossible :=)

And you only do more damage to stunned targets if you have backstab talent

Re: Hitting stunned monsters... something is wrong

Posted: Sat May 22, 2010 8:34 am
by Canderel
No, everytime my Arcane dude hits a stunning blow the next blows does:
1) Too little damage (the stunning blow does 158% extra damage), but my hits on the stunned guy does 50% less than the stunning, and it should only be about 33% less than the blow that stunned the dude. no so sure if this happens everytime...
2) it damage always rounded to an integer number

I do not have backstab, but I should be hitting the stunned guy at least as hard as I hit him without him being stunned.

example :
[ATTACK] to rattlesnake :: 22.58 1 2 :: 1.53
checkHit 24.5 13.95
=> chance to hit 81.281182621209
[ATTACK] raw dam 22.58 versus 2 with APR 1
[ATTACK] after range 34
[PHYS CRIT %] 2.5
[ATTACK] after crit 34
[ATTACK] after mult 52.02
[PROJECTOR] res 0 1 on dam 52.02
[PROJECTOR] final dam 52.02
[LOG] Astrid hits rattlesnake for #aaaaaa#52.02 physical damage#LAST#.
checkHit 30.5 7
=> chance to hit 95
[LOG] Rattlesnake is stunned!
addTmpVal stunned 1 :=: 1 1
[ATTACK] attacking with iron greatsword of accuracy
[ATTACK] to rattlesnake :: 22.58 1 2 :: 1
checkHit 24.5 13.95
=> chance to hit 81.281182621209
[ATTACK] raw dam 22.58 versus 2 with APR 1
[ATTACK] after range 25
[PHYS CRIT %] 2.5
[ATTACK] after crit 25
[ATTACK] after mult 25
[PROJECTOR] res 0 1 on dam 25
[PROJECTOR] final dam 25
[LOG] Astrid hits rattlesnake for #aaaaaa#25.00 physical damage#LAST#.
[ARCANE COMBAT] autocast Flame
[LOG] You do not have enough mana to cast Flame.
[ATTACK] attacking with iron greatsword of accuracy
[ATTACK] to rattlesnake :: 22.58 1 2 :: 1
checkHit 24.5 13.95
=> chance to hit 81.281182621209
[ATTACK] raw dam 22.58 versus 2 with APR 1
[ATTACK] after range 25
[PHYS CRIT %] 2.5
[ATTACK] after crit 25
[ATTACK] after mult 25
[PROJECTOR] res 0 1 on dam 25
[PROJECTOR] final dam 25
So it seems as if it's this "after range" step that does the rounding on my arcane blade's attacks.

Re: Hitting stunned monsters... something is wrong

Posted: Sat May 22, 2010 11:57 am
by darkgod
Hum yes after range goes through an integer formula so it cannot be a float, it can for stunning blows because of the multiplied afterwards.
But I do not know what could make you get AWLAYS 25, is it realyl always ?

Re: Hitting stunned monsters... something is wrong

Posted: Sat May 22, 2010 12:01 pm
by Canderel
No the damage is not always 25... the damage is just always an integer. And it seems a little low...