* Update prestige to new repo
The original prestige plugin repo appears to be dead. I've updated the code to work w/ the latest runelite version on my fork.
* Update prestige
Update commit sha to latest
* Update prestige
Use latest build which uses InterfaceId over WidgetId which was deprecated.
* Update prestige
Replace WidgetInfo with ComponentId
* Update global-chat v2
* Update global-chat
* Update global-chat
* Update global-chat
* remove .sleeps
* Fix PR comments
* fix client thread issues
* make it more clear when msgs published in global chat
rdy for review!
Bugfix: save dialogue window will now run on swingutilities thread
Bugfix: saving CharacterSaves after removing all keyframes of a given type will now properly ignore null arrays
* Update max-hit-calculator to v2.1.0
v2.1.0:
- Add 600+ new npc type weaknesses from the Summer Sweep Up
- Reworked plugin panel
- Removed NPC Icons (impossible to maintain 750+ npc icon's for type weaknesses)
* Update max-hit-calculator
* Update max-hit-calculator
* Create clue-scroll-notifier
* Update clue-scroll-notifier
* feat: Replace external sound download with local resource usage for clue notifications
- Updated ClueScrollNotifierPlugin to remove external download logic and rely on local sound resources.
- Modified FileManager to use getResourceAsStream() to load the clue.wav sound file directly from the classpath.
- Refactored SoundEngine to handle sound playback using local resource
* Update clue-scroll-notifier
* Update clue-scroll-notifier
Plugins are now packed inside the resources folder instead of being grabbed from remote
* Update clue-scroll-notifier
* Update clue-scroll-notifier
* Update log-master
Bug fixes and updates
* Update log-master
Fix tier percent calculation
* Update log-master
Resizable task list with scrollbar
* Update log-master
Include fix for task list showing when rolling task
* Update log-master
Only load the remote list once on client load
* Update log-master
Responsive UI changes
* Create scrollboxcounter
* added chat message
A chat message is displayed if a scroll box is picked up from the ground: "holding 2/3 scroll boxes (hard)"
* fixed chat message send on inventory update
Chat message was only sent on item pickup. Now it also shows on scroll box "appearing" in your inventory (for example, when woodcutting). Also checks if you withdraw from a bank interface to not send the chat msg
* removed deprecated api methods
* added config option for chat message