Posts: 417
Threads: 41
Joined: Apr 2016
Is there a function or script that will use our actual time? Like If I'm here at X place then after 5 hours, the bot will go to Y place.
God Karp Trainer loading... *splash*splash 
Posts: 251
Threads: 6
Joined: Jun 2016
You can use poketime to do it.
1 poketime hour = 12 minutes in real life.
I do NOT publish script and don't accept script requests.
I just help people do their own scripts.
Posts: 552
Threads: 63
Joined: Feb 2016
Posts: 251
Threads: 6
Joined: Jun 2016
Forgot there was time functions included in default lua x')
Thanks Silv3r

.
I do NOT publish script and don't accept script requests.
I just help people do their own scripts.
Posts: 6
Threads: 1
Joined: May 2016
Hey Someone - You have a Great Average Money Tracker you posted in Scripts. Would there be a way to incorporate the Time grabbing tool Silv3r just linked into a "Total time spent botting" tracker which could ultimately be used to produce a Gold earned per Hour tracker stat?
I suppose You would 'Call' For a start time the same way you 'call' for startMoney. And then onPause have it call for the time again and subract it from the start time to get the total time spent botting - Using that you could get money averages based on time.
The coding part of this I'm struggling with though
Posts: 251
Threads: 6
Joined: Jun 2016
Yes, i already did it on my personnal scripts.
However, i'll don't share it now

.
Sorry

.
I do NOT publish script and don't accept script requests.
I just help people do their own scripts.
Posts: 417
Threads: 41
Joined: Apr 2016
@Silv3r can you make a sample how will apply this on bot. I can't make it.
God Karp Trainer loading... *splash*splash 
Posts: 251
Threads: 6
Joined: Jun 2016
You'll probably need Time Library in lua.
Means, os.date()
os.difftime()
os.time()
etc.
Google it, it's not really difficult.
I do NOT publish script and don't accept script requests.
I just help people do their own scripts.