• 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.

GUI and MUI SPELLS

Status
Not open for further replies.
Level 12
Joined
Apr 27, 2008
Messages
1,228
You are indeed confused.
GUI - Graphical user interface.
Is what blizzard made for the simple user to see in WE.
A GUI spell is a spell made via that interface and not coded in jass.
MUI - Multiple Unit Instancable(or what ever the spelling of this word may be).
Meaning that multiple units can have it and use it without any problems.
GUI and MUI are two different things.
You should have only MUI spells. And it is ok if you have GUI spells as long as they are MUI.
 
Level 4
Joined
Jul 23, 2007
Messages
129
Since MUI is very hard to pull off in GUI and I'm not yet ready to tackle JASS, I settle for SUI (single unit instanceable) hero abilities since my maps generally only allow you to control one hero.

This works fine for me, and seems to be good for making custom heroes.
 
Status
Not open for further replies.
Top