- Joined
- Mar 23, 2007
- Messages
- 261
Im just creating a very small TD.
The best tower is a hero tower. But i got some problems.
It don't show up a "Pathing Map" in the Object Editor, wich means i can't modify the pathing, and its avaible to build other towers at the same place.
I tryed to create one with path, that was not a hero. When it is completed, it will be replaced, and then another tower without a model file wuld be placed there for the pathing.
It doesn't work either. It replaces, but the pathing is not there at all.
Heres the Trigger:
Thanks.
The best tower is a hero tower. But i got some problems.
It don't show up a "Pathing Map" in the Object Editor, wich means i can't modify the pathing, and its avaible to build other towers at the same place.
I tryed to create one with path, that was not a hero. When it is completed, it will be replaced, and then another tower without a model file wuld be placed there for the pathing.
It doesn't work either. It replaces, but the pathing is not there at all.
Heres the Trigger:
-
Events
-
Unit - A unit Finishes Construction
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to "Hero(Build)"
-
-
Actions
-
Unit - Replace (Triggering unit) with a "Hero" using The new unit's max life and mana
-
Wait 0.10 seconds
-
Unit - Create 1 "HeroPath" for Player 1 (Red) at (Position of (Triggering unit)) facing Defalut building facing degrees
-
Thanks.