goatcorp / suggestions

Plugin suggestions for Dalamud
41 stars 6 forks source link

Alert for Taxi seekers #983

Open heiwaastralis opened 1 year ago

heiwaastralis commented 1 year ago

Plugin Description

Hey, since i've been doing savages for a long time now and I'm doing reclears just now I was wondering ,is there a plugin that can alert you when somebody that joins your party usually leaves after 3rd fight ? Almost every weeks we have people joining for 5 to 8s reclears but leave after 7s cause they only want to be able to run 8s with their static so I was wondering if it'd be possible to do a plugin like this.

Goal isn't to stigmatize players, but to make sure that when you recruit for a FULL reclear ( from 1st boss to 4th ) , people stay until the end, unless it's really urgent.

Thus the plugin would alert you only if this is a recurrent behaviour of the given player.

More info

Basically here is how the plugin would work ( it's just an idea, there's probably smarter ways of doing that ) :

The goal is to avoid for people to get stuck after P7S ( or future savage reclears ) because of people looking for being able to taxi their static into 8S.

I'm not sure if it's possible, but I think a solution to make it work would be to use FFLogs , and see if the person that joined :

1) Usually clear 8s with the same persons every week 2) If not, do they usually clear 4th boss with 4 or + people from the 1st boss for the given week.

First scan checks if the person is having a static, basically. While Second scan checks if they stay until the last boss for their weekly reclears, or if they leave before 4th boss ( After 3rd boss )

If first is true, but second is false, no alerts occur. If first is false, but second is true, no alerts occur either (?)

Finally, if no FF Logs are found for the person, the plugin simply says that it was impossible to scan the person and moves on.

Original Requestor

No response

Request Terms

MidoriKami commented 1 year ago

Tangentially related, you can use Player Track to make notes for players that have done this before, you would need to manually add the note, and check the note when forming parties.

heiwaastralis commented 1 year ago

It's a possible solution for the consequences of it, but it'd be better to be able to prevent it before it happens. Still I'll be using this as a workaround until somebody eventually's interested in developing this idea :)