Commit Graph
18 Commits
Author SHA1 Message Date
dekvall 7971b88f7d XpTracker: Fix hopping to/from DMM worlds 2019-10-13 11:32:13 +02:00
dekvall 019ed814ea item identification: show identifier for placeholders and noted items 2019-10-11 09:05:46 +02:00
dekvall e9a805c735 fishing: Set status to NOT fishing when the flying fish is active
Since you are not getting fish while the flying fish is active, you are not
actually fishing any minnows.

Closes #8584
2019-10-09 00:52:36 +02:00
dekvall a23411f7f2 xptracker: fix goals set from level 1
Since the base xp for level 1 is 0 the startLevelXp was initialized from
the current level which made the progress bar calculations wrong as they
were based on the xp earned from the current level base xp and not level 1.
2019-10-04 23:51:45 +02:00
dekvall 047861d8cd object indicators: add ability to mark wall objects 2019-10-01 15:16:54 +02:00
dekvall 3819994572 runelite-api: add convexhull to wallobject 2019-10-01 14:05:51 +02:00
dekvall 03216e5954 Inventorygrid: Draw image for replaced item 2019-09-28 03:39:30 +02:00
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
dekvall 9fe8e8347e Add Nullable to widget dragging methods
The docs say both return null if no item is dragged
2019-08-08 00:52:41 +02:00
dekvall 0c76f473ec Add Nullable to Client::getLocalPlayer
At startup on loginscreen this method returns null
2019-08-08 00:44:28 +02:00
dekvall 85a5eb0cf9 Fix NPE in groundmarker plugin
Right-clicking the void in puro-puro sets the selectedSceneTile to null.
2019-08-07 20:32:59 +02:00
dekvall efc37e00d5 Add Nullable to Actor::getName 2019-08-07 20:32:02 +02:00