guillaume009 / runelite-plugin-action-progress

BSD 2-Clause "Simplified" License
3 stars 8 forks source link

[Bug] Order of Operations Matter #71

Open coopermor opened 2 months ago

coopermor commented 2 months ago

Using a pestle and mortar on a chocolate bar starts the grinding progress bar. However, using a chocolate bar on a pestle and mortar does not show the progress bar although the actions are happening.

JonneSaloranta commented 2 weeks ago

This issue is related to these lines if someone is interested fixing this.

https://github.com/guillaume009/runelite-plugin-action-progress/blob/6ba02959d00fafe83a69073485be216b07942f1c/src/main/java/com/github/calebwhiting/runelite/plugins/actionprogress/detect/UseItemOnItemDetector.java#L81-L92

or this.

https://github.com/guillaume009/runelite-plugin-action-progress/blob/6ba02959d00fafe83a69073485be216b07942f1c/src/main/java/com/github/calebwhiting/runelite/plugins/actionprogress/detect/UseItemOnItemDetector.java#L110-L122