Jump to content

[8990][Bug] Vampiric touch deals insane damage on dispell


Guest Ceris

Recommended Posts

  • 2 weeks later...

I don´t get, where this multiplicator comes from

bp0 = 8 * caster->SpellDamageBonus(this, spellEntry, bp0, DOT, 1);

On my server (Rev. 9134) http://www.wowhead.com/?spell=34917 does about 8k dispelldmg at 1100 spellpower.

Yesterday i just changed this line to:

bp0 = 1 * caster->SpellDamageBonus(this, spellEntry, bp0, DOT, 1);

And voilà it does only 1k damage on dispell. Which is equal to the displayed dmg in tooltip for rank 3 (http://www.wowhead.com/?spell=34917).

So any ideas? Otherwise i have to change it manualy for my life server.

Link to comment
Share on other sites

any news?? In 9036 still bug :(

EDIT: The shadoform is the problem. Without shadowform all it correct.

It's not just the shadowform, the problem comes with all auras that modify damage (for example shadow weaving or even berserking in battlegrounds).

The only way I've seen to be effective to make these spells deal the right damage is to not calculate damage in Unit::SpellDamageBonus for those spells which damage is calculated from dots damage.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use