• 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 are Interfering

Status
Not open for further replies.
Yes, it's improssible. You see each ability has a unique internal id, but the order string is what fires them. If the order string is the same, on the same unit, they will collide with each other.
The best solution is Ramza's suggestion: base them off Channel and change the Base Order Id to something else for each of the two abilities.
 
Level 2
Joined
Sep 26, 2010
Messages
12
Multiple similar abilities.

I had a hard time getting around this myself, but then it occurred to me to make an meaningless, half-second buff ability for my unit, which could activate a trigger that would remove all of its abilities, and replace them with new ones, then go back to the previous move set when it was used again.

Only down side to this method, aside from the work, is that it only works with normal unit abilities; not hero abilities.
 
Status
Not open for further replies.
Top