[Trigger] DOTA Gold per second Problem

Status
Not open for further replies.
Level 7
Joined
May 23, 2011
Messages
179
How is Gold per second created like dota because it seems that my triggers do not work....
  • Free Gold Per Second
    • Events
      • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
      • Set TempInteger = 1
      • If (ShortMode_On Equal to True) then do (Set TempInteger = 12) else do (Do nothing)
      • If (UltraShortMode_On Equal to True) then do (Set TempInteger = 16) else do (Do nothing)
      • Player Group - Pick every player in Players and do (Actions)
        • Loop - Actions
          • Player - Add TempInteger to (Picked player) Current gold
.. Does it need another integer or variables? Please show me a sample trigger..
 
Status
Not open for further replies.
Top