TicTac7x / runelite-plugins

External plugins for RuneLite
https://runelite.net/plugin-hub/
11 stars 14 forks source link

Better Motherlode Mine Plugin Update #154

Closed Tasoril closed 5 months ago

Tasoril commented 5 months ago

With the latest update to the Motherlode mine, the number of pay-dirt that can be he0ld in the sack at base and upgraded has been updated to 108 and 189 respectively, so a minor change is needed in MotherlodeSack.java to update the variables to indicate the new size on lines 12-13

From: private final int SACK_SIZE_DEFAULT = 80; private final int SACK_SIZE_UPGRADED = 161;

To: private final int SACK_SIZE_DEFAULT = 108; private final int SACK_SIZE_UPGRADED = 189;

TicTac7x commented 5 months ago

https://github.com/runelite/plugin-hub/pull/6013

TicTac7x commented 5 months ago

Please test if it works normally for you now, the PR got merged to hub