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

[General] Bypassing the trigger/ability limitations

Status
Not open for further replies.
Level 6
Joined
Mar 17, 2012
Messages
105
Hi, I am currently making a game which uses a lot of custom No Target abilities (like War Stomp, Thunder Clap)

Each ability, when used, has a trigger associated with it (e.g.: War Stomp becomes "Craft Armor", which runs a trigger to craft a certain item)

The problem is, there are a LOT of abilities I need, and only so many No Target abilities. I can't use the same ability for each trigger, since any ability based off of War Stomp has the same Custom Ability ID, which means it will prompt every trigger referring to that ability.

If "Craft Armor" and "Craft Weapon" are both based on War Stomp, both of their triggers will be called when the user casts EITHER ability.

Is there any way to bypass this issue?
 
Status
Not open for further replies.
Top