trigger wont continue?

sunshinex3

You can change this now in User CP.
Reaction score
7
[/noparse][/b]
Zerg Primal Bonuses
Events
Unit - A unit Dies
Conditions
And - All (Conditions) are true
Conditions
(Level of Damage Bonus (all units) for (Killing unit)) Equal to 100
(Current research level of Primal Evolution (Zerg) for (Owner of (Killing unit))) Equal to 1
Actions
Unit - Set level of Damage Bonus (all units) for (Killing unit) to 1
Unit - Set level of Attack Speed Bonus (All Units) for (Killing unit) to 1
Unit - Set level of Armor Bonus (All Units) for (Killing unit) to 1
Unit - Remove Life Bonus (All Units 10) from (Killing unit)
Unit - Add Life Bonus (Zerg Primal Upgrade) to (Killing unit)
Unit - Add Attack Speed Bonus (Zerg Primal Upgrade) to (Killing unit)
Unit - Add Damage Bonus (Zerg Primal Upgrade) to (Killing unit)
Unit - Add Armor Bonus (Zerg Primal Upgrade) to (Killing unit)

[noparse]

the first part of these actions the set level and remove, works just fine.
the second part works the first time but this trigger is supposed to fire every time Damage Bonus reaches 100 it works well the FIRST TIME it fires off. but the second time it fires off the first bottom 4 actions do not fire again.

how do i get the zerg primal Upgrade actions to repeatedly occur? right now they can only be applied to a unit once, but not twice or an infinite number of times and i don't know why.
 

Accname

2D-Graphics enthusiast
Reaction score
1,463
How do you know it didnt happen the second time? You know you can not add the same ability twice to a unit.
 

sunshinex3

You can change this now in User CP.
Reaction score
7
no? hrm i thought you could i think ive done it with item abilities? do the abilities have to be under the item category?
 

Accname

2D-Graphics enthusiast
Reaction score
1,463
You cant do it with item abilities either. The only exceptions, as far as I know, is Charge Gold / Lumber, Spellbook and Channel since these abilities are designed fore the sole purpose of being used with triggers.
 

jonas

You can change this now in User CP.
Reaction score
67
Here's what we used to do in battleships: add a life ability, level it up, remove it.
The trick was that there's a "bug" with those abilities which prevents level up + removing it from working correctly, so it would remove a different amount than it added.

You'll have to play around with it a little bit to figure out what the bug was, because I forgot whether it was that it always removes the level 1 amount but adds the level 2 amount, or that it always adds the level 1 amount but removes the level 2 amount.

There are some abilities which I recall vaguely you can add multiple times, but those IIRC are only the hero attribute abilities. Not sure though?
 

sunshinex3

You can change this now in User CP.
Reaction score
7
This is what i ended up doing, now i can only utilized my star system up to 11x its current cap
[/noparse]
Trigger:
  • Zerg Primal Bonuses
    • Events
    • Unit - A unit Dies
    • Conditions
    • And - All (Conditions) are true
    • Conditions
    • (Level of Damage Bonus (all units) for (Killing unit)) Equal to 100
    • (Current research level of Primal Evolution (Zerg) for (Owner of (Killing unit))) Equal to 1
    • (Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 10
    • Actions
    • Unit - Set level of Damage Bonus (all units) for (Killing unit) to 1
    • Unit - Set level of Attack Speed Bonus (All Units) for (Killing unit) to 1
    • Unit - Set level of Armor Bonus (All Units) for (Killing unit) to 1
    • Unit - Remove Life Bonus (All Units 10) from (Killing unit)
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • (Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 1
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade) to (Killing unit)
    • Unit - Add Attack Speed Bonus (Zerg Primal Upgrade) to (Killing unit)
    • Unit - Add Damage Bonus (Zerg Primal Upgrade) to (Killing unit)
    • Unit - Add Armor Bonus (Zerg Primal Upgrade) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • (Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 10
    • Then - Actions
    • Unit - Increase level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)
    • Unit - Increase level of Armor Bonus (Zerg Primal Upgrade) for (Killing unit)
    • Unit - Increase level of Attack Speed Bonus (Zerg Primal Upgrade) for (Killing unit)
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 2) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 3)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade2) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 3) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 4)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade3) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 4) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 5)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade4) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 5) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 6)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade5) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 6) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 7)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade6) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 7) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 8)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade7) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 8) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 9)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade8) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than or equal to 9) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than 10)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade9) to (Killing unit)
    • Else - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Less than or equal to 10) and ((Level of Damage Bonus (Zerg Primal Upgrade) for (Killing unit)) Greater than 9)
    • Then - Actions
    • Unit - Add Life Bonus (Zerg Primal Upgrade10) to (Killing unit)
    • Else - Actions
    • Do nothing
    • Else - Actions
    • Do nothing
[/noparse]
 
Last edited:

jonas

You can change this now in User CP.
Reaction score
67
make it table driven, buddy

PS: I think there even are JASS systems that do something like this by cohadar and by Jesus4Lyf. I think one of them is called BONUS. Just look at how they're doing it.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Staff online

      • Ghan
        Administrator - Servers are fun

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top