TheGhostGroup / trinitydb

Early Trinitycore Databases Backup from code.google.com/p/trinitydb
0 stars 1 forks source link

[Druid] Too much damage #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by dourhba...@gmail.com on 6 Feb 2010 at 10:22

GoogleCodeExporter commented 9 years ago
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 ;

Original comment by dourhba...@gmail.com on 6 Feb 2010 at 10:42