Export to GitHub

trinitydb - issue #20

[Druid] Too much damage


Posted on Feb 6, 2010 by Happy Camel

Problem description: I'm Resto/Balance specced and geared, and found out that in cat/bear form, some abilities do too much damage:

Rake(cat): http://www.wowhead.com/?spell=48574

Lacerate(bear): http://www.wowhead.com/?spell=48568

Swipe (bear): http://www.wowhead.com/?spell=48562

Rake hits for 1.2k initially, swipe hits for 2k each target, lacerate for 1700 damage initially, then 500 damage with only 1 stack. My AP is 1000 with my gear, 500 without ANY gear. If I take it all off, the damage goes back to a normal (ungeared) damage. Since my gear has SP, intelect and spirit boosts, instead of AP boosts.

Also, attacking completly naked or with Titan-forged Rune of Audacity makes the damage done change.

All this would make me think that the formula is using SP instead of AP (I have ~2k SP).

Also, my Entangling Roots is doing too much damage. It's supposed to do ~450 damage over 27 secs, but does about that damage on EACH hit.

I did some duels with Jack (PvP) and both low and high level mobs. The problem happens everytime.

I've been trying to test it with another resto/balance druid with SP gear, but couldn't find any on =/

Link: All linked above. Recent changes: 3.2.2a - I don't recall this happening before I have Googled, searched the forums, and read the FAQ: Yes, kind of Smile

What version of TDB? What version of the core (LATEST is NOT acceptable)? tdb 007 7282 unix tc2

Comment #1

Posted on Feb 6, 2010 by Happy Camel

this seems to be working

UPDATE spell_bonus_data SET direct_bonus = '0', dot_bonus = '0' WHERE spell_bonus_data.entry =33745 LIMIT 1 ;

UPDATE spell_bonus_data SET direct_bonus = '0', dot_bonus = '0' WHERE spell_bonus_data.entry =1822 LIMIT 1 ;

UPDATE spell_bonus_data SET direct_bonus = '0', dot_bonus = '0' WHERE spell_bonus_data.entry =779 LIMIT 1 ;

Status: New

Labels:
Type-Defect Priority-Medium