hello hive just wanted to ask if my spell is MUI i just followed the MUI tutorial of magtheridon and i just wanted to make sure that i do it correctly...
-
Resurrection Text
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Resurrection |cffffcc00(R)|r
-
Actions
- Set writeIndex = (writeIndex + 1)
- Set caster[writeIndex] = (Triggering unit)
- Floating Text - Create floating text that reads Ressurection!!! above (Triggering unit) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
- Wait 2.00 seconds
- Floating Text - Destroy (Last created floating text)
- Set readIndex = (readIndex + 1)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- readIndex Equal to writeIndex
-
Then - Actions
- Set readIndex = 0
- Set writeIndex = 0
- Else - Actions
-
If - Conditions
-
Events