• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Aura (units that leave range should immediately lose the buff)

Status
Not open for further replies.
Level 7
Joined
Sep 22, 2008
Messages
63
how to set aura buff (ex: devotion aura or endurance aura) immedietly goes off when affected buff unit is already out of range of aura source ?

usually unit who get buffed from aura will still under effect for couple second altough it already out of range from aura source...


can it solve without use trigger ?
 
You can remove buffs via triggers - actions found in Unit section:

Unit - Remove Buffs
Unit - Remove Buffs By Type
Unit - Remove Specific Buff

I would recommend third one, and from filter choose the aura buff.

Remember though that auras (buffs) by default have ~2 second delay before actually appearing on unit's status bar, and the same situation occurs when aura goes off, delay still applies.
 
Level 7
Joined
Sep 22, 2008
Messages
63
@spinnaker
can you give Gui trigger example for detection

"i use multiple same dummy unit which has Aura skill to create a Path"
(O = dummy unit) : OOOOOOOOOO

(my idea is like this but i still can't build that GUI trigger)
every x second ...
check dummy unit around hero in xxx range
if true then do nothing...
else remove buff from hero..

@rui
change duration field to 0 on spell section doesn't work..
 
Status
Not open for further replies.
Top