• 🏆 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!

Visibility on pre-executing an ability

Status
Not open for further replies.
Level 9
Joined
Dec 21, 2006
Messages
490
hi there

does anyone have an idea how to reveal an target area before the skill is actually used?
For example abilities with an target area get a red circle but it doesn't reveal nor can i trigger on it.
or building units shows a model of the building before i click to build it.

in fact, something that reveals the area around the cursor aslong the ability isn't used yet.

thx for any ideas
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,202
Not possible because the targeting system is run locally while the fog of war system is run synchronously.

You could use triggers to synchronize the mouse movements and then reveal the area under the cursor but be aware of lag (the visible area will lag behind the targeter).
 
Status
Not open for further replies.
Top