-
-
Notifications
You must be signed in to change notification settings - Fork 299
Improvement + Fix: Level 100 Pet Price Support* #5137
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
base: beta
Are you sure you want to change the base?
Conversation
src/main/java/at/hannibal2/skyhanni/features/misc/items/EstimatedItemValueCalculator.kt
Outdated
Show resolved
Hide resolved
|
I have detected some issues with your pull request: Body issues: Please fix these issues. For the correct format, refer to the pull request template. |
1 Detekt Failure
|
1 Detekt Failure
|
| val maxLevel = getMaxLevel(internalName) | ||
|
|
||
| if (this.getPetLevel() == maxLevel) { | ||
| internalName = "${internalName.asString()}+${this.getPetLevel()}".toInternalName() |
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.
the api seems to only support level 200 gregs
|
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
What
Adds Level 100 Pet Support to Estimated Item Value Calculator, Chest Value Display & Auction House Copy Underbid Price
Also fixed auto copy underbid copying more than once
Changelog Improvements
Estimated Item Value now accurately calculates level 100 pets. - Fazfoxy
Auto Copy Underbid Now Copies max level LBin. - Fazfoxy
Changelog Fixes