File Details
v0.3.2-bcc
- R
- Jan 26, 2026
- 365.03 KB
- 167
- 2.5.5
- Classic TBC
File Name
LazyProf-v0.3.2-bcc.zip
Supported Versions
- 2.5.5
LazyProf
v0.3.2 (2026-01-26)
Full Changelog Previous Releases
- docs: release v0.3.2
- fix(pathfinder): re-evaluate when new recipes unlock or colors change
Previously, CalculateQuantity() only stopped when the current recipe
went gray. This caused the pathfinder to skip potentially cheaper
recipes that became learnable at intermediate skill levels.
For example, at skill 170 Discombobulator Ray would be selected and
crafted all the way to 200, completely skipping Solid Blasting Powder
which becomes available at 175 and might be cheaper.
Now the algorithm stops and re-evaluates at breakpoints:- When a new recipe becomes learnable (skillRequired boundary)
- When the current recipe changes color (yellow/green boundaries)
This produces more granular path steps but potentially cheaper paths.

