Flame Lash
-
Module Version: Zool 9163
Flame Lash is stunning targets on failed saves.
Once recorded 66 seconds of stun, but it varies.

-
I think we talked about making it apply a blindness effect for some short time period- however.
The code says:
effect eBlind = EffectStunned();Someone called it eBlind, but then used the stuinned effect.
The time is also interesting.
DelayCommand(0.2, ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eBlind, oTarget, RoundsToSeconds(nDamage)));the amount of damage done, is how long the effect lasts. Interesting none standard method there.
@Mr-Moloch I think you planned to make changes to some druid spells - this one of them?
Is it as intended? -
@Zool Yeah, not sure what the hell I was thinking here. Will fix it.
-
M Mr.Moloch moved this topic from Bug Reports