hello friends, I need help. How I can match the level of the Spell steal ability, with the target? I tried various methods but the skills are always level 1.
-
Spell Steal
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Spell Steal
-
Actions
- Set StealedAbilityUse = StealedAbility[(Custom value of (Target unit of ability being cast))]
- Unit - Add StealedAbilityUse to (Triggering unit)
- Unit - Set level of StealedAbility[(Custom value of (Target unit of ability being cast))] for (Triggering unit) to (Level of StealedAbility[(Custom value of (Target unit of ability being cast))] for (Triggering unit))
- Set StealedAbility[(Custom value of (Triggering unit))] = (Ability being cast)
- Wait 10.00 seconds
- Unit - Remove StealedAbilityUse from (Triggering unit)
-
Events