Passive spell that spawns units like pocket factory

Nappe

New Member
Reaction score
5
Is there any simple way to make a passive spell for hero that would spawn a permanent summoned unit every X second interval? Like pocket factory, except on the position of the hero. The spell should also have a cap of summons, for example when it has spawned 5 units they stop spawning.
 
Easy. Define a dummy unit with Locust ability, no model, flying, no shadow and no attack.

Make a pocket factory skill that costs 0 mana. It's cleaner if you make it a unit ability (untick hero ability).

Make a passive ability bereft of all its own stats, named for your mass pocket factory ability.

And finally make a trigger that creates your dummies on top of the unit with the passive, orders them to summon pocket factories at the desired locations, and removes them from the game. For a passive, a trigger firing every x seconds seems most appropriate.
 
I hope this will help you. I included how to change the limit of summons, the ability used, the duration of the summons (remove it if permanent), the delay between each summon spawn and the unit summoned.
Note : this is not MUI or MPI but I can do it, if you require
Trigger:
  • Learn Water Elemental
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to Summon Water Elemental
    • Actions
      • Set Hero = (Learning Hero)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Summon Water Elemental for (Learning Hero)) Equal to 1
        • Then - Actions
          • Countdown Timer - Start SummonDelay as a One-shot timer that will expire in 30.00 seconds
          • Set SummonLimit = 1
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Summon Water Elemental for (Learning Hero)) Equal to 1
        • Then - Actions
          • Set SummonLimit = 3
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Summon Water Elemental for (Learning Hero)) Equal to 1
        • Then - Actions
          • Set SummonLimit = 5
        • Else - Actions

Trigger:
  • Summon Water Elemental
    • Events
      • Time - SummonDelay expires
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • CurrentSummons Less than SummonLimit
        • Then - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Level of Summon Water Elemental for Hero) Equal to 1
            • Then - Actions
              • Unit - Create 1 Water Elemental (Level 1) for (Owner of Hero) at (Position of Hero) facing Default building facing degrees
              • Unit - Add a 30.00 second Water Elemental expiration timer to (Last created unit)
              • Countdown Timer - Start SummonDelay as a One-shot timer that will expire in 30.00 seconds
              • Set CurrentSummons = (CurrentSummons + 1)
            • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Level of Summon Water Elemental for Hero) Equal to 2
            • Then - Actions
              • Unit - Create 1 Water Elemental (Level 2) for (Owner of Hero) at (Position of Hero) facing Default building facing degrees
              • Unit - Add a 35.00 second Water Elemental expiration timer to (Last created unit)
              • Countdown Timer - Start SummonDelay as a One-shot timer that will expire in 25.00 seconds
              • Set CurrentSummons = (CurrentSummons + 1)
            • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Level of Summon Water Elemental for Hero) Equal to 3
            • Then - Actions
              • Unit - Create 1 Water Elemental (Level 3) for (Owner of Hero) at (Position of Hero) facing Default building facing degrees
              • Unit - Add a 40.00 second Water Elemental expiration timer to (Last created unit)
              • Countdown Timer - Start SummonDelay as a One-shot timer that will expire in 20.00 seconds
              • Set CurrentSummons = (CurrentSummons + 1)
            • Else - Actions
        • Else - Actions

Trigger:
  • Summon Die
    • Events
      • Unit - A unit Dies
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • (Unit-type of (Dying unit)) Equal to Water Elemental (Level 1)
          • (Unit-type of (Dying unit)) Equal to Water Elemental (Level 2)
          • (Unit-type of (Dying unit)) Equal to Water Elemental (Level 3)
    • Actions
      • Set CurrentSummons = (CurrentSummons - 1)

SummonLimit (Integer) = The maximum limit of summon
Summon Water Elemental (Spell) = The passive spell used
SummonDelay (Timer) = The delay between two summonings
Hero = The Learning Hero
Water Elemental (Level X) (Unit) = The summoned unit
30.00 Expiration Timer = The duration of summon, remove if you want permanent
CurrentSummon = Current Number of Summons
 
Just make a periodic time event that picks all units with the ability, and creates a summoned unit at their position. To limit the amount of summons, you should save the current amount of summoned units for the casting unit with an indexer and an array or a hashtable.
 
Interestingly enough, you can give any unit the ability Factory (which is the ability used by the Pocket Factory building itself) and it will periodically summon units.

You'd have to trigger the ability, as explained by previous posters, if you want to limit the number of summons per hero, though.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Added new Crab Bisque Soup recipe - which is badass by the way - Crab Bisque - https://www.thehelper.net/threads/soup-crab-bisque.196085/
  • The Helper The Helper:
    I feel like we need to all meet up somewhere sometime. Maybe like in Vegas :)
    +2
  • The Helper The Helper:
    Would love to go to Vegas I have never been and it would be an adventure! Who is in?
  • The Helper The Helper:
    at least the full on bot attack has stopped it was getting ridiculous there for a while and we use cloudflare and everything
  • jonas jonas:
    I'm sure my wife would not be happy if I went to Vegas, but don't let that stop you guys - would be hard for me to attend anyways
    +1
  • jonas jonas:
    Do you know why the bot attack stopped?
  • The Helper The Helper:
    maybe they finally got everything lol
  • Ghan Ghan:
    There's lots of good food in Vegas.
  • Ghan Ghan:
    Everything tends to be pretty expensive though so bring your wallet.
    +1
  • The Helper The Helper:
    I have to wait longer if I am going for food because my teeth are still messed up from the work and I still cannot eat right. Going to be a couple more months before that gets better
    +1
  • The Helper The Helper:
    I would immediately hitting the dispensary though :)
    +1
  • Varine Varine:
    My Xbox account got hijacked, and apparently I have a different one from like 10 years ago that Microsoft keeps telling me is the right one
  • Varine Varine:
    Like NO, I mean for some reason that one is attached to my email, but it's not the right one
  • Varine Varine:
    I have a different one, and that one has my credit card attached to it and I would like that credit card to not be attached to it if I can't get it back
  • Varine Varine:
    Anyway Microsoft is not very helpful with this, they just keep telling me to fill out the Account Recovery form, but that just redirects me to the other account
  • The Helper The Helper:
    They should not allow you to put a credit card on a account that does not have human customer service you can call
  • Varine Varine:
    That's the only thing that got hijacked at least. I don't totally know how these integrate together, but it seems like I should be able to do this via the gamertag. Like my email is still mine, but they changed the email to that account I'm guessing.
    +1
  • Blackveiled Blackveiled:
    I went to Vegas a few weeks ago to visit my mom. I had never been either, lol! But I'm working in Salt Lake City at the moment so it's not a far trip.
    +2
  • The Helper The Helper:
    I have never been to Vegas and it is on the bucket list so...
    +1
  • tom_mai78101 tom_mai78101:
    Recently getting addicted to Shapez.
    +1
  • Ghan Ghan:
    I've heard Shapez 2 is good.
    +1
  • Ghan Ghan:
    Also Satisfactory 1.0 released on the 10th and that has been excellent as well.
    +1
  • The Helper The Helper:
    Happy Saturday! Hope everyone has a fantastic day!
    +1
  • tom_mai78101 tom_mai78101:
    My mistake is moving from Shapez (beaten the game) to Shapez 2.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top