Feature/professions guide#355
Draft
StrahinjaT97 wants to merge 55 commits into
Draft
Conversation
…utton. -Appended properties to ahSession to accomodate new functionality -Added tracking of scan function calls and an optional max scan function calls set to defualt 10 -Switched around checks when creating gui. No need to create an embeeded gui if no results/is canceled.
Co-authored-by: SabreValkyrn <61754281+SabreValkyrn@users.noreply.github.com>
…njaT97/RXPGuides into feature/professions-guide
Additional functionalites. GUI tweaks.
Initial logic for skillups
Added lots of utility functions Created virtual AH for testing purposes Added greedy algorithm
added functions to recursively print tables
Added functionality for test profession
Moved GUI to GUI file Moved AH to AH file Moved DB to DB file Moved Localization to Locale file Reorganized main code
Added itemAveragePrice field to profSession table Implemented a function to calculate average price per item Implemented a greedy approach that considers only recipes with 100% success chance
Updated Average calculation Reworked serializeFoundItems function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Professions guide Draft PR