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!
I need a trigger for spell auras, for example: Magic resistance aura or Evasion aura or damage reduction aura (no armor).
Edit: For units or heros (3 lvls)
Let's say i want an aura that only affects troll headhunters and grunts, but doesn't affect any other unit type near it. Is it possible to do that? if so, then i'd like to know how. Thanks in advance.
actually what I need is a trigger that makes an ability turn into an aura, well to be more exact I need an aura that gives nearby units a chance to evade attacks.
Likewise, I'm sure the trigger could be used to make allied units take a % negative spell reduction. I'm not good at making triggers, so if you could show me how to do it, I'd really appreciate it.
another thing is that both benefits do not go together, one thing is evasion aura, and the other is magic resistance aura.
There is no way to do it without triggers, which I show how to do in that thread. Download the map and mess around with it.
It's an Aura that provides Attack Speed to Ranged units, but it can provide ANY ability you want to any units you want. You simply change the added Ability and adjust the Conditions to your liking.
For example:
(Celerity_Target is A melee attacker) Equal to False
^ Delete that Condition and the Aura now works on both Melee/Ranged units.
The ability that is added can be changed to evasion, spell reduction, damage reduction (I don't think such an ability exists), etc:
Unit - Add Celerity Aura (Attack Speed) to Celerity_Target
Changed:
Unit - Add Evasion (Aura) to Celerity_Target
To hide an ability, set it's Art - Button Positions to x: 0, y: -11. This will hide the ability icon from the unit's command card.
I've been trying to make the trigger but I can't find the option I put in the picture, after all I think it's too big a trigger for such a simple aura that just adds X ability to friendly units in X range distance.
EDIT:
The options I can't find are:
Unit - For Celerity_Target, Ability Celerity Aura (Attack Speed), Disable ability: True, Hide UI: False
Unit - For Celerity_Target, Ability Celerity Aura (Attack Speed), Disable ability: False, Hide UI: False
Important fact: the version that you use is higher than mine, so I can not open the files that you send me or the file that you sent in the original publication of the detonator "Celerity"
Auras aren't simple though. They don't just add X ability to units in X range, they take into consideration many different factors like aura priority and aura level as well as tracking the affected units so that it knows when they're out of range. That being said, you can simplify it at the cost of losing some Aura features.
Also, you don't NEED to disable those abilities, that just helps update their values immediately. It'll still function without those 2 actions.
Side question, does detonator mean trigger or ability?
Ok I think I understand why it requires so many triggers and so much configuration that it already drove me crazy, after all I'm going to need your help, I would like you to review the file I sent earlier and tell me if something is missing, and where I should put the skills which I wish to be granted to my allied units as an aura.
To answer your question "UN DETONADOR" means trigger in Spanish
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.