-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slayer System rework #1040
Slayer System rework #1040
Conversation
7azeemm
commented
Nov 1, 2024
- Added Slayer HUD
- Added Boss slain time
- Added Personal Best slain time
- Added Boss and MiniBoss spawn alert
- Added Mute Enderman sounds
- Added Lazer phase Timer
Added Boss slain time Added Personal Best slain time Added Boss and MiniBoss spawn alert Added Mute Enderman sounds Added Lazer phase Timer
Looks pretty good. |
nice, appreciate your help |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nitpicks here and there but the code looks good in general. I didn't look too deep into the logic since stuff just seemed to work, excluding the LazerTimer as I wasn't able to test it. (too weak for voidgloom seraph lol)
src/main/java/de/hysky/skyblocker/skyblock/slayers/SlayerManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/slayers/SlayerManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/slayers/SlayerManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/slayers/SlayerManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/slayers/SlayerManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/slayers/hud/SlayerHudWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/slayers/SlayerManager.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a complete review yet, but just some comments.
src/main/java/de/hysky/skyblocker/mixins/WorldRendererMixin.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/mixins/WorldRendererMixin.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/mixins/WorldRendererMixin.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Kevin <[email protected]>
Co-authored-by: Kevin <[email protected]>
Co-authored-by: Kevin <[email protected]>
mixins changes shows now previous personalBest and more
Fixed BossBar not working with rev t5
Looks good to me |
There's a regression where the slayer bossbar won't redetect the new slayer armourstand if the player moves out and back in of range of the slayer. I think you an just dynamically attempt to grab it here if the boss fight is active |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one small thing
src/main/java/de/hysky/skyblocker/skyblock/slayers/boss/voidgloom/LazerTimer.java
Outdated
Show resolved
Hide resolved
I think we can just make |
Should be fixed now, I added Scoreboard check for boss spawning if player was not in range of boss, but only starts the timer if enabled and spawn alert. the bossbar and glow won't work because |
src/main/java/de/hysky/skyblocker/skyblock/slayers/SlayerManager.java
Outdated
Show resolved
Hide resolved
alr |
64ee6e1