Hitting stunned monsters... something is wrong

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Hitting stunned monsters... something is wrong

#1 Post 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?

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Hitting stunned monsters... something is wrong

#2 Post by darkgod »

Highly yet not impossible :=)

And you only do more damage to stunned targets if you have backstab talent
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Re: Hitting stunned monsters... something is wrong

#3 Post 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.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Hitting stunned monsters... something is wrong

#4 Post 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 ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Re: Hitting stunned monsters... something is wrong

#5 Post by Canderel »

No the damage is not always 25... the damage is just always an integer. And it seems a little low...

Post Reply