I can confirm this. UpdateTaxInfo() returns false with responsetimeout
Happens only after one of the recent updates.
Seems to happen to only certain unbuilt houses.
To get it to work 100% of the time, you need to be right beside the house.
Is this a AB bug or AA restriction?
v1.0.0.1
Changes are in orange.
Credits
Skill names gotten from https://www.thebuddyforum.com/archebuddy-forum/archebuddy-plugins/other/178590-auto-trophy-fishing.html
Changelog
v1.0.0.1
Fixed: Bot stops working when fish goes under ship and a "invalid target direction" message...
public void PluginRun()
{
Gps gps = new Gps(this);
gps.LoadDataBase(Application.StartupPath + "\\path.db3");
while (true) {
gps.MoveTo("end");
gps.MoveTo("start");
}
}
(Untested code)
..
Or you can just call UpdateNoAfkState() (if it does what I think it does).