im curently working on a RPG like map and want to create a AoE Taunt ablility with the data editor.
Actually there curently is a prebuild blizzard taunt ability... sadly it doesn't work.
So well, I just had a look at the forums here to look for a tutorial and also found one:
Hi everyone,
im curently working on a RPG like map and want to create a AoE Taunt ablility with the data editor. Actually there curently is a prebuild blizzard taunt ability... sadly it doesn't work. So well, I just had a look at the forums here to look for a tutorial and also found one:
http://forums.sc2mapster.com/development/tutorials/3169-video-data-unit-ability-ordering-another-unit-to-attack/#p3
However it doesn't help me very much, because it works like this: A points at B, C attacks B.
I need:
A does AoE effect, B (and all other enemy units around) attack A.
At least this shows me that it's not impossible.
I think the problem is somewhere in my Issue Order effect at the Player+, Target+ and/or Unit+ line.
Map is included
You have to change two things in the "AoE Taunt Order" effect:
1) Change "Target - Target+" to "Caster Unit"
2) Set "Ability - Ability" to "Attack" (you forgot that one ;) )
@s3rius: Go
Great, thanks a lot. :)