NightmareXIV / NotificationMaster

Notifies you about various events while your game is minimized.
GNU Affero General Public License v3.0
9 stars 3 forks source link

Implementing PartyFinder notificator #17

Closed Tischel closed 4 months ago

Tischel commented 4 months ago

Suggestion from: https://github.com/NightmareXIV/NotificationMaster/issues/8

Adds a new type of notification for PartyFinder events:

image

Features:

Notes: In my experience the easiest and most reliable way to know the party size is through the in-game party list addon. This way there's no need to have cross world parties specific checks or anything like that. I used to detect changes on the party member count. Also there's a hook to RaptureLogModule's ShowLogMessage to detect when the party fills or is delisted.

Limiana commented 4 months ago

Thank you! Might need some additional work to support alliance raids, but we'll see about it later.