Warcraft III resources & community, 2003–2006 · archived

On/Off is not working for this Ability!

6 posts
#1

On/Off is not working for this Ability!

I am trying to set a On / Off button for Brilliance Aura.

How do I get a On and Off button for this? or is not such a thing?
#2
I dont beileive its possible to make brilliance aura on/off without some triggers.
#3
hmmm. well yea, you cant do it without triggers. but you can do a healing aura without triggers ;)
#4
qwertybut you can do a healing aura without triggers ;)

And what does this have to do with the topic?


Umm Nyde, why don't you try my Guard Template? You could try instead of the spellbook, to put the aura. I think it should work this way but I'm not 100% sure.

http://www.wc3sear.ch/?p=Spells&ID=907

~Daelin
#5
This new ability that I am trying to create is where it would cast above a building and then spread out in a circle of that one building up to about a range of 2000. Can this be done? ((With out triggering less your willing to show me lol, and have to have a on/off switch))
#6

Re: On/Off is not working for this Ability!

NydedriganI am trying to set a On / Off button for Brilliance Aura.

How do I get a On and Off button for this? or is not such a thing?


You cannot create a On/Off brilliance aura, but, you can base create the spell based on immolation and then create 2 triggers:

Event:
:arrow: A unit begins casting an abiliy
Conditions:
:arrow: Ability Being Cast equal to IMMOLATION
Actions:
:arrow: Add Brilliance Aura to casting unit.


Then, create another trigger:

Event:
:arrow: Every 1 second of game time
No Conditions
Actions:
:arrow: Pick every unit in units in playable map area and if picked unit has buff Immolation not equal to true then do remove Brilliance Aura for picked unit else do nothing.



I think that this is the unique way to create an On/Off brilliance aura. :wink: