hi i have a problem again...
i had made an ability, which should copy another ability but i have no idea how to trigger
it should copy an ability beeing cast during the effect time of my ability...
after cooldown of my own ability the copied one should been removed so i can use my own again
i tried it the following way:
My Trigger
Events
- Unit - A unit Begins channeling an ability
Conditions
- ((Unit-type of (Triggering unit)) Equal to MyHero) or ((Unit-type of (Triggering unit)) Equal to MyHero(Demon Form))
- (Ability being cast) Equal to MyAbility
Actions
- ...
but i have found no action to copy a spell casted during my ability
onlything i have found was "Unit - Add ability..." but i think with this one i can't do what i want to do...
so please help me
i had made an ability, which should copy another ability but i have no idea how to trigger
it should copy an ability beeing cast during the effect time of my ability...
after cooldown of my own ability the copied one should been removed so i can use my own again
i tried it the following way:
My Trigger
Events
- Unit - A unit Begins channeling an ability
Conditions
- ((Unit-type of (Triggering unit)) Equal to MyHero) or ((Unit-type of (Triggering unit)) Equal to MyHero(Demon Form))
- (Ability being cast) Equal to MyAbility
Actions
- ...
but i have found no action to copy a spell casted during my ability
onlything i have found was "Unit - Add ability..." but i think with this one i can't do what i want to do...
so please help me