Closed kramerology closed 1 month ago
Hello, has this been fixed? My plank sack is still not updating the amount of planks in the sack. Only updates the amount when I "check" it.
This pull request should fix it but it hasn't been merged in to the actual plugin yet. Just waiting for it to be reviewed/accepted
@Enriath Just tagging you here to see if you can merge/approve it
I'm new to all of this. hopw long does it usually take to get changes like this reviewed/accepted? I assume someone of the runelite team or jagex has to approve changes to keep the plugins safe? or is it just the original plugin author that has to accept the changes?
@Enriath If you could try fixing this/merge that would be sweet
Fixes #124
Originally, counting planks for Mahogany Homes used the same code as regular construction to extract build costs from the build interface. The recent game update removed this interface for Mahogany Homes so this method was no longer possible.
The plugin already had code to support building a limited number of interface-less items (eg. hat rack) with an assumed cost of 1 plank.
This PR expands that system for all Mahogany Home build hotspots with hardcoded build costs.
Open to suggestions for improvements