ffxivcode / AutoDuty

Dalamud Plugin for FFXIV - AutoDuty
37 stars 46 forks source link

[Bug] (970) Vanaspati (lv85 dungeon) pathing walks past a path before it spawns #464

Open EnbyChu opened 1 day ago

EnbyChu commented 1 day ago

What happened?

The second pack of monsters after the first boss of Vanaspati, the Terminus Horror and three Terminus Weepers, has a delayed spawn and has to be killed to unblock the path forward. The current path for Vanaspati tries to move to the chest behind the blocked path before the pack spawns, causing the player character to move past the pack and get stuck on the blockage. The aggro range for the pack is only directly in front of them, so if the player goes too far behind them for something like an autorotation plugin to aggro with a ranged skill, the player character gets stuck on the blockage and softlocked, requiring you to manually move into the aggro range to defeat the pack.

This is easily fixed by adding a Wait 20000 step after Step 5 of the current Vanaspati path.

Version Number

0.0.0.166

Steps to reproduce the error

  1. Do an AutoDuty run of Vanaspati
  2. Defeat each of the packs before Boss 1, and then defeat Boss 1
  3. Defeat the pack after Boss 1
  4. AutoDuty pathfinds past the Terminus Horror and Weeper pack, requiring manual intervention

Relevant log output

No response

Other relevant plugins installed

No response

Plugin config file

No response