- Joined
- Mar 19, 2009
- Messages
- 41
SOLVED: How can I make Towers auto-cast
Problem Solved:
By adding a stop-function on-upgrade it fixed the issue where the towers would not cast-on-attack.
Original post:
I have attempted to use this tutorial with no success:
http://www.hiveworkshop.com/forums/f279/making-any-spell-autocasting-6255/
Given:
I have a tower with the chain lightning ability.
I want the tower to attack with chain lightning and not with its normal attack, unless a creep is magic immune.
Current Solution:
My current trigger allows this to happen but bugs out often and it requires activation (click-on-attack) on upgrade.
-- I find this to be unacceptable for release.
Current Trigger
Chain lightning
Events
Unit - A unit Is attacked
Conditions
Or - Any (Conditions) are true
Conditions
(Unit-type of (Attacking unit)) Equal to Chain Lightning Tower
(Unit-type of (Attacking unit)) Equal to Chain Lightning Tower 2
(Unit-type of (Attacking unit)) Equal to Chain Lightning Tower 3
Actions
Unit - Order (Attacking unit) to Orc Far Seer - Chain Lightning (Attacked unit)
Problem Solved:
By adding a stop-function on-upgrade it fixed the issue where the towers would not cast-on-attack.
Original post:
I have attempted to use this tutorial with no success:
http://www.hiveworkshop.com/forums/f279/making-any-spell-autocasting-6255/
Given:
I have a tower with the chain lightning ability.
I want the tower to attack with chain lightning and not with its normal attack, unless a creep is magic immune.
Current Solution:
My current trigger allows this to happen but bugs out often and it requires activation (click-on-attack) on upgrade.
-- I find this to be unacceptable for release.
Current Trigger
Chain lightning
Events
Unit - A unit Is attacked
Conditions
Or - Any (Conditions) are true
Conditions
(Unit-type of (Attacking unit)) Equal to Chain Lightning Tower
(Unit-type of (Attacking unit)) Equal to Chain Lightning Tower 2
(Unit-type of (Attacking unit)) Equal to Chain Lightning Tower 3
Actions
Unit - Order (Attacking unit) to Orc Far Seer - Chain Lightning (Attacked unit)
Last edited: