- Joined
- Feb 24, 2018
- Messages
- 71
Hello ! I would like to know how can I make an item which passively casts chain lightning on auto-attack.Thanks !
Yeah.Yes , thank you very much.Would this work with other abilities such as frost nova, breath of fire etc ?
Ya, that is to casts spells like Shocking wave or Carrion swarm.That option exists. You can find it in "Unit - Issue Order Targeting a Point"
The trigger should look like this
or 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)
Set TempPoint = (Position of (Attacked unit))
Unit - Order (Last created unit) to Neutral - Breath Of Frost TempPoint
Custom script: call RemoveLocation(udg_TempPoint)