how do you make a veterancy (experience) generator that gives exp as time passes by to one unit. i am using this on a custom hero to make it grow plasma shields at different time rates. edited: i really need to know how to attach the veterancy trigger to the one unit. i can't find the trigger for some reason. (no i don't want the one that makes it so you can choose something already on the building.) i want to hit a unit that's created. but only that specfic type of unit. plz help.
Create a Modify Unit effect in the data editor and set the experience field to 1. Then create a loop that repeats every x game seconds and apply the effect to the desired unit.
@BasharTeg: Go hmm does that trigger work on newly created unit(s) and then target them and only them, i'll check. thanks for the help you've given me so far. this could be what i needed.
I just checked the editor and there are actually 4 types of actions in this vein called Create Effect On Unit or Create Effect At Point. You want Create Effect On Unit (Either from Unit or Player would likely work.) And yes, it targets a Unit variable, not a Unit Type or Unit Group.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
how do you make a veterancy (experience) generator that gives exp as time passes by to one unit. i am using this on a custom hero to make it grow plasma shields at different time rates. edited: i really need to know how to attach the veterancy trigger to the one unit. i can't find the trigger for some reason. (no i don't want the one that makes it so you can choose something already on the building.) i want to hit a unit that's created. but only that specfic type of unit. plz help.
Create a Modify Unit effect in the data editor and set the experience field to 1. Then create a loop that repeats every x game seconds and apply the effect to the desired unit.
@BasharTeg: Go but how do you apply the effect to the desired unit... and only that unit.
There is an action called Apply Effect on Unit or something similar
@BasharTeg: Go hmm does that trigger work on newly created unit(s) and then target them and only them, i'll check. thanks for the help you've given me so far. this could be what i needed.
I just checked the editor and there are actually 4 types of actions in this vein called Create Effect On Unit or Create Effect At Point. You want Create Effect On Unit (Either from Unit or Player would likely work.) And yes, it targets a Unit variable, not a Unit Type or Unit Group.