PDA

View Full Version : After Image Ability Concept


Doom_Dragoon
07-10-2006, 6:16 PM
Basically what I wish to do is have a unit that on every attack, has a chance to create a mirror image of the unit in the exact position he is in, and attack the target unit again. It's basically doing just damage bonus, but I want I think this would look a lot cooler than a bash buff.

Now after messing around for a while I was able to que the ability properly, but the problem I'm having is that I want the image to be inside the casting unit, but all I can manage to get is an image off to the side. I'm pretty sure this can be done, but I've tried everything I can think of. Anyone got any ideas?

gamer102
07-10-2006, 11:20 PM
Triggers
Trigger 1
-Set Varible <OriginalUnit> = <Attacking Unit>
-Hide <OriginalUnit>
-Wait <2.00> Seconds
The Mirror Unit does not go away
The mirror unit attacks then,
Unhide <OriginalUnit>
There,
yUo can also have remove unit
it sets the atticking unit to the original and removes/hides that one so the mirror can attack in the same place.

Doom_Dragoon
07-11-2006, 9:09 PM
Well I figured out how to do it, but now I'm having trouble with removing the image... Basically I just temporarily gave the caster unit the Ghost(visible) ability. Then move the image, but for some reason when I remove the image, it displaces the original caster... Any ideas?

gamer102
07-16-2006, 9:11 PM
I don't think you can set a variable "unit" to a mirror image