• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Arbiter invincibility ability

Status
Not open for further replies.
Level 21
Joined
Dec 4, 2007
Messages
1,478
it's a little complicated, but doable.

1 you'd have to pick all units in an desired area around the "arbiter" unit/s
2 periodically (every second or so) make them invisible (probably without the sound/graphic effect, or you'd go insane)
3 optional sfx: create a shimmering effect (like in starcraft) in the location of affected units

i think you want to use an indexing system (like bribe's), but you might be able to pull it off with global unitgroups as well
i might give it a shot later
 
Level 3
Joined
Mar 2, 2019
Messages
17
it's a little complicated, but doable.

1 you'd have to pick all units in an desired area around the "arbiter" unit/s
2 periodically (every second or so) make them invisible (probably without the sound/graphic effect, or you'd go insane)
3 optional sfx: create a shimmering effect (like in starcraft) in the location of affected units

i think you want to use an indexing system (like bribe's), but you might be able to pull it off with global unitgroups as well
i might give it a shot later
Ok thanks:thumbs_up:
 
Status
Not open for further replies.
Top