I'm working with lightning orb and it has a chance to cast a custom spell. However, I haven't had any luck detecting the cast of that spell when it happens. I'm trying use dummy units to enhance the spell, but I can't get the events to pick it up.
IE - Unit begins the effect.... Cond: Ability being cast = X. This doesn't pick it up. (I've tried X as the new ability and as the orb ability itself, neither work.)
You can try with "Unit - Starts the effect of ability" event, and in the condition check if "Ability being cast" is equal, not to item ability lightning orb but to the ability that is activated via lightning orb. I hope you understand me.
morsilaYou can try with "Unit - Starts the effect of ability" event, and in the condition check if "Ability being cast" is equal, not to item ability lightning orb but to the ability that is activated via lightning orb. I hope you understand me.
I do, but that's where I started with. It doesn't trigger the event of a unit casting an ability.