Warcraft III resources & community, 2003–2006 · archived

Trigger help needed!!!

5 posts
#1

Trigger help needed!!!

I need a trigger that gives 1 gold every second to player that owns a specific unit.
How can I do it?
#2
event:
- every 1 second
condition:
- integer - number of units of type(<your money generator>) > 0
actions:
- pick every unit of type(<your money generator>) and do actions
- - Player - add 1 Gold to (Owner of(picked unit)) current Gold
#3
D*amn...you beat me here :evil:
#4
ThankS!!!
I will add you to the Credits of my map!!!
#5
Pm me if you need any help as well. I am in development of some maps, and i wouldnt mind at all to give aid (as long as its not modeling.)