Timed Execute

Execute commands every (x) seconds.

Total Downloads: 3,214 - First Release: May 29, 2016 - Last Update: Jun 5, 2017

5/5, 16 likes
  1. Hmm can you remove the links in the TimerRepeat ? (The first two that are admin messages) And tell me if it runs without errors when you dont have the links there.
     
  2. [Oxide] 17:43 [Debug] at System.Array.ConvertAll[Object,String] (System.Object[] array, System.Converter`2 converter) [0x00000] in <filename unknown>:0
    at Oxide.Game.Hurtworld.Libraries.Covalence.HurtworldServer.Command (System.String command, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.TimedExecute+<RunOnce>c__AnonStorey1.<>m__0 () [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0

    [Oxide] 17:44 [Debug] at System.Array.ConvertAll[Object,String] (System.Object[] array, System.Converter`2 converter) [0x00000] in <filename unknown>:0
    at Oxide.Game.Hurtworld.Libraries.Covalence.HurtworldServer.Command (System.String command, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.TimedExecute+<RunOnce>c__AnonStorey1.<>m__0 () [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0

    [Oxide] 17:45 [Debug] at System.Array.ConvertAll[Object,String] (System.Object[] array, System.Converter`2 converter) [0x00000] in <filename unknown>:0
    at Oxide.Game.Hurtworld.Libraries.Covalence.HurtworldServer.Command (System.String command, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.TimedExecute+<RunOnce>c__AnonStorey1.<>m__0 () [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
     
  3. I think I know what is wrong :p I will try to fix it asap (not sure if I will fix it today tho ;/) If I wont fix it today then tomorrow morning(for me) for sure.
     
  4. cheers
     
  5. PaiN updated Timed Execute with a new update entry:

    0.3

     
  6. Its work.but 0.10 =10 second.10=10minutes
     
  7. PaiN updated Timed Execute with a new update entry:

    0.4


    [DOUBLEPOST=1470491155][/DOUBLEPOST]
    How is that even possible when the timers run in seconds...
     
  8. its freeze console after using moment.if i type command for console manually its not work.but i test that more.also timed not work after console freeze
    [DOUBLEPOST=1470498046][/DOUBLEPOST]i set 1 plugins for reloading every 10 seconds.after server restarting its works again.hopefully its works without console freeze
    [DOUBLEPOST=1470498626][/DOUBLEPOST]ok its works and 10 its now 10 seconds.:)
     
  9. Seems the heli is not spawning from the TimerRepeat. Thanks.
     
  10. try spawning it with a command that an oxide plugin provides instead of the one that Rust provides.
     
  11. So in my timed execute I have like ad.massdrop from FancyAirdrop plugin, anyway the problem is (maybe the last rust update or oxide update not sure) that now when you do this command trough timedexecute, it only say that no arg was posted and nothing happens, in Fancydrop config file there is that deffault drop for ad.massdrop is 5, but now to make it work I need to add ad.masdropp 5 to trigger it :(

    Again not sure if TimedExecute problem or new version of oxide problem :)

    Code:
    (15:59:56) | [Oxide] 16:00 [Info] [FancyDrop] Massdrop value has to be an integer number
    (15:59:56) | [Oxide] 16:00 [Info] [Timed Execute] ran CMD: ad.massdrop || ARGS:
    And also HeliControl does the same, its askin for player name as argument, but I use "callheli" to call them on random position :)

    Code:
    (16:59:56) | [Oxide] 17:00 [Info] [HeliControl] Could not find player:
    (16:59:56) | [Oxide] 17:00 [Info] [Timed Execute] ran CMD: callheli || ARGS:
    (16:59:58) | [Oxide] 17:00 [Info] [HeliControl] Could not find player:
    (16:59:58) | [Oxide] 17:00 [Info] [Timed Execute] ran CMD: callheli || ARGS:
    (17:00:00) | [Oxide] 17:00 [Info] [HeliControl] Could not find player:
    (17:00:00) | [Oxide] 17:00 [Info] [Timed Execute] ran CMD: callheli || ARGS:
     
  12. Good catch, I will fix it in around 5-10mins.
     
  13. Meanwhile Ill go for a smoke ;) Thanx @PaiN youre awesome :)
     
  14. PaiN updated Timed Execute with a new update entry:

    0.5

     
  15. Will test it in one hour when another another "callheli" happens ;)
    [DOUBLEPOST=1470675053][/DOUBLEPOST]@PaiN Fix not helped :(
    Code:
    (18:47:55) | [Oxide] 18:49 [Info] [HeliControl] Could not find player:(18:47:55) | [Oxide] 18:49 [Info] [Timed Execute] ran CMD: callheli || ARGS:(18:48:55) | [Oxide] 18:50 [Info] [HeliControl] Could not find player:(18:48:55) | [Oxide] 18:50 [Info] [Timed Execute] ran CMD: callheli || ARGS:
    
    my cfg if all okay
    (Its from my test server - did not wanted to make you wait since fixed so fast ;)
     

    Attached Files:

  16. I've found the issue... if an older version works for you then use it until I release a fix for your problem. It seems pretty easy to fix but it's tricky ^^
     
  17. Hmm now to figure out what version I used before jumped to this one :D still thanx alot ;)
     
  18. PaiN updated Timed Execute with a new update entry:

    0.6

     
  19. This version works right ^^?
     
  20. Will know today - went to sleep early yesterday and I missed the incomming helis and airdrop event so I don´t really know ^^ will inform later when Ill see it go ;)