MidoriKami / NoTankYou

FFXIV Dalamud Plugin, Shows a "Tank Stance" warning if no tanks in your party have their tank stance on.
Other
13 stars 13 forks source link

Show chocobo warning in non-city outposts #51

Closed diwo closed 1 year ago

diwo commented 1 year ago

Outposts like Summerford Farms in the open world are considered Sanctuaries. But chocobos can be summoned and the timer continues to tick down. This change shows the chocobo warning in outposts so that it can be refreshed before the chocobo buff is lost.

MidoriKami commented 1 year ago

Checking if the buddy is alive is a bit too hacky for my tastes.

Instead I check if you are able to use Gysahl Greens while in a sanctuary.

diwo commented 1 year ago

If you check for Gysahl Greens, the warning wouldn't show up while mounted within outposts because you can't use items while mounted. It would have a different behavior than when you're mounted outside outposts where the warning would be shown even while mounted.

MidoriKami commented 1 year ago

You are correct, you can't use items while mounted. That's not what my function is checking for at all.