[r1896] +crit modifier ego

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Dervis
Wyrmic
Posts: 263
Joined: Thu Oct 14, 2010 9:58 am

[r1896] +crit modifier ego

#1 Post by Dervis »

I have a randart greatsword with increases critical damage modifier: +30%. All good except I critted for 30x expected damage... something like you hit for 35... you crit for 1636.

Found it:
Class/interface/combat.lua

line 564: dam = dam * (1.5 + (self.combat_critical_power or 0))
should be : dam = dam * (1.5 + (self.combat_critical_power * 0.01 or 0))

Same in line 581.

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

Re: [r1896] +crit modifier ego

#2 Post by darkgod »

fixed
[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 ;)

Post Reply