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

????? 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