What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Need help with instance timer

Nexic

Member
Joined
Aug 30, 2013
Messages
67
Reaction score
1
So i'm making a make shift stuck timer and need the code for how long i've been in the instance i'm grinding.

Any help would be appreciated
 
AreaStateCache contains all the extra goodies that are not part of the API, but are useful things per-area. The bot implementation must be ticking it.

Code:
using Loki.Bot.v3;

...

var timeInInstance = AreaStateCache Current.TimeInInstance;
 
AreaStateCache contains all the extra goodies that are not part of the API, but are useful things per-area. The bot implementation must be ticking it.

Code:
using Loki.Bot.v3;

...

var timeInInstance = AreaStateCache Current.TimeInInstance;

works. Thanks pushed, now i can finally afk 20+ hours lol
 
Last edited:
Back
Top