- Joined
- Jul 14, 2007
- Messages
- 59
Is it possible to create an image of a hero with triggers? Like mirror image, except the images spawn anywhere you want, and it doesn't interfere with the unit's orders?
Just create a dummy unit and give it Wand of illusion and then order it to use last created item on the hero u want it will create an image of him without interfering with his commands ^^
You don't need to give the item to him.
Make a spell based on wand's spell.
Yes you do. There is no action that can order a unit to use an item-based spell. Therefore you need to give the dummy the item and order it to use the given item.
To make the wand not drop, did you try putting charges to 1? That way the dummy will use it and it will disappear.
Yes you do. There is no action that can order a unit to use an item-based spell. Therefore you need to give the dummy the item and order it to use the given item.
I did that, but sometimes, the dummy unit drops the wand for no reason.
hm, i think if u dont want to use the wand adding thing mine is the most simple way because you dont have to know jass at all.... i hope you understood what i meant with the post?
if not, let me explain
we make the item ability a unit ability and add it to the dummy via trigger
since there is no 'order issue targeting a unit' for the wand ability, we have to change the order string id
we'll do that in object editor
change it to something like entangling roots
after that go to the trigger editor again and order the unit to cast
order issue targeting a unit -> keeper of the grove - entangling roots
that should work in my opinion, sry if i am wrong