plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

Item Processing Warner plugin

Open ConorJS opened this issue 1 year ago • 5 comments

Adds alert specific to item processing tasks (e.g. smithing, crafting, fletching). There are two, separately configurable alerts: one which fires when the processing is almost complete (i.e. an advance warning), and another when it completes. The former is the main reason for the plugin, and from where the plugin name is derived. The latter is more an afterthought, to allow a (potentially) more strong, or at least distinct alert when the user needs to more urgently respond.

The functionality of the advance warning works by keeping a history of 'changed' items in the user's inventory, identifying which items are changing into what, and calculates when the number of the input item will reach zero in the user's inventory, based on how recently there was a conversion, the current number of existing input items, and the number of ticks per conversion action (configured by the user - this is not calculated).

The alerts use a breathing effect (a little more pleasant than the RuneLite default, IMO), similar to my Camdozaal fishing plugin.

ConorJS avatar Apr 29 '24 09:04 ConorJS

Does action progress plugin do this?

raiyni avatar Apr 29 '24 11:04 raiyni

New plugin item-processing-warner: https://github.com/ConorJS/ItemProcessingWarner/tree/60d82b52a5e3851121344780ac8f1612189b354d

Does action progress plugin do this?

Judging from the config, no. It seems to provide a progress bar on the screen, individually configurable for each activity. I couldn't actually get the plugin to work though (tested casting silver with the respective option enabled, with no luck); nothing appears on my screen.

This plugin adds a glow effect over the entire client window, and the alert (optionally) fires before the processing event completes, which is the main purpose of the plugin. I don't think anything this plugin does overlaps with Action Process.

ConorJS avatar Apr 29 '24 12:04 ConorJS

@raiyni in case this fell off your radar

ConorJS avatar May 01 '24 14:05 ConorJS

It's been 2 days.

raiyni avatar May 01 '24 15:05 raiyni