Amount of units summoned by Inferno spell

vampkitty

New Member
Reaction score
0
Hello.

The amount of units summoned by Inferno spell cannot be changed.

I would like more than 1 unit be summoned. I cannot really trigger it, as you have to use data of Inferno spell in the spell 'Rain of Chaos'.

Could anyone help me?

Tl;dr My Rain of Chaos spell summons only 1 unit /per meteor, how summon more than one?

Another question; How do I pick every tree of X type and make them invulnerable (trigger)

Thanks.
 

Chewbalka

New Member
Reaction score
14
You can make dummy units to cast the spell also, as many as you need, if one unit casts it force the dummies too. (I don't really do spells)

Code:
Destructible - Pick every destructible in (Playable map area) and do (Actions)
    Loop - Actions
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Destructible-type of (Picked destructible)) Equal to Summer Tree Wall
            Then - Actions
                Destructible - Make (Picked destructible) Invulnerable
            Else - Actions
                Do nothing
 

vampkitty

New Member
Reaction score
0
Eh, so when my hero uses Rain of Chaos then how can I make dummy create more units to exact positions of the summoned units?

Or you mean that when my hero casts Rain of Chaos a dummy will cast one too?
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Trigger:
  • Untitled Trigger 001
    • Events
      • Unit - A unit Spawns a summoned unit
    • Conditions
      • (Unit-type of (Summoned unit)) Equal to Infernal
    • Actions
      • Set TempPoint = (Position of (Summoned unit))
      • Unit - Create 1 Infernal for (Owner of (Triggering unit)) at TempPoint facing Default building facing degrees
      • Custom script: call RemoveLocation(udg_TempPoint)

You can increase this number as much as you want.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top