• 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.

????? 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:
 
Level 14
Joined
Jul 12, 2011
Messages
1,371
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.
 
Level 12
Joined
Mar 24, 2011
Messages
1,082
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
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
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.
Top