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

Disable Upgrade Via trigger condition

Status
Not open for further replies.
Level 4
Joined
Nov 24, 2004
Messages
70
Ok, well im currenty working on my map and i have to diff modes of playing, well anyways one mode cant have the same upgrades as the other mode simply because well the units are of diff type. Anyways is there a way to black out an upgrade so that u cant click on it?

I tried to make that upgrade require a certain research leve llike level 1 but when i made a trigger to set the research level of that upgrade to 0 so that it wont allow me to research it, it still shows that its able to be researched and lets me actually research it. this prob has something to do with tree tech but i need a trigger that will grant me that tree tech i need, and well i cant seem to find the right action for it. Help would be very much appreciated thx. :wink:
 
Level 4
Joined
Nov 24, 2004
Messages
70
Modeler said:
Just make the upgrade have a tech tree requirement. And enable that tech tree for every mode.

if you could point me in the right direction to where I can find the trigger that enables the "upgrade" tree tech then i'd be able to do that lol, like i said so far all I found was " Set Level requirement for Upgrade to Level (#) and i did that and switched the requirements for that upgrade to require the level(#) and it didn't work.


Player - Set the research level of Black Gunpowder to 1 for (Player((Integer A)))
------------------------------------------------------
Player - Set the research level of Iron Forged Swords to 1 for (Player((Integer A)))


those are the two upgrades im having a conflict with, i either want one available or the other not both, i've been trying to set it so it required a research level but when I make a trigger to Set one of the upgrades ot Zezo and the other to One, they both still stay on and actually the one i set to One, gets the first level upgraded with out costing a dime.
 
Level 4
Joined
Nov 24, 2004
Messages
70
WHOA HOO I SOLVED IT! well thx anyways guys but I managed to solve my problem, i just made ANOTHER upgrade and made the other upgrades require it to be active, so thats where I used the

Player- Set current research level of Upgrade to Level 1

thx A bunch though for trying to help.
 
Status
Not open for further replies.
Top