• 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!

Buff display

Level 32
Joined
Aug 29, 2012
Messages
1,473
Buff behavior is pretty much hard coded, so if an ability doesn't use a buff as a base, it won't display any if you set one, and if it uses only 1 buff (the large majority of the spells do), then only 1 will display, that's not something you can change

What you can do however is e.g. create a fake ability that uses a buff like Devotion aura, set all fields to 0 so that it doesn't do anything, then give the ability to the unit but then hide it with a button position of 0, -11 so that you get a visible buff but without cluttering the command card
 
Top