WhereIsMyMind
Member
- Joined
- Oct 12, 2013
- Messages
- 848
- Reaction score
- 5
fEB20 - UPDATE
oK, HERE IS THE COMPLETE FOLDER
View attachment StuckDetection.zip
Save files and folder into your plugins folder. Replacing what is there.
The code that does the main work:
wimm
oK, HERE IS THE COMPLETE FOLDER
View attachment StuckDetection.zip
Save files and folder into your plugins folder. Replacing what is there.
The code that does the main work:
Code:
else if (StuckDetectionSettings.Instance.StuckDetectionMethod ==
StuckDetectionMethods.PortalNewInstance)
{
// Tell the bot we should not return to this instance.
AreaStateCache.SetNewInstanceOverride(LokiPoe.CurrentWorldArea.Id, true);
// Tell the bot we want to do a town run, and to not return via the portal we're about to make.
Loki.Bot.Logic.Bots.BasicGrindBot.BasicGrindBotSettings.Instance.NeedsTownRun = 2;
}
wimm
Last edited: