This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi All,
I'm new to the triggers in SC2 - WOAH!! It's complex and takes hours to understand how it all works.
Can anyone assist with the trigger below?
Upgrade unit Zergling, armour & attack for player 10 by +1 every 30 seconds
So after 60 seconds zerglings will have +2 armour and attack.
Cheers, Memphis_Doom
first if trigger or data post in correct forum sections as you will get response there faster.
Untitled Trigger 001 Events Timer - Every 30.0 seconds of Real Time Local Variables count = (Terran Building Armor count for player 10, counting Queued Or Better) <Integer> Conditions Actions General - If (Conditions) then do (Actions) else do (Actions) If count < 127 Then Tech Tree - Set Terran Building Armor upgrade level to (count + 1) for player 10 Else Trigger - Turn (Current trigger) Off
Replace "Terran Building Armor" with your upgrade. Note that upgrades can have max of 127 levels. Also you need to specify this max level 127 in upgrade data unless you need less
@memphis_doom: Go
Heres a sample....
if you mouse over the armor you will see its value increment on the unit....
@Nerfpl: Go
Thanks Nerfpl I will try tonight and I will remember to post in the correct forum next time.
What does SouLCarveRR mean? Is that troll/sarcasm?
he probably forgot to attach. You won't find serious trolls here :) too pro for them
@SouLCarveRR: Go
I can see the file. Will check tonight.
note the code im using actually changes the base armor of the unit.... and is not upgrading the unit....
This is exactly what i'm looking for SoulCarveRR.
I'm complete blunder to SC2 editor and I've just moved from the basic SC1 editor.
Thanks a heap guys!
Hi All,
I'm new to the triggers in SC2 - WOAH!! It's complex and takes hours to understand how it all works.
Can anyone assist with the trigger below?
Upgrade unit Zergling, armour & attack for player 10 by +1 every 30 seconds
So after 60 seconds zerglings will have +2 armour and attack.
Cheers, Memphis_Doom
first if trigger or data post in correct forum sections as you will get response there faster.
Replace "Terran Building Armor" with your upgrade. Note that upgrades can have max of 127 levels. Also you need to specify this max level 127 in upgrade data unless you need less
@memphis_doom: Go
Heres a sample....
if you mouse over the armor you will see its value increment on the unit....
@Nerfpl: Go
Thanks Nerfpl I will try tonight and I will remember to post in the correct forum next time.
What does SouLCarveRR mean? Is that troll/sarcasm?
he probably forgot to attach. You won't find serious trolls here :) too pro for them
@SouLCarveRR: Go
I can see the file. Will check tonight.
@memphis_doom: Go
note the code im using actually changes the base armor of the unit.... and is not upgrading the unit....
@SouLCarveRR: Go
This is exactly what i'm looking for SoulCarveRR.
I'm complete blunder to SC2 editor and I've just moved from the basic SC1 editor.
Thanks a heap guys!