- Joined
- Sep 13, 2021
- Messages
- 9
Goal:
Make Rexxar from Heroes of the storm that has summon Misha as Q ability and E as mend pet ability that heals Misha.
What I need help with:
1. Disable mend pet for Rexxar when Misha is dead(not hide) only disable.
2. Enable mend pet for Rexxar when Misha is summoned back again with Q.
What I'm able to do:
1. Disable mend pet when Misha dies
Not able to re-enable it correctly (sometimes it works sometimes it doesn't).
I'm pulling my hair out and I agree to pay someone as long as they give me a working and somewhat clean solution to this. I'm also attaching screenshots of what I've tried so far.
Disable Trigger:
Make Rexxar from Heroes of the storm that has summon Misha as Q ability and E as mend pet ability that heals Misha.
What I need help with:
1. Disable mend pet for Rexxar when Misha is dead(not hide) only disable.
2. Enable mend pet for Rexxar when Misha is summoned back again with Q.
What I'm able to do:
1. Disable mend pet when Misha dies
Not able to re-enable it correctly (sometimes it works sometimes it doesn't).
I'm pulling my hair out and I agree to pay someone as long as they give me a working and somewhat clean solution to this. I'm also attaching screenshots of what I've tried so far.
Disable Trigger:
-
Disable Mend Pet
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
(Triggering unit) Equal to (Random unit from (Units owned by (Owner of (Triggering unit)) of type Misha (Level 1)))
-
-
Actions
-
Player - Disable Mend Pet for (Owner of (Triggering unit))
-
Unit - For (Random unit from (Units owned by (Owner of (Triggering unit)) of type Rexxar)), Ability Mend Pet , Disable ability: True, Hide UI: False
-
-
-
Enable Mend Pet
-
Events
-
Unit - A unit Is rescued
-
Unit - A unit Finishes casting an ability
-
Unit - A unit Spawns a summoned unit
-
Unit - A unit Finishes training a unit
-
Unit - A unit Stops casting an ability
-
Unit - A unit Begins casting an ability
-
Unit - A unit Spawns a summoned unit
-
-
Conditions
-
(Ability being cast) Equal to Summon Misha (Rexxar)
-
And - All (Conditions) are true
-
Conditions
-
(Triggering unit) Equal to (Random unit from (Units owned by (Owner of (Triggering unit)) of type Rexxar))
-
MishaLiving Equal to False
-
(Triggering unit) Equal to (Random unit from (Units owned by (Owner of (Triggering unit)) of type Misha (Level 1)))
-
(Unit-type of (Summoning unit)) Equal to Rexxar
-
-
-
(Unit-type of (Summoning unit)) Equal to Rexxar
-
(Ability being cast) Equal to Summon Misha (Rexxar)
-
(Unit-type of (Summoned unit)) Equal to Misha (Level 1)
-
(Summoned unit) Equal to (Random unit from (Units owned by (Owner of (Triggering unit)) of type Misha (Level 1)))
-
-
Actions
-
Player - Enable Mend Pet for (Owner of (Triggering unit))
-
Unit - For (Random unit from (Units owned by (Owner of (Triggering unit)) of type Rexxar)), Ability Mend Pet , Disable ability: False, Hide UI: False
-
Player - Enable Mend Pet for (Owner of (Triggering unit))
-
Unit - For (Random unit from (Units owned by (Owner of (Triggering unit)) of type Rexxar)), Ability Mend Pet , Disable ability: False, Hide UI: False
-
-
Attachments
Last edited: