• 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.

More World Editor Questions.

Status
Not open for further replies.
Level 4
Joined
Jun 6, 2008
Messages
46
More World Editor Questions. Need Help Still!

Hey guys, i got alittle bit more questions. Im trying to make 2 Computers, act as defenses and a trigger i have on a 2 heroes. But when i host the map in private to test. The spot where the computers should be are for Users. There is no computer on it. So, if someone can tell me how to fix that then thanks.

And my other question. What is the trigger that when a hero dies, you win the game. But the people defending it gets defeated. I have 2 heroes that need this. So yea, those are my only problems that i have. Also, how do i get my range higher then 800 and how to fix the revealing thing when you have no town hall?

These are the major 4 problems. If ya can help me with them it will be great.
 
Last edited:
Level 12
Joined
Aug 18, 2006
Messages
1,193
Range question = Try changing the Acquisition Range of the unit

Computer question = Have you changed anything in the Player Properties?

The revealing question = Have you removed the Melee Game trigger?

Win / Lose question :
Make a trigger going something like this(im quite tierd, so i wont make it like it should 100% be)
  • Trigger
  • Events
    • Unit - A unit dies
  • Conditions
    • Or - Any Conditions are True
      • Hero 1 = Dying unit
      • Hero 2 = Dying unit
  • Actions
    • If Multiple
      • If
        • Hero 1 = Dying unit
      • Then
        • Win for all allies of Hero 2
        • Lose for all allies of Hero 1
      • Else
        • Win for all allies of Hero 1
        • Lose for all allies of Hero 2
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,285
Smartman, do not double post (read rules).

Problem 1, under Force Properties with custom force on enable
Fixed Player Settings

For question 2 make 2 triggers.
1 for each of the heroes.
The event is when a specific unit dies (that hero).
Their actions are to loop throu all players allied to the hero and defete them and then loop throu all players enemy to the hero and give them victory.

Question 2 should need only like 4 GUI actions (6 if you remove leaks) per trigger which there would be 2 of.
 
Level 4
Joined
Jun 6, 2008
Messages
46
Thanks for the help. And i double posted in hopes of getting help. Im used to other forums where you have to bump sometimes. Anyway. I'll try that.

Dr Super Good can you please just show me an example? What you said makes makes no sense to me, i got no idea what to put in the trigger for loop.. ARGH!!!

And the revealing thing is still there, i don't know what to do!!
 
Last edited:
Status
Not open for further replies.
Top