I'm a pretty advanced data editor, but these have me stumped.
So, the abillity is supposed to freeze time in an area and the caster teleports around to random units in the zone and attacks them. I have the freeze time part down, but the second part does not work. I've tried doing a teleport, then damage effect. and it didn't work out so well. I believe the TargetSorts Random on a search effect would work to make the random part, but that failed to.
Another abillity I need help on is getting an abillity to only target a certain area of the map. The abillity has an infinte range (500 range), but needs to only target one specific area. I had an idea to make it so that you can only use it in a power field, but I am stumped with this one too. I prefer not to use triggers on abillities, but if you must, use triggers.
2. use an invisible dummy unit which can be attacked only by that ability
1. sounds like dota's blademaster and void combined. i would do it with triggers: move instant, issue order to attack, wait, move instant, issue order ...
I'm a pretty advanced data editor, but these have me stumped.
So, the abillity is supposed to freeze time in an area and the caster teleports around to random units in the zone and attacks them. I have the freeze time part down, but the second part does not work. I've tried doing a teleport, then damage effect. and it didn't work out so well. I believe the TargetSorts Random on a search effect would work to make the random part, but that failed to.
Another abillity I need help on is getting an abillity to only target a certain area of the map. The abillity has an infinte range (500 range), but needs to only target one specific area. I had an idea to make it so that you can only use it in a power field, but I am stumped with this one too. I prefer not to use triggers on abillities, but if you must, use triggers.
Please help!
@Skitto: Go
2. use an invisible dummy unit which can be attacked only by that ability
1. sounds like dota's blademaster and void combined. i would do it with triggers: move instant, issue order to attack, wait, move instant, issue order ...
@FunkyUserName: Go
Okay, I'll try these.