answerson
Member!
Okay, i want to add a effect in a hero arena, that when you go near the *earn Intrest* (money Icon thingy(building)) on the map, that you will gain intrest on your money... kinda like a bank. What i want is a 7% increase on your money every... say 75 seconds that you are there, this is what i have so far.
Events-
Time - Every 20.00 seconds of game time
Conditions-
((Owner of(triggering unit)) is in 'team1') Equal to True
('BankT1Whole <gen> contains (triggering unit)) Equal to True
Actions
Player - Add (((Triggering player) Current gold) + (4/100)) to (Triggering players) Current gold
Is there another way to go about this? or am i atleast on the right track.. maybe my formula for percentage is wrong... or there is a way that i can choose a percentage with out the dividing crap!, thanks
Events-
Time - Every 20.00 seconds of game time
Conditions-
((Owner of(triggering unit)) is in 'team1') Equal to True
('BankT1Whole <gen> contains (triggering unit)) Equal to True
Actions
Player - Add (((Triggering player) Current gold) + (4/100)) to (Triggering players) Current gold
Is there another way to go about this? or am i atleast on the right track.. maybe my formula for percentage is wrong... or there is a way that i can choose a percentage with out the dividing crap!, thanks