If you disable the plugin, and only use the docks in the settings of the bot,the docks on the WP updated normally.
I restarted 30 times docks. This is a bug, or how it should be? [ExilePather] Now creating the navmesh. [ExilePather] The pathfinder has been reloaded. [RecipeWithdrawTask] Now resetting task state. [RecipeSellTask] Now resetting task state. [HandleBlockingChestsTask] Now resetting task state. [ExilePather] The navmesh has been created. [HandleDoorsTask] Now resetting task state. [SellTask] Now resetting task state. [WithdrawTask] Now resetting task state. [ReturnToGrindZoneTask] Now resetting task state. [TagWaypointTask] Now resetting task state. [UseLooseCandleTask] Now resetting task state. [UnblockCorruptedAreaTransitionTask] Now resetting task state. [TravelToGrindZoneTask] Now resetting task state. [TravelThroughBossAreasTask] Now resetting task state. [TravelThroughBossAreasTask] Now resetting task state. [GridExplorer] AutoResetOnAreaChange is being set to True. [GridExplorer] TileKnownRadius is being set to 7. [GridExplorer] TileSeenRadius is being set to 5. [GridExplorer] AutoResetOnAreaChange is being set to False. [GridExplorer] Now segmenting the current area. [GridExplorer] Area segmentation complete 00:00:03.6664074. [Alerter] Chat message counter: 106 [Alerter] Total messages in chat frame: 107 [Alerter] Handling single chat message. [WithdrawTask] We cannot withdraw items out of town/hideout. Skipping this task until an area change or restart. [TravelToGrindZoneTask] PathToGrindZone = 3_3_9. [TravelThroughBossAreasTask] GrindZoneId = 3_3_9. [TravelThroughBossAreasTask] We are not currently in a boss area, or a supported boss area. [TravelThroughBossAreasTask] We are not currently in a boss area, or a supported boss area. [TravelToGrindZoneTask] GrindZoneId = 3_3_9. [TrackCorrupted] This dock has no corrupted area, remaking instance. [TakeWaypointTo] 3_3_9 (new instance) [InteractWith] Now attempting to highlight 27708. Adding location ["Waypoint"][27708] = {585, 373} for area [0x3AB332A7] [ResetAnchorPoint] Setting AnchorPoint to {578, 366} for 984822439. [ResetAnchorPoint] Setting CurrentAnchorPoint to {578, 366} for 984822439. [InteractWith] Now attempting to interact with 27708. [WaitForWorldPanel]
Dock Corrupted Sir can it be posible to make or update the dock corrupted plugin and the dock tweaks plugin in BETA for better start... thanks a lot
View attachment DockCorruptedFarm.zip For docks it works, but someone of developers should optimize logic for TrackCorrupted task, it sometimes die after taking corrupt area and return to docks, flag "corupted" not refresh to false(don't know why) and bot start find path to corrupt terrain in not corrupt arrea.
there is a bug with this, after awhile it just randomly went to the battlefield and then into the temple lunar or solis i dont rememebr the name and then it did it again after i reset it.
plz attach log file there was a problem , bot did not sell items , plz change this part of code or download new file Code: public async Task<bool> Logic(string type, params dynamic[] param) { if (type == "core_area_changed_event") { uint oldSeed = (uint)param[0]; uint newSeed = (uint)param[1]; var newArea = (DatWorldAreaWrapper)param[3]; EventInvocators.RaiseAreaChangedEvent(oldSeed, newSeed, newArea); _hasCorrupted = false; } if (type != "task_execute") return false; if (LokiPoe.Me.IsInTown || LokiPoe.Me.IsInHideout) await Coroutines.TakeWaypointTo("3_3_9", true, -1); View attachment DockCorruptedFarm.cs and plz look at this post , using this plugin can be risky
Everything seem fine, searching for area, running through it but when it kills boss 9/10 times it ignores vaal vasel, sometimes if i move manually near vasel it opens it, but most of the time just ignores it and goes to town. What can be issue there? To add, im using totemizer for dual totems....
This plugin only roll docks and going to corrupt area, when corrupt area is taken it gives control to standart bot's plugins for exploring corrupt area and taking vaal vesel , just make sure flag "vaal vessel" in oldgrindbot not cheked(or edit file OldGrindBot.json in bot folder/settings/your profile in "GlobalChestsToIgnore": has to be { "IsEnabled": false, "Name": "Vaal Vessel" } ) and "CommonEvents" plugin is enable and item filter has filters for pick up and save vaal fragmens. This plugin should work good with other Routines, but i'm using only ExtendedPlayerMover plugin and standart Routine.