• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How can i select every player?

Status
Not open for further replies.
Level 8
Joined
Jan 18, 2007
Messages
331
hi, i wonder how i can do so this trigger disables thos abilitys for all players,

  • Map Initialization Copy
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Melee Game - Use melee time of day (for all players)
      • Player - Disable Blizzard Adition for Player 1 (Red)
      • Player - Disable Evasion adition for Player 1 (Red)
      • Player - Disable Briliance Aura adition for Player 1 (Red)
      • Player - Disable Trueshot Aura adition for Player 1 (Red)
      • Player - Disable Slow Ability Adition for Player 1 (Red)
      • Player - Disable Water Elemental Adition for Player 1 (Red)
      • Player - Disable Bash adition for Player 1 (Red)
      • Player - Disable Bladestorm adition for Player 1 (Red)
      • Player - Disable Critical Strike adition for Player 1 (Red)
      • Player - Disable Liquid Fire adition for Player 1 (Red)
      • Player - Disable Fan of Knives adition for Player 1 (Red)
      • Player - Disable Frost Armor (Autocast) adition for Player 1 (Red)
      • Player - Disable Imolation adition for Player 1 (Red)
      • Player - Disable Impale adition for Player 1 (Red)
      • Player - Disable Searing Arrows adition for Player 1 (Red)
      • Player - Disable Spiked carapace adition for Player 1 (Red)
      • Player - Disable Unholy Aura adition for Player 1 (Red)
      • Player - Disable Metior fall adition for Player 1 (Red)
      • Player - Disable Shadow Strike adition for Player 1 (Red)
      • Player - Disable Replenish Mana and Life adition for Player 1 (Red)
      • Player - Disable Spell imunity adition for Player 1 (Red)
      • Player - Disable Shockwave adition for Player 1 (Red)
      • Player - Disable Holyforce adition for Player 1 (Red)
      • Unit - Remove Ability Preloader 0144 <gen> from the game
thanx for all help=)
 
Level 5
Joined
Apr 8, 2007
Messages
116
What? Isn't it possible via the player options? (Dont Have world edtior here, so i cant check)

If not, then you could create a trigger something like this
  • Untitled Trigger
  • Events
  • Map Initialization
  • Conditions
  • Actions
  • General - Pick Every Player in (All Players) and do (All Actions):
  • Player - Disable Blizzard Adition for (Picked Player)
Do that to all of the triggers. Should look something like that..
 
Status
Not open for further replies.
Top