Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Aug 2015
    Posts
    88
    Reputation
    10
    Rep Power
    18

    10 mins before SS go to DP

    Hello, Is it possible to make a persistent script that goes to DP ~10mins before SS?

    Thanks in advance

  2. #2
    Wind Powered dimasdagama's Avatar
    Join Date
    Mar 2014
    Location
    Rio de Janeiro
    Posts
    367
    Reputation
    22
    Rep Power
    21
    signed

  3. #3
    Free User
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    69
    Reputation
    24
    Rep Power
    21
    This is one way to do it I guess. There are probably smarter and more effective ways to do it though.
    --spawn command
    if needresupply("a",cap) or (os.date("%X") >= "09:50" and os.date("%X") <= "10:00") then
    --leave spawn
    else
    --keep hunting
    end

    --depot command
    if os.date("%X") >= "09:50" and os.date("%X") <= "10:00" then
    logout()
    end

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •