• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Solved] Trying to get an ability to apply buff to a Building

Status
Not open for further replies.
Level 7
Joined
Dec 28, 2011
Messages
145
So I'm trying to get an ability to apply a buff to ability. The ability doesn't do anything, I need it for the buff for triggering reasons.

buffs.png


I can't seem to tick the right boxes to get the bloody thing to work. Is there a set of boxes that does what I need or will I have to apply the buff via triggering?

Edit: The ability i'm using as a base is Devotion Aura.
 

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,583
In the Gameplay Constants you have to set "Building Status Display" to True.

The buff is most likely being applied properly it just doesn't display the icon in the Status area.

Also, in addition to that try setting the Filter to just: Self

If it still doesn't work then try using a different Aura or casting a spell on the Structure such as Inner Fire to see if that works.
 
Last edited:
Level 7
Joined
Dec 28, 2011
Messages
145
In the Gameplay Constants you have to set "Building Status Display" to True.

The buff is most likely being applied properly it just doesn't display the icon in the Status area.

Also, in addition to that try setting the Filter to just: Self

If it still doesn't work then try using a different Aura or casting a spell on the Structure such as Inner Fire to see if that works.

That seems to have done it. I didn't actually know that was a constant. lol.
 
Status
Not open for further replies.
Top