google-code-export / oregoncore

Automatically exported from code.google.com/p/oregoncore
GNU General Public License v2.0
1 stars 0 forks source link

Empowered Corruption talent #370

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Empowered Corruption - warlock talent, that increases the percentage of spell 
damage gain of corruption spell by 12%/24%/36%. (ID's of talent - 32381, 32382, 
32383)

The talent works, but not correctly. Talent improves spell damage gain for 
whole the spell by 6%, but it should increase the spell damage gain for each 
tick by 6% (it have 6 ticks. 6*6=36%)

The problem is: the talent improves the whole spell, but should affect the DoT 
ticks of the spell.

The test: 
1. Using corruption rank 8 (deals 900 damage over 18 sec. Each tick damages for 
150)
2. Using the same spell with 7000 spell damage - each tick damages for 1234 
damage, or 7404 damage - the whole spell. (So DoT gains ≈15.48% of spell 
damage, the whole spell gains ≈92.91% of spell damage)
3. Using the spell with talent with 7000 spell damage DoT ticks for 1304 
damage, the whole spell - 7824 damage. (So DoT gains ≈16.48% of spell damage, 
the whole spell gains ≈98,91 spell damage). I hope you understood the 
problem. DoT ticks should have 6% more spell damage gain, the whole spell 
should have 36% spell damage gain. But now, DoT - 1%, Whole spel - 6%.

Hope for soon fix, it's not so hard to fix i think.

http://img510.imageshack.us/i/wowscrnshot010211185700.jpg/
http://img291.imageshack.us/i/wowscrnshot010211185820.jpg/
http://img826.imageshack.us/i/wowscrnshot010211185935.jpg/
http://img256.imageshack.us/i/wowscrnshot010211190538.jpg/

Using revision 1110+

Original issue reported on code.google.com by dscrashr...@gmail.com on 4 Jan 2011 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by stfxm...@gmail.com on 4 Jan 2011 at 8:11

GoogleCodeExporter commented 9 years ago
Basically the talent should change the base damage of spell to ~129.6% from 
~93%.

Original comment by narancic...@gmail.com on 1 Feb 2011 at 7:23

GoogleCodeExporter commented 9 years ago
Can be fixed with just increasing the affect of this talent in spell.dbc

I changed number 5 to 35 (from 6% to 36%) and it works fine.

You can delete this.

Original comment by dscrashr...@gmail.com on 23 Feb 2011 at 12:04

GoogleCodeExporter commented 9 years ago
NO we cant, we dont support DBC editing

Original comment by stfxm...@gmail.com on 23 Feb 2011 at 4:52

GoogleCodeExporter commented 9 years ago
Any fixes for it yet?

Original comment by Sunderpa...@gmail.com on 24 Jan 2013 at 8:17