Abilities cancelling each other out

Status
Not open for further replies.
Level 9
Joined
Jun 10, 2013
Messages
472
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?
 
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.
 
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.
Back
Top