Hi everyone, i need help with a custom spell that im making D:
apologizes for my bad english. It isnt my mother language
Im triyng a stack spell, similar to Nasus Q from league of legends.
Everytime a unit is attacked by the hero, he have a chance to stack 1 strenght point.
I made an strenght spell with 100 levels and put it in a book spell to hide it, but
The problem is that the events are working, but the actions doesnt do anything, the level of my dummy passive spell dont come up, so i cant get the bonus strenght.
Can anyone help me? apologizes for my bad english, it isnt my mother language
apologizes for my bad english. It isnt my mother language
Im triyng a stack spell, similar to Nasus Q from league of legends.
Everytime a unit is attacked by the hero, he have a chance to stack 1 strenght point.
I made an strenght spell with 100 levels and put it in a book spell to hide it, but
The problem is that the events are working, but the actions doesnt do anything, the level of my dummy passive spell dont come up, so i cant get the bonus strenght.
Can anyone help me? apologizes for my bad english, it isnt my mother language
-
Stack Passive
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Attacking unit) Equal to MyHero <gen>
-
-
Actions
-
Set TempInt = (Random integer number between 1 and 3)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TempInt Equal to a 3
-
-
Then - Actions
-
Set Spell_Int = ((Level of DummyStrengthPassive for MyHero <gen>) + 1)
-
Unit - Set level of DummyStrengthPassive for MyHero <gen> to Spell_Int
-
-
Else - Actions
-
-
-
Last edited: