Page 1 of 1

Shadowstrike alteration

Posted: Wed Feb 01, 2012 8:13 pm
by lukep
This addon changes Shadowstrike in several ways, to make it act more like a normal critical hit.

Shadowstrikes are altered to be able to:
- trigger Off Balance
- benefit from +critical damage multipliers, such as from Lethality, weapons of Ruin, or Dahktun's Gauntlets
- spells can trigger Corona and Blood Fury, as well as regaining mana from the Staff of Archmage Tarelion (?)

The description of Shadowstrike has not been updated. For example, a bonus crit damage of 30% will still show up as "doing 180% damage", even though it will do more than that in most cases.

Note: This addon overloads Combat.lua, which is very bad for compatibility. It will conflict with addons that change/add combat effects (eg. many new classes).

Download Link

Re: Shadowstrike alteration

Posted: Thu Feb 02, 2012 10:51 am
by marchewka
Oh my, this should enter the main code base!

Re: Shadowstrike alteration

Posted: Tue Feb 28, 2012 9:14 am
by MisiuPysiu
Hey,

Will this addon work with b38 if I change the ini.lua file config?

Re: Shadowstrike alteration

Posted: Wed Feb 29, 2012 12:48 am
by lukep
Almost certainly not, as I overloaded the entire Combat.lua file. I'll update this to b38 when it comes out for mac, but if you want this functionality, it is quite easy to copy/paste the altered critical hit code into a copy of b38's Combat.lua file, and use that instead (I'm just hesitant to do it myself, due to the difficulty in testing for bugs).