Commit Graph

7422 Commits

Author SHA1 Message Date
Natesky9
69dec839b8 update vitality (#8362)
bug fix and rebase
2025-07-02 23:43:48 -04:00
riktenx
553ce38055 update loot-filters (#8361) 2025-07-02 23:05:38 -04:00
washer83
7f1f32fed4 add mage-animation-replacer (#8360)
Add mage-animation-replacer -- a plugin designed to swap the trident/barrage animations back to their old animations, which have a visual animation stall.
2025-07-02 20:13:06 -04:00
ChunkyAtlas
5d11692ccf update chance-man to v2.2.2 (#8359)
- fix: nullify music widget children to prevent NPEs on Profile Switch
- fix false positives by skipping non-item entries in getItemId and ground-item handling
- add "fire" to SkillOp
- add Unfired pottery to SkillItem
2025-07-02 19:54:36 -04:00
Henry Darnell
dc58846c5d update emoji-palette (#8358) 2025-07-02 19:19:14 -04:00
Adam Sharp
080cc2a7a8 Update Dude, Where's My Stuff? (#8357) 2025-07-02 22:55:15 +00:00
Adam Sharp
c75b28e373 update dude-wheres-my-stuff to v2.8.0 (#8356) 2025-07-02 18:13:17 -04:00
EwwItsMike
d107c7e47e update lucky-clan-bingo (#8355) 2025-07-02 18:10:53 -04:00
44Mikael
027de0d851 update temple-osrs (#8352)
use serverNpcLoot event and formatting changes to various files
2025-07-02 17:57:29 -04:00
georgebunn97
e4ffe086db update dry-rate-tracker (#8348)
* updating dry rate tracker plugin

* updating data save logic

* fixing single gson usage

* removing bin files
2025-07-02 17:54:02 -04:00
microtavor5
80eaa215c2 update pet-info (#8354)
Fix bug preventing the loading of the pet data from github, meaning that new installs could not use the plugin at all, and existing installs only used cached versions of the info
2025-07-02 15:47:26 -04:00
Need Femboy
c92eeb83b7 update sote-wall-remover (#8353) 2025-07-02 15:46:22 -04:00
EwwItsMike
d9ac399238 update imadrum-money (#8350)
* Update imadrum-money

* No longer using javax.sound
2025-07-02 15:42:53 -04:00
Natesky9
ff0e717122 update vitality (#8349)
* Update vitality

* Update vitality

removed debug text

* Update vitality

Updated vitality

* Update vitality

small update to april fools feature

* Update vitality
2025-07-02 15:40:53 -04:00
Benjamin Z
e6efdfac43 update varlamore-house-thieving to v1.5.4 (#8345)
# Release v1.5.4

Now takes into account glory when calculating valuable value
2025-07-01 23:18:43 -04:00
Reinhardt Rijna
7153125ac0 update runeprofile to v2.0.6 (#8344) 2025-07-01 21:14:52 -04:00
ScreteMonge
567911bb4e update creators-kit to v2.0.8 (#8342)
* Update Creator's Kit to v2.0.7

The long-prepared for Creator's Kit 2.0 update. This update activates a number of previously added but hidden features including the TimeSheet and all keyframing capabilities. It allows for the creation of keyframes for different aspects of RLObjects, like animations, movement, and 2D elements like overheads and text.

ItemData, BodyPart, DataFinder, & ModelGetter:
- now includes wear positions per item and names them appropriately when using the CacheSearcher

Character:
- Now uses Keyframing instead of previous Programs. Program, ProgramComp, and the ProgrammerPanel have been removed
- Now directly handles rgb value instead of ProgramComp. This change is reflected as well in CharacterSave

Pathfinder:
- Methods now return int[][] instead of Coordinate[] for finding paths, and accommodates instances properly, with separate methods for poh/gauntlet
- Transplant method now accounts for all MovementKeyFrames

Programmer
- Now properly acknowledges whether the Character is in the scene or not

AttributePanel:
- Temporarily disabled MovementKeyFrame looping
- Added a number of tooltips for better referencing different features
- Cleaned up some wording and formatting regarding SpawnKeyFrames and ModelKeyFrames
- Tweaked SpotAnimCard and HitsplatCard creation such that you cannot duplicate to the currently open KeyFrameType, instead showing a label instead of a button

CacheSearcherTab
- Now shows animations for an NPC when the NPC option is clicked

SubMenuCreator:
- Now properly handles initialization of Movement or Orientation keyframes through TimeSheetPanel methods of initialization

ManagerTree
- Removed unused methods relating to previous Programs
- Updated JoptionPane.showConfirmDialog to a null parent
- ManagerTreeTransferHandler now properly handles whether the drag/drop location is hovering over an inappropriate target

OrientationKeyFrames
- Now consider 32 to be the default turn rate. All references to turn rate of -1 have been updated to a static value of 32 from OrientationKeyFrame

Hitsplats:
- Now applies different variants, including Normal, Max, and Other for different hitsplats/tints
- A number of other variants have been added, like Bleed, Burn, and Armour

Config
- Cleaned up a number of now-unused functions relating to the old Programming system. Added a config item for choosing the movement algorithm, which used to be handled by that programming system individually per Object

CreatorsOverlay
- Updated to accommodate path lines for the new programming system by looking at MovementKeyFrames instead of previous Programs
- Tweaked rendering of lines to show them as much thicker, and make the selected RLObject stand out further

CreatorsPlugin
- Added a number of hotkeys relating to the new Programming system
- SetLocation, addProgramStep/removeProgramStep/ClearProgramStep methods have been completely overhauled to accommodate the new Programming system

* Update Creator's Kit to v2.0.8

v2.0.8
- Reorganized several classes into appropriate folders
- General code cleanup for several classes, removing unused parameters and methods
- Hotkeys for setting Start and End orientation have been moved to the config for modifiability
- Removed ObjectPanel class and replaced its function with JPanels, as they are functionally identical
- createComplexModel() will now send chat messages regarding model stats only when called through the Model Anvil
- Removed orbSpeedListener Hotkey as it's generally been superseded by orbPresetListener

- Bugfix: ToolBoxFrame is now properly disposed on plugin shutdown
- Bugfix: moving folders should now appropriately update the associated nodes of its children
- Bugfix: reseting HitsplatAttributes will now set sprites to default back to Block instead of None
- Bugfix: fixed NPEs occurring when using the CacheSearcherTab to attempt to add Keyframes
2025-07-01 15:52:53 -04:00
Lake
22366f854d update gauntlet-chest-popup to v1.2.1 (#8340) 2025-07-01 15:25:38 -04:00
ChunkyAtlas
c61db722dd update chance-man to v2.2.1 (#8339)
fix: guard widget child arrays in MusicWidgetController to prevent NPE on revertOverride

add Monster Inspect Spell

fix spell/autocast blocking

fix: restore MusicWidget override on plugin shutdown
2025-07-01 15:23:30 -04:00
Dazuzi
7f812248c3 update entity-render-distance (#8333) 2025-07-01 15:12:07 -04:00
Dylan Gearhart
3313f8f380 update deathdotter (#8341) 2025-07-01 09:21:13 -07:00
juniper
ab653fe78a update clickertraining (#8338) 2025-06-30 20:52:34 -04:00
Dylan Gearhart
6127830dc4 update deathdotter (#8337) 2025-06-30 18:23:34 -04:00
Dylan Gearhart
5a1d3de1a2 update deathdotter (#8335) 2025-06-30 17:10:52 -04:00
Ben James
e20d1bb08d update crosshair-cursor (#8319)
* Update crosshair-cursor

* Update crosshair-cursor

* Update crosshair-cursor
2025-06-30 16:55:13 -04:00
nucleon
f094738c2c add port-tasks (#8316)
* Create port-tasks

this plugin visually plots navigational paths on the world & map between dock locations for active Port Tasks, tracks cargo and deliveries, all courier tasks in the beta are supported

* Update port-tasks

* Update port-tasks, object overlays

* Update port-tasks, plugin finished

* Add warning about sailing beta

Co-authored-by: Rhea <napkinorton@gmail.com>

---------

Co-authored-by: Rhea <napkinorton@gmail.com>
2025-06-30 16:50:49 -04:00
Levente Kurusa
eb72675d6c update advanced-raid-tracker (#8317)
* Update advanced-raid-tracker

- Add support for new weapons/animations.
- Fix Maiden room timer

* art: add levex to authors

---------

Co-authored-by: Levente Kurusa <leventekurusa@gmail.com>
2025-06-30 16:45:40 -04:00
Jacob McNeilly
ff74ad84dc add poh-portal-labels (#8303)
* feat:  Add POH Portal Labels plugin

* fix: update commit reference for POH Portal Labels plugin
2025-06-30 16:44:09 -04:00
Richardant
d23b160d45 add menu-stones-hider (#8322)
* Create menu-stones-hider

* Update menu-stones-hider
2025-06-30 15:29:32 -04:00
juniper
1ce69e25b4 update clickertraining (#8327)
* Add clicker training plugin

* changed commit id

config group was incorrectly set

* updated to new commit ID to fix the license

* added partial levels, volume settings, clogging

* Rewrote audio to use RuneLite's built in audio, slightly reworded settings

* added absolute interval, removed unused imports and cleaned, removed sleep deprivation
2025-06-30 15:28:16 -04:00
riktenx
d546232d3c update loot-filters (#8323) 2025-06-30 15:08:37 -04:00
adnapPanda
d83a973755 update pyramid-plunder-counter (#8320) 2025-06-30 15:00:58 -04:00
db1996
2151367d8b update homeassistant (#8312)
* Update homeassistant

- Added support for aggression timer updates
- Refactored some functions to check farming patches way less.
- Updated readme to be more clear

* Update homeassistant

* Update homeassistant

- Complete refactor of the plugin. Each functionality has it's own tracker class now. Also added skill boosts
- Added skill boosts

* Update homeassistant

* Update homeassistant

* Update homeassistant

- Added collection log events

* Update homeassistant

- Added support for achievement diaries event
- Added support for combat task event
2025-06-30 14:53:07 -04:00
nwerblun
fb80f99547 update linux-custom-cursor (#8310)
* Update linux-custom-cursor

Integrating memory leak fix. 
Changed deprecated Inventory ID to new version
Added mirroring across x/y with similarly cached images to avoid memory leaks.

* Update linux-custom-cursor

* Update linux-custom-cursor
2025-06-30 14:35:11 -04:00
T8or
91433820d3 update recommended-equipment (#8307)
Fixed issue with `execute` being deprecated.  Replaced with 1enqueue` callback. 

Also updated Readme, License year, and minor version number
2025-06-30 14:28:36 -04:00
ScreteMonge
652f92f1ea update creators-kit to v2.0.7 (#8305)
The long-prepared for Creator's Kit 2.0 update. This update activates a number of previously added but hidden features including the TimeSheet and all keyframing capabilities. It allows for the creation of keyframes for different aspects of RLObjects, like animations, movement, and 2D elements like overheads and text.

ItemData, BodyPart, DataFinder, & ModelGetter:
- now includes wear positions per item and names them appropriately when using the CacheSearcher

Character:
- Now uses Keyframing instead of previous Programs. Program, ProgramComp, and the ProgrammerPanel have been removed
- Now directly handles rgb value instead of ProgramComp. This change is reflected as well in CharacterSave

Pathfinder:
- Methods now return int[][] instead of Coordinate[] for finding paths, and accommodates instances properly, with separate methods for poh/gauntlet
- Transplant method now accounts for all MovementKeyFrames

Programmer
- Now properly acknowledges whether the Character is in the scene or not

AttributePanel:
- Temporarily disabled MovementKeyFrame looping
- Added a number of tooltips for better referencing different features
- Cleaned up some wording and formatting regarding SpawnKeyFrames and ModelKeyFrames
- Tweaked SpotAnimCard and HitsplatCard creation such that you cannot duplicate to the currently open KeyFrameType, instead showing a label instead of a button

CacheSearcherTab
- Now shows animations for an NPC when the NPC option is clicked

SubMenuCreator:
- Now properly handles initialization of Movement or Orientation keyframes through TimeSheetPanel methods of initialization

ManagerTree
- Removed unused methods relating to previous Programs
- Updated JoptionPane.showConfirmDialog to a null parent
- ManagerTreeTransferHandler now properly handles whether the drag/drop location is hovering over an inappropriate target

OrientationKeyFrames
- Now consider 32 to be the default turn rate. All references to turn rate of -1 have been updated to a static value of 32 from OrientationKeyFrame

Hitsplats:
- Now applies different variants, including Normal, Max, and Other for different hitsplats/tints
- A number of other variants have been added, like Bleed, Burn, and Armour

Config
- Cleaned up a number of now-unused functions relating to the old Programming system. Added a config item for choosing the movement algorithm, which used to be handled by that programming system individually per Object

CreatorsOverlay
- Updated to accommodate path lines for the new programming system by looking at MovementKeyFrames instead of previous Programs
- Tweaked rendering of lines to show them as much thicker, and make the selected RLObject stand out further

CreatorsPlugin
- Added a number of hotkeys relating to the new Programming system
- SetLocation, addProgramStep/removeProgramStep/ClearProgramStep methods have been completely overhauled to accommodate the new Programming system
2025-06-30 14:23:12 -04:00
Cooper Morris
53695536ea update prayer-markers to v1.0.1 (#8336) 2025-06-30 14:07:46 -04:00
EwwItsMike
4c0ae43ed6 update lucky-clan-bingo (#8297) 2025-06-30 14:05:15 -04:00
Pepijn Verburg
8cf7dacf54 update twitch-live-loadout to v2.3.0 (#8293)
Changelog:
feat: Added gameClient property to each payload sent to Twitch. This allows the extension to identify the game client and adjust behavior based on the client type.

fix: Resolved two state management issues related to tracking login state and whether streamer products have been fetched. This ensures the login game event triggers properly.

chore: Added debug messages for handling game events to aid troubleshooting.

feat: Increased the preview duration for manual event testing, allowing longer test periods.

fix: Fixed widget flickering when updating or altering properties due to incorrect timing between widget and marketplace product sync. Now using onPostClientTick event for WidgetManager synchronization.

fix: Fixed issue where empty tokens would still trigger Twitch EventSub WebSocket creation.

feat: Added DMM safe deposit box support for secure item handling.

feat: Implemented game event listeners for graphic changes and chat messages.

feat: Introduced support for additional game events (level up, raid completion, boss kill, pet drop) to trigger random events.

chore: Updated version number to reflect latest changes.

fix: Resolved projectile handling issues with random events due to the change in startZ parameter. Also added placeholder for future API changes.

refactor: Updated how the shouldLoop property works following the deprecation of the shouldLoop function.

fix: Fixed deprecated custom projectile API issue in WorldView instance.

fix: Fixed issue where data payload to Twitch exceeded the 5KB limit, particularly with combat achievements. Syncing combat achievements now takes longer.

fix: Resolved issues related to new game values and various deprecations.

fix: Fixed issue where the previous player location wasn't known on login if the player hadn’t moved yet. Now, the system selects the first nearby tile as the ‘fake’ previous location, ensuring immediate product functionality.

feat: Introduced support for resetting the expiry timer of a marketplace product when game events trigger. This ensures events can stack by resetting active product timers.

feat: Added support for new game event triggers to activate marketplace products, including on login, specific menu entries, or game ticks.

fix: Fixed issue preventing preview transactions from being fetched when no products were added to slots.

fix: Resolved minor issue when checking for valid items in menu entries.

chore: Rearranged settings for better logical structure.

feat: Added new cyclic state for group storage handling with options to disable syncing of group storage items and/or price.

feat: Added animation override for all animations, useful for NPC transmogs to prevent weird animation glitches.
2025-06-30 14:02:38 -04:00
Patrick Watts
e2f2458c43 update supplies-tracker (#8290)
* Update supplies-tracker

* Update supplies-tracker

- Add quiver tracking

* Update supplies-tracker

- add quiver ammo tracking
2025-06-30 13:48:34 -04:00
James Shelton
a7ff7168ad update tasks-tracker (#8281) 2025-06-30 13:45:09 -04:00
Cooper Morris
219b2d6b0a add prayer-markers (#8274) 2025-06-30 13:42:55 -04:00
Robin
0f1951c966 update wom-utils to v1.4.7 (#8277) 2025-06-30 13:37:31 -04:00
RonnyTommy548
fe9b527815 add zulrah-loot-locator (#8268)
* Create zulrah-loot-locator

* Bump commit hash due to build error

* Update zulrah-loot-locator

* Update zulrah-loot-locator

* Update zulrah-loot-locator

* Update zulrah-loot-locator
2025-06-30 13:19:11 -04:00
Danial
c86ca05b01 add group-storage-reminder (#8267)
* Create group-storage-reminder

* Remove depreciated access

* Tidy up, update plugin properties

* Always on top

Show overlay on top of bank interface if covered

* Add menu option to add/remove item from reminder

Only visible while group storage interface is open

* Add icons to items in bank/storage

* fixup

* oops

* Update readme, and fixes

* Remove logs
2025-06-30 13:16:57 -04:00
m0bile btw
3c7530869d update c-engineer-completed to v1.2.6 (#8264)
* Update c-engineer-completed to v1.2.6

* Update c-engineer-completed to v1.2.6
2025-06-30 13:14:41 -04:00
cbrewitt
f5b78b829b update flipping-copilot to v1.7.1 (#8262)
* update flipping-copilot to v1.7.1

* switch to branch with linear commit history

---------

Co-authored-by: cillian <cillian@coflip.net>
2025-06-30 13:13:00 -04:00
Adam Sharp
5ea473aa08 update dude-wheres-my-stuff to v2.8.0 (#8225) 2025-06-30 12:51:39 -04:00
Rhea
13eab07b85 update tombs-of-amascut to v2.12.2 (#8332) 2025-06-30 12:30:58 -04:00
Dylan Gearhart
c6546590b7 update deathdotter (#8313)
* pushing commit file

* removed logging statement

* removed unused variable
2025-06-30 09:26:02 -07:00