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!
Спецэффект - Create a special effect at RF_Point[2] using RF_EffectString[0]
Спецэффект - Destroy (Last created special effect)
Спецэффект - Create a special effect at RF_Point[3] using RF_EffectString[0]
Спецэффект - Destroy (Last created special effect)
-------- ------------------------ --------
-------- triggers runs every 0.03 seconds, but we need to heal units every second --------
-------- we use Spam variable if it equals to 33 (33*0.03=0.99) we heals units --------
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Если - Условия
RF_Spam[RF] равно 33
То - Действия
-------- ------------------------ --------
-------- set Spam to 0 and it will accumulate again --------
Set RF_Spam[RF] = 0
-------- establish allies around and store them in variable --------
Set RF_Group = (Units within RF_AoE[RF] of RF_Point[1] matching ((((((Matching unit) is Здание) равно Нет) and (((Matching unit) is Техника) равно Нет)) and (((Matching unit) is dead) равно Нет)) and (((Matching unit) belongs to an ally
Отряд - Pick every unit in RF_Group and do (Actions)
Цикл - Действия
Set RF_Units[RF] = (Picked unit)
-------- increasing current mana and health of stored units --------
Боевая единица - Set life of RF_Units[RF] to ((Здоровье of RF_Units[RF]) + (RF_Amount[RF] x 2.00))
Боевая единица - Set mana of RF_Units[RF] to ((Мана of RF_Units[RF]) + RF_Amount[RF])
-------- creating effect --------
Спецэффект - Create a special effect attached to the origin of RF_Units[RF] using RF_EffectString[1]
Спецэффект - Destroy (Last created special effect)
-------- ------------------------ --------
-------- destroying group --------
Custom script: call DestroyGroup (udg_RF_Group)
Р˜РЅР°С‡Рµ - Действия
-------- if Spam not equals to 33 yet, we increase it --------
Em Wt on earth did you do all these triggers for must of taken ages. was just wondering if it would of been easier if you had based the spell on healingwardaura or life regen aura and made them only last certain amount of time and then chagned to hero spell?
Would that work also?
For each (Integer RF) from 1 to RF_CastNumber, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
RF_Off[RF] Equal to True
Or - Any (Conditions) are true
Conditions
(RF_Caster[RF] is dead) Equal to True
RF_Time[RF] Less than or equal to 0.00
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.