????? Unit Point ?????

Status
Not open for further replies.
Level 4
Joined
May 30, 2012
Messages
40
Who can tell me how to count the point..?
I want create a spell(no target(Instant)) And I want Using trigger to create a dummy to move to maybe

TOP BTM LEFT or RIGHT..?
OR create 2 dummy to move 1 to TOP 1 to BTM..?
OR create 3 dummy to move 1 to TOPLEFT 1 to BTM 1 to TOPRIGHT ?


Underline just for example..

:ogre_rage::ogre_rage::ogre_rage::ogre_rage::ogre_rage::ogre_rage:
 
Something like that???
  • Meh
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Fan of Knives
    • Actions
      • Set Point = (Position of (Casting unit))
      • Unit - Create 1 Footman for (Owner of (Casting unit)) at (Point offset by (100.00, 100.00)) facing Default building facing degrees
Fan of Knifes is an instant ability.
Footman and 100x 100y cordinats are an example.
Point is a point variable.
 
Who can tell me how to count the point..?
I want create a spell(no target(Instant)) And I want Using trigger to create a dummy to move to maybe

TOP BTM LEFT or RIGHT..?
OR create 2 dummy to move 1 to TOP 1 to BTM..?
OR create 3 dummy to move 1 to TOPLEFT 1 to BTM 1 to TOPRIGHT ?


Underline just for example..

:ogre_rage::ogre_rage::ogre_rage::ogre_rage::ogre_rage::ogre_rage:

:vw_wtf: try using google translator
 
maybe he mean this this
  • Unit - Create 1 Footman for Player 1 (Red) at ((Position of (Triggering unit)) offset by 256.00 towards 90.00 degrees) facing Default building facing degrees
point with pollar offset let u create another point around caster
toward=distance from main point and degree is the turning grade

example caster current angle + 180 - behind the caster

  • Unit - Create 1 Footman for Player 1 (Red) at ((Position of (Triggering unit)) offset by 256.00 towards ((Facing of (Triggering unit)) + 180.00) degrees) facing Default building facing degrees
 
Status
Not open for further replies.
Back
Top