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

Passive chain lightning item - Maelstrom - dota 1

Status
Not open for further replies.
Level 4
Joined
Feb 24, 2018
Messages
71
Also,about the trigger which you provided :

Unit - Order (Last created unit) to Orc Far Seer - Chain Lightning (Attacked unit)

Unit-Targeted Unit Order doesn't have every spell like breath of fire or breath of frost. Are the options listed there the only one available or I am missing something ?
 

Rheiko

Spell Reviewer
Level 27
Joined
Aug 27, 2013
Messages
4,214
That option exists. You can find it in "Unit - Issue Order Targeting a Point"

The trigger should look like this
  • Set TempPoint = (Position of (Attacked unit))
  • Unit - Order (Last created unit) to Neutral Pandaren Brewmaster - Breath Of Fire TempPoint
  • Custom script: call RemoveLocation(udg_TempPoint)
or this
  • Set TempPoint = (Position of (Attacked unit))
  • Unit - Order (Last created unit) to Neutral - Breath Of Frost TempPoint
  • Custom script: call RemoveLocation(udg_TempPoint)
 
Level 23
Joined
Apr 8, 2017
Messages
1,605
That option exists. You can find it in "Unit - Issue Order Targeting a Point"

The trigger should look like this
  • Set TempPoint = (Position of (Attacked unit))
  • Unit - Order (Last created unit) to Neutral Pandaren Brewmaster - Breath Of Fire TempPoint
  • Custom script: call RemoveLocation(udg_TempPoint)
or this
  • Set TempPoint = (Position of (Attacked unit))
  • Unit - Order (Last created unit) to Neutral - Breath Of Frost TempPoint
  • Custom script: call RemoveLocation(udg_TempPoint)
Ya, that is to casts spells like Shocking wave or Carrion swarm.
 
Status
Not open for further replies.
Top