* adding theater changes
* added case for first entry of room not swapping immedeatly
* checkstyle
* turned attackstyle into enum as per ganoms review
* checkstyle
* remove duplicate null checks
* no clue if this works, needs a read over
* added more weapons for my low level iron
* checkstyle
* cleaned it up a bit, converted to item ids rather then strings
* checkstyle
* cleaned it up a bit, converted to item ids rather then strings
* fixed if errors
* replaced default with a null check
* checkstyle
* changed to identifier
* move can afford to the quantity heading to stop text overflow (#1061)
* fix value not updating when changing price (#1061)
* fix NPE when inventory container is null (#1161)
When receiving a new beginner or master clue step (which can be detected
by checking the item ID shown in the chat dialog), the clue ID does not
change, because all beginner and master clues share a single ID. Hence,
we can reset the current clue when the "You've found a new clue!" dialog
appears to prevent stale clue information from persisting between steps.
Closesrunelite/runelite#9830
* npchider: change method by which npcs are hidden by name
* fix bug on client startup/shutdown where nothing gets hidden
* entityhider: change method by which npcs are hidden on death
This adds hotcold solver support in Prifddinas, and allows coordinate
clues to be located in the city.
Modify coordinate clues to support "real" and "overworld" locations so
that regardless of which region you are in, the overlays work for
either.
Closes#9459
util: move weaponType
WeaponType has been moved so it can be utilised by other plugins too. it has also been updated to reflect newer and missing weapons
* Remove sortMenuEntries as it is called before it would be used anyway
* Modify the menuentries in MenuOpened rather than setting twice
* menus: Corp, Devtools, Friend notes/tags, Grand exchange
* menus: Manager, ground items
* playerindicators: prioritize clan and friends over targets
Signed-off-by: PKLite <stonewall@pklite.xyz>
* correctly prioritizes, fixed targets and other not showing
Signed-off-by: PKLite <stonewall@pklite.xyz>