- Joined
- Jan 5, 2007
- Messages
- 11
I just started learning how to make Spells MUI, so i tryed to make my Grip-Spell who was used non MUI before, MUI. It workes fine until the Variable Array becomes greater then 10. I was chosing an maximum Array for my Variables of 10 (p.e. Grip_Caster - Unit - Array 10).Once again my Wc3 is German and i write Words / Lines you dont know below.
Well here are my current triggers:
Line 1: A Unit starts the effect of an Ability
Conditions: Target Unit has buff Mana Grip equals false, Target Unit is in GripGroup equals false
Krähengestalt = Crowform
I added the Set Grip_MUI = (Grip_Mui - 1) but it didnt work at all if you leave this out the triggers will work up to ten times and then it will bug.
I also tried to add in the first trigger an If/then/else check if the Grip_MUI becomes greater than 11 and i set it back to 0 / 1 / 2 but that didnt work aswell so please help me ><
Well here are my current triggers:

Line 1: A Unit starts the effect of an Ability
Conditions: Target Unit has buff Mana Grip equals false, Target Unit is in GripGroup equals false
Krähengestalt = Crowform

I added the Set Grip_MUI = (Grip_Mui - 1) but it didnt work at all if you leave this out the triggers will work up to ten times and then it will bug.
I also tried to add in the first trigger an If/then/else check if the Grip_MUI becomes greater than 11 and i set it back to 0 / 1 / 2 but that didnt work aswell so please help me ><
Last edited: