• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Curious help about auras

Status
Not open for further replies.
Level 13
Joined
Jul 15, 2007
Messages
763
The standard auras periodically apply their buff on nearby valid targets for a short duration.

If you want to make a scripted aura you'd just have to pick units around the unit bestowing your custom aura on a periodic basis and then apply your desired effect. Then you'd need something in place to remove this effect when affected units are no longer near the aura.

Making a truly custom aura can be useful (e.g. an aura that increases maximum health, an aura whose effects ramp up over time) but it is difficult and can be a performance concern depending on the extent of the aura (how often it picks nearby units, and how many units it is picking). You should just try and use the modified base auras where possible, like Devotion that gives negative armor.

That said I code mostly in GUI so there might be a much more efficient way to do it in the other languages.
 
Level 6
Joined
Aug 5, 2017
Messages
251
No, you're still not getting it. I know how I can make certain auras good, but the question that I'm asking is how DO you create an aura? As in how you draw the pieces that combined with other pieces or textures if I'm not mistaken form that aura? That's what I want to know.
 
Status
Not open for further replies.
Top