- Joined
- Oct 6, 2022
- Messages
- 185
Hey guys, i would like to know how to do a single target skill that has a condition like this.
player must not move, stun or any types buffs that could cause immobilize, is alive, not cast any ability including items. <=== If the player didn't not follow these requirements the damage that he will deal to his target will be canceled.
hope you guys could help me with it by showing how the trigger
-
TargetWait
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Chain Lightning(1 target)
-
-
Actions
-
Set T_Unit[1] = (Triggering unit)
-
Set T_Unit[2] = (Target unit of ability being cast)
-
-
player must not move, stun or any types buffs that could cause immobilize, is alive, not cast any ability including items. <=== If the player didn't not follow these requirements the damage that he will deal to his target will be canceled.
hope you guys could help me with it by showing how the trigger