i dont know what subject to put this under but can some one tell me how to make a spell that can make An illusion of me summon as a def like summone shots a firebolt at me to stun me before it hits me a element auto sumons it self in front of me is taht possible? if you can help me thank you
If that's for a cinematic, yes its possible. If not, well, then not really. Cuz you would need to trigger yourself all the homing spells to make them non-homing. Cuz you see? Once the fireball is launched there is no way you can control it.
Ok lets say i was to make a archmage sgot a fireball at me and as a lets say a warrior i make a double of myself just in time so that the fireball hits the double and not me in the movei can you tell me how to do that
You need to use JASS to trigger the Fireball. You practically need a dummy unit moved through triggers every 0.02 seconds or something towards the target, and when its about to reach the target you create a illusion in front of it and the fireball hits the illusion. In that moment you kill the dummy. That's quite the whole philosophy.