Commit Graph
7 Commits
Author SHA1 Message Date
dekvall ce4f90f6fa mining plugin: fix respawn timers in misc and resource area
Fix respawn timers for:
 - Adamant rocks in Wilderness Resource area
 - Coal rocks in Miscellania

The doubled respawn rate of the adamant rocks is a possible Jagex bug as
they are the only type of rock within the Wilderness resource area to do so.
The coal rocks in Miscellania are mined for favour instead of ores
and therefore have a shortened respawn time.
2019-08-12 19:55:05 -04:00
dekvall c2111810d8 examine plugin: remove examine value for coins
Removed the GE and HA price message when examining coins since
it's redundant information.
2019-08-12 19:49:27 -04:00
dekvall 1abadb0c9c loottracker: fix order on client reload
The panel is currently rebuilt with the earliest loots at the top.
For the sake of consistency, it should be the other way around.

Closes #9575
2019-08-10 12:28:27 +02:00
dekvall ef4c628068 loottracker: remove timestamp from LootTrackerRecord 2019-08-10 11:36:45 +02:00
dekvall e0dcb668da attack styles: fix hide styles on weapon change
Hiding attack styles primarily relies on a subscription to
onWidgetHiddenChanged but when swapping between bludgeon and bow this event
fires before onVarbitChanged which means that when swapping quickly between
the two, the longrange option will not be hidden. Since the plugin uses info about
the weapon to determine in which skill xp will be gained and ultimately, which widgets
should be hidden, we need an extra call to ProcessWidgets after a weapon switch to ensure
expected behavior.
2019-08-09 09:40:48 -04:00
dekvall 688ab50647 attack styles: fix NPE in overlay 2019-08-09 09:40:48 -04:00
dekvall 2f15420a84 Disable inventory grid if the dragged item is removed 2019-08-08 01:40:49 +02:00