aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/crimson
AgeCommit message (Collapse)Author
2024-07-10make the box position more smooth with location of the wither skeleton (#831)olim88
implement change suggested by "1styuki" in discord
2024-07-05Fix DisciplineTestHelper heldId NPEKevinthegreat
2024-07-05clean code and implement requested changesolim
2024-07-01clean ping codeolim
2024-07-01Revert "Fix glow colors"olim
This reverts commit 6ba6c22dadcf412e79c88a28841a340fdb64f51b.
2024-07-01Fix glow colorsolim
for some reason the mob glow colour is now BGR
2024-07-01fix bad use of ping packetolim
2024-07-01update to 1.21olim
2024-07-01fix conflicts with tool-tip refactorolim
2024-07-01implement requested changesolim
use fast-utils for the hash-maps. (first time using it not 100% sure its done right)
2024-07-01clean importsolim
2024-07-01add isInCrimson functionolim
2024-07-01improve stamina helperolim
make it box the whole hole instead of each block inside of it
2024-07-01smooth text in force heperolim
use smoothed cameraPos for the render possition so it stays in same place reltive to zomibe
2024-07-01fix control helperolim
make it actually based off ping and not just how long the games has been open and change the line to a block outline
2024-07-01add ping measure and improve masteryolim
mastery now counts down to when to release the bow
2024-07-01improve control helperolim
re work how the control helper works to give a smother and hopefully more accurate guess of where to aim
2024-07-01refactor and comment codeolim
2024-07-01add helper for staminaolim
add higlighting of holes in walls for stanima chalange
2024-07-01remove formatting for start_message regex and just strip the messageolim
2024-07-01fix to align with new configolim
2024-07-01fix not being able to attack mobs outside of dojoolim
2024-07-01add config optionsolim
add config options to toggle each helper for the dojo
2024-07-01add control test helper and clean more codeolim
2024-07-01make it so all block updates are recivedolim
this fixes swiftness and mastery solver
2024-07-01fix formatting and add some commentsolim
2024-07-01clean up and fix force testolim
when mob is hit in force reset timer
2024-07-01add force test helpderolim
add helper for the force test. unsure if timer is correct. sometimes last to long?
2024-07-01fix tenacity helperolim
rework tenacity helper to use particals to work out randomness and fix to be mainly accurate
2024-07-01simplify codeolim
do not bother trying to work out exact block as it seems to be random
2024-07-01add tenacity helperolim
added helper for tenacity however there seems to be randomness so can not highlight block its going to hit
2024-07-01add masteryTest helperolim
create helper for the mastery challenge
2024-07-01add swiftness helperolim
works but for some reason some block updates are not sent to the function so sometimes dose not update
2024-07-01initial commitolim
detection of when the player is in the dojo and the helper for the discipline is implemented
2024-06-181.21Aaron
2024-05-08fix indent in KuudraWaypoints.javaYasin
2024-05-08debloat SkyblockerConfig.java + translate changeYasin
removed text.autoconfig. prefix new way is skyblocker.option.
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message.
2024-02-18Better location management (#547)Ghost
* Better location management * Location enum rework * Removed unused constants
2024-01-26Improve Supplies & Fuel Waypoint accuracyAaron
2024-01-26Use correct constructorAaron
2024-01-26Tweak waypointsAaron
Thanks to Fluboxer for the suggestions!
2024-01-26Arrow Poison WarningsAaron
2024-01-25Kuudra WaypointsAaron