Okay, Im making a arena map but I can't figure this kind of triggers. Please GUI Pros help me so here's what I want.
Win Trigger-
Info: I wan't to my trigger to be a like when a BOSS die it will Victory from what team is the killer is for example I got 2 teams (Kentinel & Kurge) when Player 1 Defeats The Boss and he's in Kentinel Then it will Win for all his Team Mates
Lose Trigger-
Info: Pretty Simple as shown in the Win Trigger. Now Victory for the unit who killed the boss but Defeat for the rest of it
PvP Trigger-
Info: Just simple. I wan't it to become like it will pick one strongest Player on the team then it teleports inside the arena all the remaining players (not picked) will be teleported with their own places and they are not close so that they will know wheres the kentinel and the kurge The kentinel will be the up the Kurge will be the down making the unchosen players invisible and lock their camera to the arena so that they can watch. Additionals: You could please add a trigger that it says what team wins and who is the winner of the battle.
Thanks.
X3n0nX~
[Trigger] Win Trigger,Lose Trigger, PvP Trigger
Moderator: Cheaters
-
- Forum Addict
- Posts: 451
- Joined: November 21st, 2008, 9:36 am
- Title: Coleen!
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: [Trigger] Win Trigger,Lose Trigger, PvP Trigger
hmmm im having trbl understanding what u want.
u want that if a unit (in this case the boss) is being by player X that is in team 1 or 2.
his team will win. u mean game over? he see's the "you are victorious" screen? or just making a board on the right screen. giving him a point?
u want that if a unit (in this case the boss) is being by player X that is in team 1 or 2.
his team will win. u mean game over? he see's the "you are victorious" screen? or just making a board on the right screen. giving him a point?
-
- Forum Addict
- Posts: 451
- Joined: November 21st, 2008, 9:36 am
- Title: Coleen!
Re: [Trigger] Win Trigger,Lose Trigger, PvP Trigger
Yeah.
The win trigger thingy victory for the killing unit and for his teamates why? cause the boss there is IMBA
UP!
Could somebody post please I really need those PM Me if you can help i will send you the map
thanx.
The win trigger thingy victory for the killing unit and for his teamates why? cause the boss there is IMBA
UP!
Could somebody post please I really need those PM Me if you can help i will send you the map


-
- Forum Staff
- Posts: 506
- Joined: November 17th, 2008, 3:49 pm
Re: [Trigger] Win Trigger,Lose Trigger, PvP Trigger
So, something like this for Victory/Defeat? Im not sure if you have the enemy as Neutral Hostile, or owned by a player. Change the first condition to whichever it is. And change to whatever type of unit the boss is.
Also if you want, just use the above format And make a wait, or give them a message, or whatever you want extra.
The arena is a pretty big trigger, so it would probably be best finding a old unprotected arena and learn how to do it from that. If you PM the map to me, i could try to work on it..
Code: Select all
Untitled Trigger 001
Events
Unit - A unit Dies
Conditions
(Owner of (Dying unit)) Equal to Player 12 (Brown)
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Unit-type of (Dying unit)) Equal to Paladin
Then - Actions
Player Group - Pick every player in (All allies of (Owner of (Killing unit))) and do (Game - Victory (Picked player) (Show dialogs, Show scores))
Player Group - Pick every player in (All enemies of (Owner of (Killing unit))) and do (Game - Defeat (Picked player) with the message: Defeat!)
Else - Actions
Code: Select all
(Unit-type of (Dying unit)) Equal to Paladin
Also if you want, just use the above format
Code: Select all
(All enemies of (Owner of (Killing unit)))
The arena is a pretty big trigger, so it would probably be best finding a old unprotected arena and learn how to do it from that. If you PM the map to me, i could try to work on it..
