N Nexic Member Joined Aug 30, 2013 Messages 67 Reaction score 1 Sep 3, 2014 #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
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
P pushedx Well-Known Member Joined Sep 24, 2013 Messages 4,252 Reaction score 290 Sep 3, 2014 #2 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;
N Nexic Member Joined Aug 30, 2013 Messages 67 Reaction score 1 Sep 3, 2014 #3 pushedx said: 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; Click to expand... works. Thanks pushed, now i can finally afk 20+ hours lol Last edited: Sep 3, 2014
pushedx said: 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; Click to expand... works. Thanks pushed, now i can finally afk 20+ hours lol