-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Feature: Arachne kill timer #1993
Conversation
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 a few minor things I noticed
src/main/java/at/hannibal2/skyhanni/features/chat/ArachneChatMessageHider.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/ArachneKillTimer.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/ArachneKillTimer.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/ArachneKillTimer.kt
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.
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/features/chat/ArachneChatMessageHider.kt
Conflicts have been 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.
The feature works as expected. Please add regex tests for easier maintaining the class in the future.
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/ArachneKillTimer.kt
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.
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
What
Shows how long it took to kill Arachne after the fight ends. Enabled by default.
This is an improved version of DulkirMod's one, which has the following issues:
Has a slight dependency on repoPatterns in ArachneChatMessageHider.kt
Images
Changelog New Features