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

Abilities cancelling each other out

Status
Not open for further replies.
Level 9
Joined
Jun 10, 2013
Messages
473
Hey. in my map I have a lot of abilities so I tend to have to reuse the same dummy abilities like all the autocast abilities and roars, etc.... my problem however is if I use two Inner Fire dummy abilities to place TWO different buffs on a unit with each having separate triggered effects, one of the buffs is cancelled out and so the unit can't be affected by bothe abilities at the same time.

So my question is: I there any way to solve this?
 
Level 48
Joined
Jul 29, 2008
Messages
9,837
You have bumped up against one of the most frustrating, hard-coded elements of Warcraft modding (especially for "race addition" modders like myself); "Buffs Do Not Stack" (aside from Auras).

The alternatives include "find unused buffs/abilities", or use a special system (I believe Anitarf's "ABff" is a good one) to handle the issue.
 
Level 9
Joined
Jun 10, 2013
Messages
473
You have bumped up against one of the most frustrating, hard-coded elements of Warcraft modding (especially for "race addition" modders like myself); "Buffs Do Not Stack" (aside from Auras).

The alternatives include "find unused buffs/abilities", or use a special system (I believe Anitarf's "ABff" is a good one) to handle the issue.

Could you give me a little "summary" of how Abuff works? I saw it on wc3c.net
 
Status
Not open for further replies.
Top