Feature/professions guide - #355
Draft
StrahinjaT97 wants to merge 80 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>
Additional functionalites. GUI tweaks.
Initial logic for skillups
Updated the use of .. with stringBuilder
Added necessary components to the GUI. Reorganized the code to accomodate new changes.
Added data validation functions Added saftey checks when necessary Added dynamic print slash command Fixed profession1/2 tables not initializing on start-up
Changed how recipesToConsider table is structured Updated the code to acommodate then new recipesToConsider table structure calculateRecipeMinimumPrice & calculateRecipeAveragePrice are both now mandatory Deleted obsolete functions Created a new system to check chances in main logic Added system to check if next recipe is cheaper before committing to one Added percentTreshold to RXPCData Fixed calculateRecipeAveragePrice to account for material.count Updated GUI to accommodate changes Finished some TODOs
…m cheaper (WIP) )
Created a debugging GUI for item tracking logic - delete when done
StrahinjaT97
force-pushed
the
feature/professions-guide
branch
from
July 15, 2026 14:21
3727b2d to
aba79b4
Compare
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