-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Feature: Gift Profit Tracker #3072
base: beta
Are you sure you want to change the base?
Conversation
Party gifts have a PARTY tier according to the official wiki, could add that next to SANTA, though I can't test either. |
Next time alpha is open I'll make a concerted effort to open a couple and see if I can easily add them to this |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.kt
Conflicts have been resolved! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works well!
i dont like the non auto detection of gifts used. maybe we can later (outside this pr) add an option to track when the gift item moves in the air and read related from/to armor stands then?
What
https://discord.com/channels/997079228510117908/1140705792937443448
Adds a profit tracker for opened gifts.
Technically has support for Party Gifts, but given the absurd price of those, and my lack of billions of coins to burn on getting chat patterns, this will solely track white/green/red gifts for now (unless the patterns are the same, I guess).
There are likely some items that are going to fail to map from the messages to the tracker. I had to add edge-case detection for Ice Runes, probably gonna be more... god bless beta testers.
Images
Changelog New Features
/shaddusedgifts
.Changelog Technical Details
gifting
package. - Daveed