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

Trigger problem

Status
Not open for further replies.
Level 4
Joined
Apr 27, 2007
Messages
48
Hi there... I have some trigger problems
how should i do with this trigger so that it's possible for only 1 team ( I have 2 ) to get this quest. I want to know how to change the (owner of (ordered unit)), and make it so that only players that is in either alliance or horde to get it... they also have each ally... dark green for alliance and brown for horde...

http://hiveworkshop.com/forums/attachment.php?attachmentid=6025&stc=1&d=1178818386
DK1.bmp

http://hiveworkshop.com/forums/attachment.php?attachmentid=6026&stc=1&d=1178818564
DK2.bmp


And then it's this... There were some awesome guys who helped me with this yesterday... and they really have my thanks... it's perfect besides one thing... I want the game to stop here... how do i do that ?

http://hiveworkshop.com/forums/attachment.php?attachmentid=6027&stc=1&d=1178818863
Alliance.bmp
 

Attachments

  • DK1.bmp
    381.4 KB · Views: 116
  • DK2.bmp
    374.4 KB · Views: 100
  • Alliance.bmp
    380.6 KB · Views: 127
In the VictoryAlliance1 trigger, you can end the game by using picked player instead of owner of triggering unit

  • Player Group - Pick every player in Alliance and do (Game - Victory ([COLOR="Blue"]Picked player[/COLOR]) (Show dialogs, Show scores))
  • Player Group - Pick every player in Horde and do (Game - Defeat ([COLOR="Blue"]Picked player[/COLOR]) with the message: Defeat!)
 
Level 4
Joined
Apr 27, 2007
Messages
48
To operator:
No I don't want to create quest for (just) player1 red, and then player2 blue should not be able to take on that quest... no no no... don't wanna do that... what i want to do is create quest for everyone who is allied to player11 darkgreen and the same for horde ( player12 brown )

no it didn't work before Illidan helped me

trigger tags ? what's that ?

To Illidan(Evil)X:
Thanks alot mate :D ... that should do it ;)
 
Level 15
Joined
Feb 9, 2006
Messages
1,598
To operator:
No I don't want to create quest for (just) player1 red, and then player2 blue should not be able to take on that quest... no no no... don't wanna do that... what i want to do is create quest for everyone who is allied to player11 darkgreen and the same for horde ( player12 brown )

no it didn't work before Illidan helped me

trigger tags ? what's that ?

To Illidan(Evil)X:
Thanks alot mate :D ... that should do it ;)

Same thing, Quest can't have different values of any kind.

For the trigger tags. In the trigger editor, copy a ''trigger as text'' and then do the following

write, [trigger.]PAST YOUR TRIGGER HERE and then write [/trigger.] at the end of it. Just remove the dots I used, Just used them to not create a tag.
 
Status
Not open for further replies.
Top