Upgrade Centers
Nov 24 2008, 10:22 am
By: liver  

Nov 24 2008, 10:22 am liver Post #1



Okay, I'm making a hero arena style game, with 2 forces and a third for the 2 computers. We'll my question is, I can make a trigger to where the heros upgrade by moving their units onto the upgrade beacon, but problem is, when they get off the beacon, they still own the building, how can I fix this? my trigger looks like this:
Trigger("Force 1"){
Conditions:
Bring("Current Player", "Men", "upgrade protoss 1", At least, 1);
Switch("Upgrade", not set);

Actions:
Give Units to Player("All players", "Current Player", "Buildings", All, "upgrade protoss center 1");
Preserve Trigger();
Comment("Upgrade Begin");
Set Switch("Upgrade", set);
}



None.

Nov 24 2008, 10:50 am rockz Post #2

ᴄʜᴇᴇsᴇ ɪᴛ!

Trigger("Force 1"){
Conditions:
Bring("Current Player", "Men", "upgrade protoss 1", Exactly, 0);
Switch("Upgrade", set);

Actions:
Give Units to Player("Current Player", "Whatever player you want to have owning it", "Buildings", All, "upgrade protoss center 1");
Preserve Trigger();
Comment("Upgrade Begin");
Set Switch("Upgrade", not set);
}
You need a trigger to give the building back. The switches are pointless, unless you are using them in some other trigger. In fact they'll make it so if two people go onto the beacon, one of them can't use it until the other one leaves and that person leaves then gets back on. I'd highly recommend you also change it from "all players" to "whatever player you want to have owning it" when it's not in use. That way, you won't have people walking up on it and then interrupting the player's upgrades.



"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"

Nov 24 2008, 12:18 pm liver Post #3



such as giving it to a neutral player when the current player is done upgrading? ie. give back to computer 7?



None.

Nov 24 2008, 12:31 pm Vi3t-X Post #4



When the player gets off the beacon, you give the buildings back to whatever player who originally owned it. In this case, Player 7.



None.

Nov 24 2008, 1:08 pm Falkoner Post #5



In the conditions you may want to add that the computer player owns a building there, so they can't steal the upgrade buildings from eachother.



None.

Nov 24 2008, 1:49 pm NudeRaider Post #6

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

To summarize, this is the most simple and usable way to do it:

Preplace all the upgrade buildings for neutral, P9-11 or to a spare computer player. Depends on what other uses you have for those players. Any will work. I will use Neutral in my example.
Trigger 1: Grab the buildings
Player Force
Conditions:

Current Player brings at least 1 [men] to 'upgrade protoss'
Actions:
Give all [buildings] owned by Neutral at 'upgrade protoss center' to Current Player
preserve trigger

This will automatically prevent stealing the buildings as only Buildings owned by Neutral will be given.

Trigger 2: Give the buildings back (using Neutral)
Player Force
Conditions:

Current Player brings at most 0 [men] to 'upgrade protoss'
Actions:
Give all [buildings] owned by Current Player at 'upgrade protoss center' to Neutral
preserve trigger

If you don't use Neutral (but lets say P8) you need to rewrite this trigger a little to deal with leavers while upgrading:
Trigger 2: Give the buildings back (using P8)
P8
Conditions:

Player Force brings at most 0 [men] to 'upgrade protoss'
Actions:
Give all [buildings] owned by All players at 'upgrade protoss center' to P8
preserve trigger

Post has been edited 1 time(s), last time on Nov 24 2008, 1:54 pm by NudeRaider.




Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[2026-8-06. : 2:41 am]
Oh_Man -- i used to play TF2 competitive in that clan, and also was PR manager (ie: i wrote all the website posts)
[2026-8-06. : 2:41 am]
Oh_Man -- another fun fact iaguz actually joined the clan i was part of - Frenetic Array
[2026-8-06. : 2:40 am]
Symmetry -- Human memory is a fragile, fallible thing
[2026-8-06. : 2:39 am]
Oh_Man -- i realised all his shit was halluc and i wiped out his measly army of fake hallucs and he called GG - yeah thts wat actually happened damn false memory strikes again
[2026-8-06. : 2:38 am]
Oh_Man -- i was zerg, the toss guy did a bunch of hallucinates, and i was like, welp, i guess i'm dead, but i have that mindset of never giving up, so attacked him anyway, then tht was wen
[2026-8-06. : 2:38 am]
Oh_Man -- coz i was actually a zerg main, so wat ACTUALLY happened was a complete reverse of this
[2026-8-06. : 2:37 am]
Oh_Man -- i found an old comment of mine i actually think the idra thing over-ride my own memory
[2026-8-06. : 2:22 am]
Symmetry -- was it idra
[2026-8-06. : 1:52 am]
NudeRaider -- Oh_Man
Oh_Man shouted: and i went on to win the tournament, and a pair of steelseries headphones. i even reember how i won the final match - hallucinated a fck-tonne of units and my opponent thought i had way more than he did and GGed
classic
[2026-8-05. : 2:56 pm]
Oh_Man -- long story short - patience is a virtue!
Please log in to shout.


Members Online: NudeRaider, Vorgozz