• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] Object Editor: AOE and Radius

Status
Not open for further replies.
What does the field AOE in a spell refers to ?
Is it the radius of the circle or the area of the circle. I want to know because when I make a triggered spell and you select pick every unit in X radius from point P; you are making a circle with radius X and its centre at P.

So when I make the dummy spell AOE 500 do I pick every unit in 500 radius, less or more ?
 
"area around the circle" is a vague impression.

1000 AoE -> 1000 radius, 2000 diameter.

And does this statement in any way Blizzard approves it ?

I tried using trigger to check it by creating 2 Footman at the both end of the Channel spell (1000 AOE range indicator, so each Footman is created 1000 range from the center of the target spell) but the value seems to be inaccurate if it is based on the indicator itself

Second experiment I change it to 2000 AOE, the same result came in, the position of the Footman is not precisely at the end of the indicator shown initially

I cannot get exact value of the indicator :(
 
And does this statement in any way Blizzard approves it ?

I tried using trigger to check it by creating 2 Footman at the both end of the Channel spell (1000 AOE range indicator, so each Footman is created 1000 range from the center of the target spell) but the value seems to be inaccurate if it is based on the indicator itself

Second experiment I change it to 2000 AOE, the same result came in, the position of the Footman is not precisely at the end of the indicator shown initially

I cannot get exact value of the indicator :(

Indeed, I tried this test as well and happened as you said the footman was outside the Indicator circle but still green.
 
I think its because the indicator takes into account unit collision size... if the unit's x,y coordinates +/- (collision size and maybe multiplied by a little factor) is inside the radius, it will consider the unit as inside the radius... just a guess...

and take note that for example if ur using the human aoe selector, the bounds of the AOE circle is the end of the faint blue light surrounding the circle, not the clear whitish blue circle...
 
Last edited:
Status
Not open for further replies.
Back
Top