variable question

smogas

New Member
Reaction score
0
how to create a location variable which location would be the area of effect for example cluster rockets. hope you did understand what i meant :D
 

RangerX

I am justice!
Reaction score
69
well first of all an Location Variable is only an Point you need to do something like this
make an region var named[name of your region]
make an point var named[name of your point]
in my example the region is named AreaofEffect and the point Temp_point
Trigger:
  • Set Temp_Point = (Target point of ability being cast)
    • Set AreaofEffect = (Region centered at Temp_Point with size (250.00, 250.00))

the size must be AOE of the cluster rockets in your exemple
don't forget to clear the leaks with this actions
Trigger:
  • Custom script: call RemoveLocation (udg_Temp_Point)
    • Custom script: call RemoveRect(udg_AreaofEffect )
 

jomik

New Member
Reaction score
17
As far as I know, Cluster Rockets' AOE is a circle, not a rectangle like your region.
I only think you can do it by picking all units in 250 range of your point, if you want it to affect units. Otherwise, do stuff in 250 radius of the point.
 

RangerX

I am justice!
Reaction score
69
well is more simple [not accurate ] the way i do it if you have an better idea put it :| . . .
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top