[General] Need help for mirroring TECHS

Status
Not open for further replies.
Level 3
Joined
Feb 12, 2020
Messages
34
Hi guys,

I've been working on a map for quite some time now. I want to accomplish the following:
-Whenever player 1 researches tech 'X', research the researched tech for player 18 as well.

This seems to be pretty hard to make? I made a reddit post (see link below), but I don't seem to be figuring it out.
upload_2020-4-28_21-49-23.png

What am I doing wrong? Please help me :))

LINK:
Need help with triggers #4 | How do I make a trigger that whenever player 1 finished as upgrade of a certain level, player 9 gets the same upgrade? : warcraft3
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
Do what Wrda said, it'll look like this:
  • Untitled Trigger 002
    • Events
      • Unit - A unit Finishes research
    • Conditions
      • (Researched tech-type) Equal to Iron Forged Swords
      • (Owner of (Researching unit)) Equal to Player 1 (Red)
    • Actions
      • Player - Set the current research level of (Researched tech-type) to (Current research level of (Researched tech-type) for (Triggering player)) for Player 18 (Peach)
 
Level 3
Joined
Feb 12, 2020
Messages
34
Holy shit, I got the event wrong xD. Thank you both, honoured sirs!

Also, that is the 'a unit finishes upgrade' for? When you can upgrade your tree of life and stuff?

Anyways, it worked! Thanks a lot!
 
Status
Not open for further replies.
Top