* Shift Looting
Adds the option to let you loot with the shift to walk plugin.
* Update ShiftWalkerPlugin.java
* Update ShiftWalkerConfig.java
* codestyle fix
codestyle fix
* Update ShiftWalkerConfig.java
* Update ShiftWalkerConfig.java
* Update ShiftWalkerPlugin.java
By killing a monster which has a known respawn timer and leaving its
respawn area (by walking away or teleporting) and returning to it some
time after it has respawned, the plugin can erroneously overwrite its
respawn time with a much longer one. This commit fixes that issue by
assuming that the lower of the observed respawn time and the previously
recorded respawn time is the correct one.
* Added coal bag overlay
* Added original author of .onChatMessage() listener and .update() to license header. Author originally from pull #6242.
* Fixed line endings to be LF
* Fixed license header to be consistent with runelite license header.
* Added check for RUNELITE menu action type so that method will not trigger while specifying Shift Click options
Co-Authored-By: Hydrox6 <ikada@protonmail.ch>
* Added import for MenuAction class
* Combined guard clauses and removed superfluous method calls in MiningCoalBagOverlay constructor.
* Changed overlay text colour for coal bag to be white
* Removed whitespace and fixed naming of max inventory space constant.
* Updated name of full coal bag constant and update methods to be more descriptive
* Re-added necessary render method call that was not meant to be removed. Also now call the coal bag amount through the config interface instead of the plugin class.
* Added amountOfCoalInBag getter/setter overloads to MiningConfig in order to save the quantity of coal in the bag between sessions.
* Improved encapsulation and readability. Added guard to check wthat the message type is a game message (as opposed to a public chat message)
* Removed 'position' attribute from showCoalBagOverlay option inn Mining plugin.
* Removed unused import
* Fix's for errors
* Supersedes/Closes runelite#7353
Supersedes/Closes runelite#7415
Supersedes/Closes runelite#7493
Supersedes/Closes runelite#7401
Supersedes/Closes runelite#7151
Supersedes/Closes runelite#5383
streamline teleport item swaps
Move Mage of Zamorak teleport to Travel swap
It is a travel swap so there's no reason for it to have it's own option.
unify bank and exchange options
There's no reason for these to be separate options.
Swap Coal Bag Empty - Makes Empty the left click option when in a bank
* Update
Signed-off-by: James Munson <jmunson@openpoll.io>
* Added Trader Crew
Signed-off-by: James Munson <jmunson@openpoll.io>
* Added swap for quick enter[ToB]
Added swap Talk-to with Enchant for Eluned
Signed-off-by: James Munson <jmunson@openpoll.io>
* Overhaul of the Tick Timers plugin.
Added new OverlayUtils that are commonly found.
Added Attack Speed to npcManager. (Thanks wiki <3)
Updated Prayer API to contain widget info as well.
* Remove unnecessary code.
* Add Dag King animations.
* Update NPCManager to use int instead of Integer.
* Add Waterbith Region check for DKs
* Make valid region check happen only during game state change event.
* Renaming and other misc.
* Renaming and other misc.