• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

[Trigger] MUI With time (2 Questions)

Status
Not open for further replies.
Level 10
Joined
Aug 15, 2008
Messages
720
1st
I want to know if there is any other possible ways to create GUI MUI Spells with time (waits and that stuff), than that "Index System", If no, then at least post some map with any GUI MUI spell what includes this Index System...
2nd
And about JASS, I am in basics and slowly moving to a bit advanced. I was wondering if someone would post some code for some MUI spell with time, Lets take easy example, a spell when storm bolt is casted on target, then 3 times dummy will cast another same storm bolt ability in 1 second interval. Someone could make a code for that?
 
1. Yes there are other possible ways ("local global" variables, custom data), but indexing is the best and most reliable way.

2. Look in the spells section. Download some MUI Jass spells (nearly all good spells run off a timer) and read through the code, see if you can make sense of it. Be warned that most new ones are vJass. I suggest learning vJass anyway though, so...
 
Level 10
Joined
Aug 15, 2008
Messages
720
1. Yes there are other possible ways ("local global" variables, custom data), but indexing is the best and most reliable way.

2. Look in the spells section. Download some MUI Jass spells (nearly all good spells run off a timer) and read through the code, see if you can make sense of it. Be warned that most new ones are vJass. I suggest learning vJass anyway though, so...

That Local variable is useless to me, you can only use Local in GUI trigger one time...

Also I would appreciate If someone would link or post some random spell what uses this index system.
 
Status
Not open for further replies.
Top