• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Research center problem

Status
Not open for further replies.
Level 4
Joined
Jul 18, 2009
Messages
85
Not sure if this what you mean but...

You want all players on the team to get an upgrade right?

  • Research Center
    • Events
      • Unit - A unit Finishes research
    • Conditions
      • ((Unit-type of (Triggering unit)) Equal to your Research Center) and ((Researched tech-type) Equal to your research)
    • Actions
      • Player - Set the current research level of your research to 1 for Player 2 (Blue)
      • Player - Set the current research level of your research to 1 for Player 1 (Red)
Add more actions for how ever many people are on the team. You need to make this trigger for each research changing the research of course.
If your research has 3 levels or more, like an attack upgrade, change the research level to 2,3, and so on. And use the base upgrade as your research.
 
Level 4
Joined
Jul 18, 2009
Messages
85
? You mean so like there is a building they can all select and upgrade from?
Either add a computer they all have complete control over and give the building to that computer, or make the building change ownership when a player selects it.
  • Research Center
    • Events
      • Player - Player 1 (Red) Selects a unit
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Research Center
    • Actions
      • Unit - Change ownership of (Triggering unit) to Player 1 (Red) and Retain color
Add one for each player on the team, or if you want use variables. Note if used in conjunction with the first trigger from earlier, say blue uses it to reasearch iron forged swords level 1 and red selects it he will be able to research iron forged swords level 2, and not be able to research level 1. But he already has the upgrade due to the first trigger which shares the upgrades. Hope this helps!
 
Status
Not open for further replies.
Top