• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Mui

Status
Not open for further replies.
Level 6
Joined
May 29, 2009
Messages
75
"Spells must be fully multiinstanceable, and done so competently (IE no "indexing systems" which just populate a massive array and count upwards until they hit a maximum, then restarting from the first possible value regardless of whether the position is taken)."

Is there a way to do MUI spells without indexing in GUI? Or do I need Jass to do that?
 
"Spells must be fully multiinstanceable, and done so competently (IE no "indexing systems" which just populate a massive array and count upwards until they hit a maximum, then restarting from the first possible value regardless of whether the position is taken)."

Is there a way to do MUI spells without indexing in GUI? Or do I need Jass to do that?

The popular indexing systems for GUI refresh either after each cast or as soon as there's a moment in which no unit casts the spell (happens quite often).

All in all, this rule seems to be no new addition at all since usual indexing systems for GUI are allowed.
 
Status
Not open for further replies.
Top