• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

PHANTOM LANCER

Status
Not open for further replies.
Level 2
Joined
Apr 30, 2006
Messages
3
Does anyone know the exact way to make the juxpatose???

As in (hero) attacks a unit, % chance that an image will be created. I know it is something like getting a dummy to cast wand of illusion on the hero but i cant do it. can anyone help?
 
Level 1
Joined
Dec 1, 2005
Messages
3
juxtapose
Events
Unit - A unit Is attacked
Conditions
(Unit-type of (Attacking unit)) Equal to Phantom Lancer
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Random integer number between 1 and 10) Equal to 1
Then - Actions
Unit - Create 1 (dummy) for (Owner of (Attacking unit)) at (Position of (Attacking unit)) facing Default building facing degrees
Unit - Order (Last created unit) to (whatever the illusion spell would be) (Attacking unit)
Else - Actions
Do nothing
 
Status
Not open for further replies.
Top