Postby Kakuri » Wed Mar 11, 2009 2:38 am
It's difficult to figure out how to proceed without having complete information, but if the mauler styles are as broken on Storm as they were on my server then I think at least some sort of change should be done.
Here's how my server was:
The lvl 10 power tap styles had a StylePowerDrain proc that gave the caster Spell.LifeDrainReturn % of the damage caused by the spell. However, the spell entry in the db had damage set to 0, so the proc did absolutely nothing - no power gain, no damage.
Here's how it is now:
I implemented a StylePowerTap proc that gives the caster Spell.LifeDrainReturn % of the damage caused by the melee attack. So the proc does no additional damage, it just gives power to the caster based on the weapon damage. The power is not drained from the enemy.
Should I commit this to SVN? Should I replace the StylePowerDrain implementation with mine? (I didn't see any other styles using the StylePowerDrain spellhandler, so functionally this would work, but I think StylePowerTap is a better name as "Drain" indicates it's stealing from the target and the Camelot Herald describes the mauler style effect as "Power Tap").