ZippyDSMlee Posted January 13, 2014 Share Posted January 13, 2014 (edited) Okay so I setup an enchantment that calls to knockback, an explosion and visual FX it works fine in object effect I got radius on knockback and everything NOW I setup an actor effect and piped it though on critical hit and knockback dose not work. I tried everything even putting it as an enchantment to the explosion and just calling out to the explosion on crit but no luck. Is there a way to script in radius for knockback? If you can then I should be able to cobble together a script that dose knockback in a radius and CIOS the explosion or though object effect call to the knockback with radius via GetLastHitCritical. Or just use GetLastHitCriticalcall to the explosion and use it to send out the enchantment. ======================== edit I managed to find a work around instead of on critical its at random. I used a palceatme script that calls out to the explosion then I had to setup the knock back enchantment with isowner,player,combat target != and boom it hits all hostile targets and not me!!!!!!!!! Edited January 14, 2014 by ZippyDSMlee Link to comment Share on other sites More sharing options...
Recommended Posts