#How do I create a SpEffect that triggers on weapon attack and ash of war skill hit?

7 messages · Page 1 of 1 (latest)

languid dirge
#

I'm trying to modify an effect to proc on both ranged hits and melee hits using weapons and their AoWs

fluid grail
#

I'm pretty new to modding as far as the complex stuff goes, but one place to maybe start following the trail would be to look at things like exploding arrows, and see if you can find where that explosion comes from, as that explosion has to be some kinda speffect to have the visuals and what not that it does. I'm struggling with a similar thing, but mayhaps yours will work easier since im working with torrent who has no attacks. Finding that ID/param that is the explosion of the arrows might just be what you'd need to tweak/work with to do what you're trying to do, as it's as close to an "on hit" effect I can think of.

copper trench
#

If you want it to trigger when any hit from a weapon hits then you can just put the effect on the weapon itself under spEffectBehaviorId
If you want the effect to trigger on on some hits but not others then you will have to add these effects to the hitboxes you want them on

fluid grail
copper trench
#

Arrows are weapons so you'd add it to the weapon itself. However I've had trouble with this for certain effects but if that doesn't work then you can put the effects on the bullets themselves.

languid dirge
scenic halo
#

You add the accumulator on the bullet rather than the attack