• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Spell] MUI Indexing Spell Tutorial

Status
Not open for further replies.
Level 11
Joined
Aug 6, 2009
Messages
697
http://www.thehelper.net/forums/showthread.php/130608-GUI-MUI-Spell-Making-Guide
Later on, learn this: http://www.thehelper.net/forums/showthread.php/121146-GUI-2D-Arrays-Tutorial
2D Arrays will help you store several units in one index per variable. When you create a bunch of dummies with the classic IntegerA/B loop and you want them removed after the spell's effect, you need 2d arrays to store and load them right.
Thank you so much! I would kiss you but im straight,been looking for a good MUI tutorial for ages.
 
This is entertaining RMX's guilde by spells. It's great opportunity to quickly learn how to do MUI spells since each ability has its own 'Readme' file which explains everything very clearly followed by triggers just below explanation. I think its great to have some teoritical stuff right next to the practical one.

This should help you learn dynamic indexing, it's a level up for MUI indexing if you were previously using non dynamic systems that do not allow you to recycle used instances instantly.
 
Status
Not open for further replies.
Top