How do I make it kill peeps not here?

jpres

New Member
Reaction score
15
How do I make it kill people in the beginning that are open slots and during the game if someone leaves, kill all their units?
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Well, there is the trigger condition Player Slot Status.
That help any? :p
 

jpres

New Member
Reaction score
15
Well, there is the trigger condition Player Slot Status.
That help any? :p

No

Code:
Kill
    Events
        Time - Every 2.00 seconds of game time
    Conditions
    Actions
        For each (Integer A) from 1 to 11, do (Player Group - Pick every player in NotHerePlayers and do (Set Kickthingt[(Integer A)] = (Picked player)))
        For each (Integer A) from 1 to 11, do (Unit Group - Pick every unit in (Units in (Playable map area)) and do (If ((Owner of (Picked unit)) Equal to Kickthingt[(Integer A)]) then do (Unit - Remove (Picked unit) from the game) else do (Do nothing)))
Code:
Player Group
    Events
        Time - Elapsed game time is 1.00 seconds
    Conditions
    Actions
        Player Group - Pick every player in (All players) and do (Actions)
            Loop - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        ((Picked player) controller) Equal to User
                        ((Picked player) slot status) Equal to Is playing
                    Then - Actions
                        Player Group - Add (Picked player) to Players
                    Else - Actions
                        Player Group - Add (Picked player) to NotHerePlayers

I tried that.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Ok, then. Let's try an actual trigger:

Code:
Kill Players Not Playing
    Events
        Map initialization
    Conditions
    Actions
        Player Group - Pick every player in (All players) and do (Actions)
            Loop - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        ((Picked player) slot status) Not equal to Is playing
                    Then - Actions
                        Unit Group - Pick every unit in (Units owned by (Picked player)) and do (Actions)
                            Loop - Actions
                                Unit - Remove (Picked unit) from the game
                    Else - Actions
 

jpres

New Member
Reaction score
15
Ok, then. Let's try an actual trigger:

Code:
Kill Players Not Playing
    Events
        Map initialization
    Conditions
    Actions
        Player Group - Pick every player in (All players) and do (Actions)
            Loop - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        ((Picked player) slot status) Not equal to Is playing
                    Then - Actions
                        Unit Group - Pick every unit in (Units owned by (Picked player)) and do (Actions)
                            Loop - Actions
                                Unit - Remove (Picked unit) from the game
                    Else - Actions

Thank you. I was killing myself over it.

It didn't work.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Post YOUR trigger that you created.
 

jpres

New Member
Reaction score
15
Code:
Kill
    Events
        Time - Every 2.00 seconds of game time
    Conditions
    Actions
        Player Group - Pick every player in (All players) and do (If (((Picked player) slot status) Not equal to Is playing) then do (Unit Group - Pick every unit in (Units owned by (Picked player)) and do (Unit - Remove (Picked unit) from the game)) else do (Do nothing))


Edit: I didn't do the Multiple Conditions is that what messed it up?
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> I didn't do the Multiple Conditions is that what messed it up?

I don't know. Maybe you should upload your map.
 

jpres

New Member
Reaction score
15
Can you tell me your battle.net name and I can give you the map from you joining my game?
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> Can you tell me your battle.net name and I can give you the map from you joining my game?

I probably could, but I doubt it would be any faster. If you prefer to keep your map private, you could try my e-mail:

[email protected]
 

jpres

New Member
Reaction score
15
> Can you tell me your battle.net name and I can give you the map from you joining my game?

I probably could, but I doubt it would be any faster. If you prefer to keep your map private, you could try my e-mail:

[email protected]

I don't have e-mail, just tell me b.net name please.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> I don't have e-mail, just tell me b.net name please.

Well, you could still just upload to the site....

But, if you insist, my battle.net name is, ironically enough, Ghan_04. :p

Ok, then. I got it to work:
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top