Warcraft III resources & community, 2003–2006 · archived

Multi Instance

5 posts
#1

Multi Instance

Wondering if someone could give me the JASS Code(Hope this is the correct section to request this) for multi instance, for example, there is a casting unit which casts blizzard, and it creates a SFX, wondering how to make it MI. Just a basic outline should be enough, because i will need this for 3 of the 3 maps im currently working on atm. TY guys
#2
I think your confused on what exactly multi instanceability is. Multi instanceability is the ability to cast spells with more than 1 hero at the same time. Generally, the Easiest way to achieve multi instanceability is to use local variables. However local variables are only accessible through jass. *Note to self - Continue this post later*
#3
Hmm if u don't know exactly what MI is then u probably don't use JASS. Check Daelin's Spells Trigger Enhancing Tutorial and he discussed GUI Multiinstanceability there.
#4
yes i dont know anything about JASS but am willing to learn in order to make my spells MI. If someone could give a simple example with explanations on how to make MI spells/triggers. I am not just looking for 2 units, one from a different team, but 2 units being able to cast the same spell regardless of whether they are both "Red" or if one is "Red" and other is "Blue". This is supposedely only achievable through the use of JASS and it is what i am trying to learn how to do.
#5
Check Daelin tutorial (Trigger enhanced). Really.