• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Aura for Buildings

Status
Not open for further replies.
Level 2
Joined
Jan 8, 2008
Messages
9
It's a aura which shall increase the mana of my buildings...

I think I answered this an further questions^^

BTW: Friend + Structures does not work^^
BTW: Friend + Structures + Mechanical does not work^^
 
Level 11
Joined
May 11, 2008
Messages
830
Interesting if it didn't work... tell us what did you base the ability off of? Check to make sure it's Building, Allies, Friend, Self for it to work, if that doesn't work then a trigger is needed.

Something like a unit finishes contruction
Condition would be like Unit Type = (Name of Building)
Action- Unit Mana give mana to nearby units in X range of building or something like that.
 
Level 14
Joined
Dec 9, 2006
Messages
1,091
I tested it with devotion aura. Friend + Invulnerable + Self + Structure + Vulnerable worked out fine. It affected buildings and did not affect units.

Edit: And yes, if after that it did not work, show us the trigger.

~Asomath
 
Level 2
Joined
Jan 8, 2008
Messages
9
Which structure did you use to test it?

Edit: You are right, it's working, thx.

The problem is, I need this little "under the effect of Brilliance Aura" image if I klick at the house ...
 
Level 11
Joined
May 11, 2008
Messages
830
Ok fine trigger it is. Here's how it should work (correct me if I'm wrong Asomath lol.)

  • Mana Giver
    • Events
      • Unit - A unit Finishes construction
    • Conditions
      • (Unit-type of (Constructed structure)) Equal to (Name of Structure)
    • Actions
      • Unit Group - Pick every unit in (Units within 512.00 of (Position of (Constructed structure)) matching ((Unit-type of (Triggering Unit)) Equal to (Unit-type(building)))) and do (Unit - Set mana of (Picked unit) to 0.00)
 
Level 2
Joined
Jan 8, 2008
Messages
9
@Tau Empire Thx ^^

But i really need this "under the effect of " image ...

The mana is not the problem, i need the effect easily visible on the building
 
Level 14
Joined
Dec 9, 2006
Messages
1,091
Oh you need that little blue circle and the buff icon, gotcha. The reason you cant see it is because buildings do not have a status, and therefor does not recieve the buff. Without recieving the buff (although recieving the effect of the ability) there is no special effect.

~Asomath
 
Status
Not open for further replies.
Top