Quote:
Originally Posted by trevius
Thanks for the submission, Secrets. It definitely looks like something useful for custom servers wanting to use something different. It would be nice if you could stack focus effects and other bonuses with it. It would also be really cool if you could make a rule that enables or disables this system completely. If that rule was added, I see no reason why this couldn't be added to the normal SVN souce code as an option (with default rule value set to false of course).
|
I'm sure it's possible to have a boolean rule above
Code:
effect_value = (effect_value * caster->itembonuses.INT / (RuleI(Spells,SpellModDivideByDOT)));
specifying if it was enabled or not. That's really the only line I changed from current SVN. Same with the other one. I'll look at doing this in a bit.