Hi deams,
This update looks a lot better but I've encountered a few issues with it:
1) Movement still very close one step to another causing the bot to some times to do a complete 360º and lagging it
2) Bot doesn't enter the salvage building if you make the buidling near the gate thus failing to use the salvage stuff
Here is the hotspot for the specific place he needs to stand at(alliance side):
Code:
<Hotspot X="1804.171" Y="192.0387" Z="70.83537" />
3) It seems you're checking for the cache existence too fast so the bot collects the cache and the check kicks in before the cache disappear causing it to try to interact with the non-existent cache again, so if you could increase a bit the check delay for the cache I guess that would do the job.
Code:
[23:54:51.588 N] [GarrisonBuddy] 0.5: Collecting Garrison cache.
[23:54:51.589 D] Interacting with Garrison Cache (GameObject Id: 236916)
[23:54:53.590 N] [GarrisonBuddy] 0.5: Succesfully collected Garrison cache.
[23:54:53.649 N] [GarrisonBuddy] 0.5: Detected garrison cache available, moving to collect.
[23:54:53.649 D] [GarrisonBuddy] 0.5: Shipment Garrison Cache - 236916 - 23775: <1947.616, 286.6389, 88.96585>
[23:54:53.649 N] [GarrisonBuddy] 0.5: Collecting Garrison cache.
[23:54:53.798 D] Interacting with Garrison Cache (GameObject Id: 236916)
[23:54:55.325 N] [GarrisonBuddy] 0.5: Failed to collect Garrison cache. Already 0 attempts failed.
[23:54:55.394 N] [GarrisonBuddy] 0.5: Found 8 completed missions to turn in.
[23:54:56.877 D] [GarrisonBuddy] 0.5: ENS skipped 0 waypoints.
As you can above I had the cache collect with the first interaction and the second one failed as the cache no longer existed to be collected.
Aside from that mine and garden seemed to be just fine this time, and I am using Garrison Level 3.
If you could, make the work order thing per building I for one don't would not like the bot doing work orders from all the places currently available within my Garrison until you further implement more options for the work orders. For example, I have a trading post and the mats used for it change daily and some mats I would rather keep then having it automatically used on the work order. However garden and mine work orders are no problem.