The current Conversion works fine if you set the spell damage to the percent...
The only problem with it is that it does not reduce the damage like it should.. since the
- Code: Select all
ad.Damage -= damageConverted;
line is in an if statement which will never fire, it just needs to be moved down about 4 lines then it will all be okay..