• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Permanent Invisiblity

Status
Not open for further replies.
Level 4
Joined
Oct 2, 2011
Messages
89
Any of you guys played DotA and know the shadow assassin ability 'permanent invisibility'? Anybody know how to trigger that? I tried and failed. When I tested it, I couldn't even get him to get invisible in the first place.

Here is what I had:

Events
Unit - Isrum Descendant 0917 <gen> Learns a skill
Conditions
(Learned Hero Skill) Equal to (==) Secrets of the Epiran
Actions
Unit - Add Invisibility to Isrum Descendant 0917 <gen>



Events
Unit - Isrum Descendant 0917 <gen> Is hidden
Unit - Isrum Descendant 0917 <gen> Finishes reviving
Conditions
Actions
Wait 10.00 seconds
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Isrum Descendant 0917 <gen> is hidden) Equal to (==) True
Then - Actions
Unit - Add Invisibility to Isrum Descendant 0917 <gen>
Else - Actions
Do nothing
 
Level 4
Joined
Oct 2, 2011
Messages
89
Well I got it to work. Here it is in case any one is interested:

Trigger 1:

Perm Invis
Events
Unit - A unit Learns a skill
Conditions
(Learned Hero Skill) Equal to Human Paladin - Devotion Aura
Actions
Unit - Add Permanent Invisibility to (Learning Hero)
Unit Group - Add (Learning Hero) to Invis

Perm Invis 1
Events
Unit - A unit Begins casting an ability
Unit - A unit Begins channeling an ability
Unit - A unit Pawns an item (to shop)
Unit - A unit Acquires an item
Unit - A unit Uses an item
Unit - A unit Dies
Conditions
((Triggering unit) is in Invis) Equal to True
Actions
Unit - Remove Permanent Invisibility from (Triggering unit)
Unit Group - Remove (Triggering unit) from Invis
Unit - Add Permanent Invisibility to (Triggering unit)
 
Level 13
Joined
Sep 29, 2008
Messages
672
His ability was based on Permanent Invisibility at early stage of DotA. It wasn't triggered. He just made the Permanent Invisibility ability into a Hero Ability. But now I think he placed a trigger so it can be activated and deactivated of the purpose of easy farm control, pulling and such.

You don't really need to trigger Permanent Invisibility, just set Hero Ability to true of Permanent Invisibility and give it to the hero you are using. The duration is the fading time of permanent invisibility. So for example you set "Stats - Duration - Hero" to 3, he will become invisible again after 3 seconds.
 
Status
Not open for further replies.
Top