Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Feb 2015
    Location
    United States
    Posts
    145
    Reputation
    10
    Rep Power
    19

    Go to Trainer if Offline Training is at 12H

    I'd like to request a script that will check the offline training timer. When it is 12Hour, stop everything and go to a set of waypoints to go back to training.
    Ideally, it can wait 12hours then relogin and go to train again.

    Thanks.

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by warturtle View Post
    I'd like to request a script that will check the offline training timer. When it is 12Hour, stop everything and go to a set of waypoints to go back to training.
    Ideally, it can wait 12hours then relogin and go to train again.

    Thanks.
    https://www.tibiawindbot.com/docs.ht...fflinetraining

    auto(1000)
    local TrainerHour = 12 --hours

    if $connected then
    if $offlinetraining >= TrainerHour*60 then
    gotolabel('Start', 'TrainerOFF')
    end
    end

  3. #3
    Free User
    Join Date
    Feb 2015
    Location
    United States
    Posts
    145
    Reputation
    10
    Rep Power
    19
    Quote Originally Posted by Cisco View Post
    https://www.tibiawindbot.com/docs.ht...fflinetraining

    auto(1000)
    local TrainerHour = 12 --hours

    if $connected then
    if $offlinetraining >= TrainerHour*60 then
    gotolabel('Start', 'TrainerOFF')
    end
    end
    Ah perfect! Thanks!

 

 

Posting Permissions

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