This is a bow that should 'mass paralyze' in an aoe targetted on the enemy hit with the arrow shot.
The issue I am having is this: If I set the spell to "Aimed," it casts a paralyze missile AFTER the arrow that comes from me to the target (and not the target of the arrow, but wherever the crosshair happens to be when the spell fires the split second afterwards.)
If I set the spell to "Target Actor," the spell happens immediately upon arrow impact wherever my cursor is pointing at the time. What I'd like to know is how to get the spell to always go off where the arrow hit, and not wherever my crosshair happens to be.
Scriptname AA_ArcaneBowTest01 extends activemagiceffect {Testing the Arcane Bow}Spell property paralyzeSpell AutoEVENT onEffectStart(Actor akTarget, Actor akCaster) paralyzeSpell.Cast(akCaster, akTarget)ENDEVENT
