[Solved] Paralyzing Cask

Level 14
Joined
Jan 24, 2017
Messages
277
I was looking for a Paralyzing Cask ability and I found this: Paralyzing Cask v1.0.6
It lets you choose if the same target can be hit again. But if you do that and there is only 1 target, it will bounce on itself. And if I do not allow that, it can only bounce to a target once.
And I want it to be able to bounce to a target multiple times, but only bounce if there is another unit around to bounce to and not bounce on the same unit.
How can I change the trigger?
 

Uncle

Warcraft Moderator
Level 71
Joined
Aug 10, 2018
Messages
7,623
I was looking for a Paralyzing Cask ability and I found this: Paralyzing Cask v1.0.6
It lets you choose if the same target can be hit again. But if you do that and there is only 1 target, it will bounce on itself. And if I do not allow that, it can only bounce to a target once.
And I want it to be able to bounce to a target multiple times, but only bounce if there is another unit around to bounce to and not bounce on the same unit.
How can I change the trigger?
Select the PC Loop trigger and add this new Condition:
1717135227722.png

That SHOULD prevent the ability from targeting the same unit twice in a row. I didn't test it.

Also, assuming you're on the latest patch, I could create a better/more modern version of this spell for you, it wouldn't take long at all. This current implementation is doing some weird and inefficient stuff.
 
Last edited:
Top