• 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] Invisibility Aura

Status
Not open for further replies.
Level 17
Joined
Nov 12, 2016
Messages
795
Hi people.
i've been trying to make this trigger however i was unable to do so there seems to be a problem within it
making the trigger not work. (the link you see below takes you to where i made this trigger based out of)
Mass Invisibility Aura help needed Please!

this is the trigger i made which (IF that forumes trigger is right) then i cant see what am i exactly doing wrong.
my invis trigger.png


and this is a test map which ive tried to make the same thing and has the same problem
if anyone can fix it and send it back to me that will be great!

EDIT: forgot to mention the problem
when that trigger is present the aura dose not share its buff with any other freindly unit.
(you can take a quick peak at my map and see the thing up close)
 

Attachments

  • my invis map.w3x
    17.1 KB · Views: 74
Last edited:
Level 25
Joined
Oct 18, 2008
Messages
945
units that are invisible do not provide nearby units with their auras. if you want it to work while the unit that has the aura is invisible you need to do that by giving the aura to a locust dummy unit and periodically moving that unit to the same location as the real unit.

also your trigger seems to check for a unit to have the aura ability, not just the buff.
 
Level 17
Joined
Nov 12, 2016
Messages
795
units that are invisible do not provide nearby units with their auras. if you want it to work while the unit that has the aura is invisible you need to do that by giving the aura to a locust dummy unit and periodically moving that unit to the same location as the real unit.

also your trigger seems to check for a unit to have the aura ability, not just the buff.

well happy to tell that no i dont want the aura to also make whoever has it invisibile
and no i didnt set for any unit effected to have the actual aura only the buff
if you'd care to look it in the map i attached youell see the its all done exactly as the main forum guide said.
i also set the aura to non-self and it still dosent work on others ive also edited my map attachment here for u to see.
now instad of working no one gets invisibile and the aura works like a regular aura.

i just want the aura to work on others and its enough to get the job done as the way im using this ability is that whoever has this aura has locust and its unit model is None and its invunrble.
 
Last edited:
Level 25
Joined
Oct 18, 2008
Messages
945
hZXdymZ.jpg


  • Invisibility aura
    • Events
      • Time - Every 0.50 seconds of game time
    • Conditions
    • Actions
      • Set TempGroup = (Units in (Playable map area))
      • Unit Group - Pick every unit in TempGroup and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked unit) has buff Invisibility aura buff ) Equal to True
            • Then - Actions
              • Unit - Add Permanent invisibility Aura to (Picked unit)
            • Else - Actions
              • Unit - Remove Permanent invisibility Aura from (Picked unit)
      • Custom script: call DestroyGroup(udg_TempGroup)
I dunno what to tell you mate
 
Level 17
Joined
Nov 12, 2016
Messages
795
its working now.

well i didnt do anything wrong in the triggers

what was cusing the invisibility to not be add by the looks of this
i had to set the attack rate and movment speed of the endurance aura that i was using to 0
then when i poped in it started to work
 
Status
Not open for further replies.
Top