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

Buff display

Level 30
Joined
Aug 29, 2012
Messages
1,383
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