There's a set of guaranteed tracks that can be used when calculating the path
when tracking herbiboars. The tracks are listed on the osrs wiki.
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
Adds the region of the world the scout was performed.
Before: W303 Username
Now: W303 (DE) Username
Co-authored-by: melkypie <melkypie@users.noreply.github.com>
The key remapping plugin has no way to operate being on and also not
blocking chat input, due to the other features of the plugin all doing
key remaps and thus are required to know whether or not you are trying
to type, or using a remapped key.
This moves the blocking to the core, which we think won't affect many
users anyway, and those that it does can just remap their mouse keys.
This commit adds a configuration to the Kourend library plugin to
display a hint arrow above the target bookcase. (when it is known)
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
This commit changes the Kourend library panel to show a different color
for books which are not the target based on whether they are in the
player's inventory or not. Previously, the target book would be shown in
green and all other books would be listed in white. Now, non-target
books in the player's inventory are shown in white and those the player
does not have are shown in orange.
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
Previously, clicking on the active calculator's skill would reset the
goal level and experience text input fields. This commit prevents that
reset when selecting the already-active skill, and only resets them when
viewing a different skill's calculator.
This was only removing color tags before, however neither text component
nor line component can correctly handle the other tags anyway, so remove
all tags
This commit adds an animation check to the other fishing status checks
already present in the fishing overlay (interacting and fishing spot NPC
name check) to ensure that the status correctly changes to "NOT fishing"
when the player's fishing animation is interrupted by certain actions
such as being presented with a level-up dialog. This commit causes one
other behavioral change as a side effect, which is that the player's
fishing status will be "NOT fishing" while running toward a distant
fishing spot until they reach it and start their fishing animation.
Fixesrunelite/runelite#10900