• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Really need help to find triggers and a ability

Status
Not open for further replies.
Level 12
Joined
Jan 20, 2011
Messages
1,146
I'm making a map called Last War v1.0 and I'm looking for a trigger that would change the defeat conditions :vw_death:
example:

Sargeras dies and the players units go hostile or when the World tree is destroyed Malfurion changes the owner and he is teleported to a region.



Also I was looking for the ability when a unit or hero walks it creates blight. (follow this link this is where i found the idea) http://www.epicwar.com/maps/10649/

I really need this because I just want to make that map


Thank you really very much:thumbs_up::infl_thumbs_up: ooops i didn't read the rules sorry please remove it
 
Last edited:

Dr Super Good

Spell Reviewer
Level 65
Joined
Jan 18, 2005
Messages
27,296
What is with people and defeat conditions recently...

If you want something to happen when a unit dies, use the a unit dies event.
If you want it to heppen only when certain units die, then use a condition testing the dieing unit if it is that unit (or units via an or).
If you want all units to go hostile owned by the player, then pick all the units the player owns (a group enum) and then change their owner to neutral hostile.
If you want the palyer to be defeated, then just defeat him...

That is all there is to triggering, break problems down and create what you want.
 
Status
Not open for further replies.
Top