| 07-08-2007, 11:56 PM | #1 |
Hello i got another problem :S I need to make a dummy-cast illusion spell and i tried to use the item illusions ability and to put the string/turn on or activate word but it isn't working anybody have a suggestion how to resolve this ? |
| 07-09-2007, 12:01 AM | #2 |
Make a dummy item and give it to a locust'ed unit with an inventory. Try that. If you're using a WE extension, have you tried using orderstring "" (blank)? |
| 07-09-2007, 12:03 AM | #3 |
Remove the Model for Wand of Illusions, set it to automaticly used on Acquire and give it to the unit of your choice. |
| 07-09-2007, 12:09 AM | #4 |
Or just make a modified version and de-select Item ability in the object editor. You can then add the ability to the caster and use it like a normal spell, although you have to use a custom order ID. Use call IssueTargetOrderById(caster, 852274, target), where caster is the dummy caster, and target is the target unit. |
| 07-09-2007, 12:21 AM | #5 |
Thx i made it work +REP to all:) |
