* Create timers-ca
* Update timers-ca
Grotesque Guardians added and Vardorvis timer now correct track the time on resets
* Update timers-ca
More bossees added and fix a problem with stopping the timer at over 1k kc
* Update timers-ca
fix on start tick for Hueycoatl
* Update friend-live-locations
* Update friend-live-locations
* converts the real coordinates to the map coordinates and added the option to display the overworld location of a player when underground
* sha1sum
* getVar to getVarbitValue
* removed new creation of Gson
* Update Creators-Kit to v1.5.4
- FolderTree, CreatorTreeModel, CreatorTreeTransferHandler refactored to ManagerTree, ManagerTreeModel, and ManagerTreeTransferHandler, respectively
- ManagerTree now uses Characters directly as nodes instead of ObjectPanels, and new Folder class for folder nodes
- TimeTree added which links the ManagerTree to the Timesheet
- Switch buttons removed in favour of managing Objects via Tree Drag/Drop
- Help button added to CreatorPanel to link to youtube tutorial
- Setup saving/loading updated to handle new ManagerTree
WIP
- TimeSheetPanel tab added to Toolkit. WIP, temporarily hidden
- Various UI elements worked on to support TimeSheetPanel
- TimeTree correlates of ManagerTree created for TimeSheetPanel
* Update creators-kit
Bugfix: loading Setups wouldn't properly revalidate side panel
* Update creators-kit
Bugfix: adding objects to Manager or duplicating objects in Manager wouldn't properly resetObjectHolder
* Update creators-kit
System.out removed
* Update clue-details to 2.0.3
Small fixes to improve clue despawn diff comparisons, fix some clue text for beginner/master clues, and reduces amount of processing done on menus appearing.
* Reverted incorrect clue text change in clue-details
* Create onlyree
* Update onlyree
* Update onlyree
- Adds XP Bonuses for HueyCoatl and Amoxiatl
- Adds a toggle option to prevent AoE attacks from triggering the plugin sound effect
- Fixes not loading the XP bonuses
- Prevents a ruby bolt spec from triggering the plugin sound effect
* Update onlyree
fix: Moves BufferedReader into try-with resources to automatically close it.
* Update onlyree
Fixes a bug where ignoring a previous sound effect triggering would cause the next hit to always trigger the sound effect.
Fixes handling fake xp drops so multihitting weapons can trigger the sound effect.
* Create red-clicks-only plugin
Adds the Red Clicks Only plugin, which removes the function of the "Walk here" option
* Update commit hash
Fix package name
* Update Embargo plugin (bug fix + version bump)
- Only call API route once every 3 minutes instead of on tick
- Bump version from 1.0 to 1.1
- Change description
* Embargo Plugin Update - Update side panel, bump ver, change desc
* Add check for profile type in collectionlog unlock route
* Fix for bad var name
* Update Embargo to 1.2.1
- Addresses an issue with the clientThread hanging when the GameState is set to LOADING
- Bump version to 1.2.1
* Update Embargo Plugin
* feat: Add minigame completion tracking
New:
- Update readme to include new feature information, including a disclaimer that we do not store IP address
- Bump version to 1.3.0
- Add minigame completion tracking
Fix:
- Only send STANDARD profile raid/minigame completions
- Abstract logic to keep raid/minigame completion logic in a single function, `handleActivityCompletion`
- Rename `getRaidMembers()` to `getSurroundingPlayers()` to better describe what the function does
* Remove e.printStackTrace() calls
* Update clue-details to 2.0.0
Adds beginner and master clue tracking
- This tracks them once read in your inventory, on the floor, and in the bank. Edge-cases such as dying with a clue will likely result in the tracking failing.
Add new Varlamore clues
Changes the sidebar to render more efficiently
- more clues meant more processing in the sidebar, meant a bit of chugging sometimes. This should be noticably improved.
Adds a reset button for customised tags
* removed gson instantiations from clue-details
* fix: remove deptricated widget usage in clue-details
* Update ban-list-export
Now possible to export to a google sheet and import from a google sheet.
Guides are available in the readme.
* Update ban-list-export