Timer window

Crofna

New Member
Reaction score
0
How to make window for this timer?

Trigger:
  • Trigger 1
    • Events
      • Time - Elapsed game time is (60.00 x 25.00) seconds
    • Conditions
    • Actions
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Actions)
        • Loop - Actions
          • Game - Victory (Picked player) (Show dialogs, Show scores)
      • Player Group - Pick every player in (All allies of Player 5 (Yellow)) and do (Actions)
        • Loop - Actions
          • Game - Defeat (Picked player) with the message: Defeat!
 

Rushhour

New Member
Reaction score
46
Two variables: Timer named <yourTimer>
Timerwindow named <yourTimerwindow>
Trigger:
  • Countdown-Timer - Start (yourTimer) as a one-time timer that will expire in (60.00 x 25.00) seconds.
    • Countdown-Timer - Create a timer window for (yourTimer) with title &lt;yourTitleTexthere&gt;
    • Countdown-Timer - Show yourTimer //you can ofc show it only to certain players if you want


Put these things in an extra trigger, and for your finish-event you can take "yourTimer" expires^^
 

Crofna

New Member
Reaction score
0
Will this do?

Trigger:
  • Timer window
    • Events
    • Conditions
    • Actions
      • Countdown Timer - Create a timer window for (Expiring timer) with title Alliance Victory
      • Countdown Timer - Start (Expiring timer) as a One-shot timer that will expire in (60.00 x 25.00) seconds


EDIT:

Trigger:
  • Timer window
    • Events
    • Conditions
    • Actions
      • Countdown Timer - Start (Expiring timer) as a One-shot timer that will expire in (60.00 x 25.00) seconds
      • Countdown Timer - Create a timer window for (Expiring timer) with title Alliance Victory
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Countdown Timer - Show (Last created timer window) for (Picked player))
 

TheTempest

New Member
Reaction score
6
Will this do?

Trigger:
  • Timer window
    • Events
    • Conditions
    • Actions
      • Countdown Timer - Create a timer window for (Expiring timer) with title Alliance Victory
      • Countdown Timer - Start (Expiring timer) as a One-shot timer that will expire in (60.00 x 25.00) seconds


EDIT:

Trigger:
  • Timer window
    • Events
    • Conditions
    • Actions
      • Countdown Timer - Start (Expiring timer) as a One-shot timer that will expire in (60.00 x 25.00) seconds
      • Countdown Timer - Create a timer window for (Expiring timer) with title Alliance Victory
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Countdown Timer - Show (Last created timer window) for (Picked player))

Yep that would work.
 

Komaqtion

You can change this now in User CP.
Reaction score
469
Yep that would work.

No, it shouldn't work... There is no Event ! And also, you need to set the timer window to a variable, and destroy it before creating another one ;)
 

Crofna

New Member
Reaction score
0
Should I merge these 2 triggers:

Trigger:
  • Timer window
    • Events
    • Conditions
    • Actions
      • Countdown Timer - Start (Expiring timer) as a One-shot timer that will expire in (60.00 x 25.00) seconds
      • Countdown Timer - Create a timer window for (Expiring timer) with title Alliance Victory
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Countdown Timer - Show (Last created timer window) for (Picked player))


Trigger:
  • Condition 1
    • Events
      • Time - Elapsed game time is (60.00 x 25.00) seconds
    • Conditions
    • Actions
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Actions)
        • Loop - Actions
          • Game - Victory (Picked player) (Show dialogs, Show scores)
      • Player Group - Pick every player in (All allies of Player 5 (Yellow)) and do (Actions)
        • Loop - Actions
          • Game - Defeat (Picked player) with the message: Defeat!
 

Joccaren

You can change this now in User CP.
Reaction score
54
No. Set the event for you second trigger to:
Trigger:
  • Time - (Expiring Timer) Expires


and add an event to your first trigger
 

Crofna

New Member
Reaction score
0
For expireing timer i need to make "variable" but idk how.
Will
Trigger:
  • Map initialization


Work as event
 

Joccaren

You can change this now in User CP.
Reaction score
54
Click the golden 'X' at the top of your trigger editor
Here is the Variables Window!!

Click the Green 'X' in this window
This is the Variable Creation window. Name your Variable, select its type, select if you want it to be an array or not, select its initial value then click 'OK'

Congratulations, you just made a variable!

> will map initialization work as an event?

Yes, it should but I'd use
Trigger:
  • Time - Time elapsed is 0.01 seconds
 

Crofna

New Member
Reaction score
0
Should I use

Trigger:
  • Timer window
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Countdown Timer - Start (Expiring timer) as a One-shot timer that will expire in (60.00 x 25.00) seconds
      • Countdown Timer - Create a timer window for (Expiring timer) with title Alliance Victory
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Countdown Timer - Show (Last created timer window) for (Picked player))


Or put timer in one of Win conditions like this

Trigger:
  • Condition 1
    • Events
      • Time - Timer[(60 x 25)] expires
    • Conditions
    • Actions
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Actions)
        • Loop - Actions
          • Game - Victory (Picked player) (Show dialogs, Show scores)
      • Player Group - Pick every player in (All allies of Player 5 (Yellow)) and do (Actions)
        • Loop - Actions
          • Game - Defeat (Picked player) with the message: Defeat!
 

Joccaren

You can change this now in User CP.
Reaction score
54
Use both, the first trigger allows the second triggers event to occur so that should work if you use both of them. Test it, if it doesn't work, tell me and I'll try and figure out what might be wrong.
 

Crofna

New Member
Reaction score
0
I did Ctrl+f9 test. These are results: (post edited)
1. Trigger did NOT fired after one minute:thdown: (working now, should be
Trigger:
  • Time - Elapsed game time is (60.00 x 25.00) seconds

2. Timer window DID appear but no timer in it:thdown: (still bugged)
3. I can't buy stuff from one shop (owner=AI allied to team 1):thdown: (working now, should set "select unit)
4. Fountain did NOT healed me (owned=AI allied to team 1):thdown: (still bugged)
5. And that 0.01 sec trigger worked for some levers that should die, yay!! (still working)
 

Joccaren

You can change this now in User CP.
Reaction score
54
I did Ctrl+f9 test. These are results: (post edited)
1. Trigger did NOT fired after one minute:thdown: (working now, should be
Trigger:
  • Time - Elapsed game time is (60.00 x 25.00) seconds

2. Timer window DID appear but no timer in it:thdown: (still bugged)
3. I can't buy stuff from one shop (owner=AI allied to team 1):thdown: (working now, should set "select unit)
4. Fountain did NOT healed me (owned=AI allied to team 1):thdown: (still bugged)
5. And that 0.01 sec trigger worked for some levers that should die, yay!! (still working)

1. You apperently figured that out so...
2. Add the action 'Start countdown timer ad a one shot timer.....' to your first trigger.
3. You fixed it
4. What abilities hav you given the fountain and what have you changed in them?
5. Happy to hear it
 

Crofna

New Member
Reaction score
0
Fountain got:
Abilities - Normal....................Replenish mana and life, Invunerable (Neutral)

Trigger:

Trigger:
  • Timer window
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Countdown Timer - Create a timer window for (Expiring timer) with title Alliance Victory
      • Countdown Timer - Start Countdown as a One-shot timer that will expire in (60.00 x 25.00) seconds
      • Countdown Timer - Start (Expiring timer) as a One-shot timer that will expire in (60.00 x 25.00) seconds
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Countdown Timer - Show (Last created timer window) for (Picked player))


Like this?

EDIT:

Or this?

Trigger:
  • Timer window
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Wait 0.01 seconds
      • Countdown Timer - Start Countdown as a One-shot timer that will expire in (60.00 x 25.00) seconds
      • Wait 0.01 seconds
      • Countdown Timer - Create a timer window for Countdown with title Alliance Victory
      • Player Group - Pick every player in (All allies of Player 1 (Red)) and do (Countdown Timer - Show Window for (Picked player))
 

Joccaren

You can change this now in User CP.
Reaction score
54
For the fountain, use these:
Abilities: Normal: Life Regeneration Aura (Neutral)
Abilities: Normal: Mana Regeneration (Neutral)

For the trigger: Yes, that should work.
 

Joccaren

You can change this now in User CP.
Reaction score
54
What are the abilities targets, range and amount healed Per Second
 
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

      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