This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

(!) timer drift -- spun N minutes

Old posts that have not been replied to for several years.
Locked
D
Dakota

Post by Dakota »

I have a very long cycle, and when it's finished, the message "(!) timer drift -- spun N minutes" is displayed, and the bot timeouts. How can I return for a while (once in 30 seconds), and then continue, or how to get the script work in the background? My proc has good arguments, so It's no problem to start from any point of the cycle.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

restructure your script slightly. make it loop for only a finite number of times, and then drop out of the loop and initiate a utimer for 1 second, which will re-call the proc with the next starting point.
Locked