Closed SnosMe closed 12 months ago
Basically if perfect roll then need to ignore percent
argument, for filters created inside:
Thanks for the info, I will take a deeper look at it. What would you suggest as an easiest method to get the modified source code compiled and running on my desktop?
yarn dev
in /renderer and /main, also before that yarn make-index-files
in renderer
Hi, I am getting stuck on error trying to build the project. I am on Win11. I want to check if you have encountered something similar.
Run this command after installing dependencies 😅
Hi, I think I managed to complete this issue. If stat on item is max rolled, percentage argument in filter will be replaced by 0. This is implemented in util.ts
-> checkMaxedStatsPercent
. I would suggest making an indicator that the stat is max rolled, simmilar to indicator that item has improved quality. I left a little comment in filterModifier.vue
. Here is the pull request: SnosMe/awakened-poe-trade/pull/1143
@SnosMe Hi, I am looking for an issue to solve and this looks like interesting one to work on. Could you assign me? I would also welcome some information about the source code, maybe a hint where to look to find implementation of search range. Thanks