Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send group data when getting drop from group content #477

Open
2 tasks done
Fuzznip opened this issue May 18, 2024 · 0 comments · May be fixed by #478
Open
2 tasks done

Send group data when getting drop from group content #477

Fuzznip opened this issue May 18, 2024 · 0 comments · May be fixed by #478
Assignees
Labels
enhancement Improvement to an already existing notifier Notifier: Loot

Comments

@Fuzznip
Copy link

Fuzznip commented May 18, 2024

Checklist

  • I've searched the issues and pull requests for similar looking suggestions.
  • I've checked the Unreleased section of the changelog for newly added features that sound like my suggestion.

Describe your Suggestion

Would be very cool to list the members inside a raid or group kc as a field like:

{
  "content": "%USERNAME% has looted: \n\n%LOOT%\nFrom: %SOURCE%",
  "extra": {
    "items": [
      {
        "id": 1234,
        "quantity": 1,
        "priceEach": 42069727,
        "name": "Some expensive raid item"
      }
    ],
    "source": "Very difficult raid",
    "category": "NPC",
    "killCount": 60,
    "rarestProbability": 0.001,
    "group": [
        "player1",
        "player2",
        "player3"
    ]
  },
  "type": "LOOT"
}

Reasoning

Would be very helpful as my web server is currently parsing dink data to handle automating our clan events, and group data can help automate split gp tracking, group-based event tracking, clan participation metrics, etc.

Have not really thought through any edge cases or implications of trying to find this data but thought I'd ask if it was possible :P

@Fuzznip Fuzznip added the enhancement Improvement to an already existing notifier label May 18, 2024
@iProdigy iProdigy self-assigned this May 18, 2024
@iProdigy iProdigy linked a pull request May 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an already existing notifier Notifier: Loot
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants