I need help with a few things, first is making a trigger to give minerals over a period of time, second is making the broodlings, when on another unit, stop being "created," which stops the unit itself from attacking. third thing i need help with is how to change damage / attack speed, anyone able to help?
I would recommend posting something like this in the general development forum.
Minerals over time could be solved with timer and event trigger. Create a timer global variable, assign a 'new timer' value. On map initialization, set the timer as a 'one shot' and make the duration how often you want the minerals to come in. Then create a trigger that fires when your timer expires. The trigger should restart the timer and give bonus minerals to the player.
You'll need to better describe your second question, I don't understand it.
Damage and attack speed can be modified through a behavior (buff) using the data editor. The behavior can be applied to a unit with a trigger or 'apply buff' effect.
I need help with a few things, first is making a trigger to give minerals over a period of time, second is making the broodlings, when on another unit, stop being "created," which stops the unit itself from attacking. third thing i need help with is how to change damage / attack speed, anyone able to help?
@EvilJungle: Go
I would recommend posting something like this in the general development forum.
Minerals over time could be solved with timer and event trigger. Create a timer global variable, assign a 'new timer' value. On map initialization, set the timer as a 'one shot' and make the duration how often you want the minerals to come in. Then create a trigger that fires when your timer expires. The trigger should restart the timer and give bonus minerals to the player.
You'll need to better describe your second question, I don't understand it.
Damage and attack speed can be modified through a behavior (buff) using the data editor. The behavior can be applied to a unit with a trigger or 'apply buff' effect.
@Ultimaswc3: Go
Have you even tried searching through the forums for this info.... The giving players miners + periodic timer should be simple enough to find.....
Start small.... work your way to bigger stuff..
I found them out, thanks.. it was relativly easy after i looked for it for about 15 mins.