IS this trigger MUI?

HydraRancher

Truth begins in lies
Reaction score
197
Trigger:
  • Tree Ressurection
    • Events
      • Destructible - A destructible within Desert Crystals <gen> dies
      • Destructible - A destructible within Lava Crystals <gen> dies
      • Destructible - A destructible within Lightning Crystals <gen> dies
      • Destructible - A destructible within Grass Crystals 1 <gen> dies
      • Destructible - A destructible within Grass Crystals 2 <gen> dies
      • Destructible - A destructible within Grass Crystals 3 <gen> dies
      • Destructible - A destructible within Ice Region <gen> dies
    • Conditions
    • Actions
      • Destructible - Resurrect (Dying destructible) with (Max life of (Dying destructible)) life and Show birth animation
      • Destructible - Make (Dying destructible) Invulnerable
      • Wait 5.00 seconds
      • Destructible - Make (Dying destructible) Vulnerable

If not, how do I make it MUI?
 

HydraRancher

Truth begins in lies
Reaction score
197
Darn, because
Trigger:
  • Wait 5.00 seconds
    • Remove (Triggering Unit)

This IS MUI acording to somebody, so how do I make this trigger MUI?
 

SwedishChef

New Member
Reaction score
32
Darn, because
Trigger:
  • Wait 5.00 seconds
    • Remove (Triggering Unit)

This IS MUI acording to somebody, so how do I make this trigger MUI?

that is mui since you use triggering unit, triggering unit is one of the few which is stored by WE. if you use buying unit in other triggers and wait they are "forgotten" by WE.
 

Komaqtion

You can change this now in User CP.
Reaction score
469
yeah, locals are the easiest way, and for:
Trigger:
  • Wait 5.00 seconds
    • Remove (Triggering Unit)

Being MUI, that's because Triggering Unit won't be overwritten by small waits like Dying Destructible will.

And this trigger uses locals and does the same as your trigger, you just need to add the events yourself:
Trigger:
  • Destructable
    • Events
    • Conditions
    • Actions
      • Custom script: local destructable d = GetDyingDestructable()
      • Custom script: call DestructableRestoreLife( d, GetDestructableMaxLife(d), true )
      • Custom script: call SetDestructableInvulnerable(d,true)
      • Custom script: call TriggerSleepAction(5)
      • Custom script: call SetDestructableInvulnerable(d,false)
      • Custom script: set d = null
 

HydraRancher

Truth begins in lies
Reaction score
197
So whats the entire trigger I need to make to res them and play the birth animation while being invulnerable til it finishes the birth animation?
 

SwedishChef

New Member
Reaction score
32
Custom script: local destructable d = GetDyingDestructable()
sets the destructible to "variable" that will only used in this trigger (a local variable "d")

Custom script: call DestructableRestoreLife( d, GetDestructableMaxLife(d), true )
Custom script: call SetDestructableInvulnerable(d,true)
make the local unit invulnarable

Custom script: call TriggerSleepAction(5)
this is the wait (5sec)

Custom script: call SetDestructableInvulnerable(d,false)
make the local unit vulnareable again

Custom script: set d = null
removes the local unit

hmm do you understand a little better what all does now??
 

wraithseeker

Tired.
Reaction score
122
Replace dying destructable to Triggering Destructables and it'll be MUI.

> Scientific

TSAs are bad for long waits.
 

HydraRancher

Truth begins in lies
Reaction score
197
T.T...
I understand JASS its just I cant make a trigger, insert some actions then say its done!
 

SwedishChef

New Member
Reaction score
32
do as wraithseeker says use triggering desctuctible instead


events
Destructible - A destructible within Desert Crystals <gen> dies
Destructible - A destructible within Lava Crystals <gen> dies
Destructible - A destructible within Lightning Crystals <gen> dies
Destructible - A destructible within Grass Crystals 1 <gen> dies
Destructible - A destructible within Grass Crystals 2 <gen> dies
Destructible - A destructible within Grass Crystals 3 <gen> dies
Destructible - A destructible within Ice Region <gen> dies
conditions
actions

Destructible - Resurrect (Triggering destructible) with (Max life of (Triggering destructible)) life and Show birth animation
Wait 5.00 seconds
Destructible - Make (triggering destructible) Vulnerable

now its Mui since you use triggering instead of dying dest.
 

HydraRancher

Truth begins in lies
Reaction score
197
Please refrain from saying so, I have read wraith seeker's post, I would say the problem is solved.
 

Komaqtion

You can change this now in User CP.
Reaction score
469
THERE IS NO SUCH THING AS "Triggering Destructable", just use my trigger 10 posts above this one:
Trigger:
  • Destructable
    • Events
      • Destructible - A destructible within Desert Crystals &lt;gen&gt; dies
      • Destructible - A destructible within Lava Crystals &lt;gen&gt; dies
      • Destructible - A destructible within Lightning Crystals &lt;gen&gt; dies
      • Destructible - A destructible within Grass Crystals 1 &lt;gen&gt; dies
      • Destructible - A destructible within Grass Crystals 2 &lt;gen&gt; dies
      • Destructible - A destructible within Grass Crystals 3 &lt;gen&gt; dies
      • Destructible - A destructible within Ice Region &lt;gen&gt; dies
    • Conditions
    • Actions
      • Custom script: local destructable d = GetDyingDestructable()
      • Custom script: call DestructableRestoreLife( d, GetDestructableMaxLife(d), true )
      • Custom script: call SetDestructableInvulnerable(d,true)
      • Custom script: call TriggerSleepAction(5)
      • Custom script: call SetDestructableInvulnerable(d,false)
      • Custom script: set d = null
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 The Helper:
    I think we need to add something to the bottom of the front page that shows the Headline News forum that has a link to go to the News Forum Index so people can see there is more news. Do you guys see what I am saying, lets say you read all the articles on the front page and you get to the end and it just ends, no kind of link for MOAR!

      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