View Single Post
  #7  
Old 04-11-2012, 04:50 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Looking at chords of dissonance which uses spell effect 334, I believe this is the problem.

From spell_effects.cpp:
Code:
case SE_BardAEDot:
{
    effect_value = CalcSpellEffectValue(spell_id, i, caster_level);
Since the caster isn't passed in the instrument mods aren't calculated or used.

Last edited by lerxst2112; 04-11-2012 at 04:53 PM.. Reason: Didn't see spell name earlier.
Reply With Quote