Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Releases: Explv/Explvs-AIO

Explv's AIO v3.1.0

17 Feb 19:42
Compare
Choose a tag to compare

Added randomize task order option to loop task.

This option will randomly shuffle the list of tasks, each time a loop begins.

Note that the break tasks will remain in the same task order, but will still be randomly shuffled.

For example:

If you had a set of tasks like this:

Level task 1 -> Break task 1 -> Level task 2 -> Break task 2 -> Loop task (last 4 tasks)

The list of tasks could be randomized like this:

Level task 2 -> Break task 2 -> Level task 1 -> Break task 1

But will never be randomized like this:

Break task 2 -> Break task 1 -> Level task 1 -> Level task 2

This is to prevent having multiple break tasks in a row

Explv's AIO v3.0.1

17 Feb 18:20
Compare
Choose a tag to compare
  • Maven support
  • Fix image loading
  • Use Roboto for paint font
  • Fix DurationPanel saving / loading
  • Fix RuneCrafting not withdrawing 28 essence when using tiara
  • Fix settings configuration stuck when Lumbridge Guide dialogue open

Explv's AIO v2.5.0

04 Feb 20:16
Compare
Choose a tag to compare
  • Don't override break manager if already overriden
  • Restructure loop task GUI
  • Add more time units to duration panel (seconds, minutes, hours, days)
  • Allow duration panel inputs to be decimals e.g. 1.5 hours

hours

Explv's AIO v2.4.1

04 Feb 18:31
Compare
Choose a tag to compare
  • Fixed woodcutting (removed previous fix for Christmas Trees based on modified colours)
  • Updated jewellery crafting to click on furnace, instead of using item on furnace
  • GUI l&f changes

Explv's AIO v2.3.2

02 Feb 23:19
Compare
Choose a tag to compare

Reduce unnecessary GUI width

Explv's AIO v2.3.1

02 Feb 22:30
Compare
Choose a tag to compare

Fix ItemReqBanking not withdrawing when min quantity of item req in inventory
Fix ItemReqBanking not depositing when more than target amount in inventory
Restructuring GETaskPanel
Fix RSUnitField validation

Explv's AIO v2.3.0

02 Feb 19:14
Compare
Choose a tag to compare
  • Dark GUI styling

gui

Explv's AIO v2.2.0

02 Feb 17:42
Compare
Choose a tag to compare
  • Adding delete button, move up button, move down button to task panels
  • GUI refactoring
  • Draw item icon over slot background in loadout panel

tasks

Explv's AIO v2.1.4

28 Jan 21:39
Compare
Choose a tag to compare
  • Rune essence mining reliability improvements

Explv's AIO v2.1.3

28 Jan 20:23
Compare
Choose a tag to compare
  • Fixed bar smelting interface