-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add configurable waypoints for Goldor phase on f7. #934
Add configurable waypoints for Goldor phase on f7. #934
Conversation
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Outdated
Show resolved
Hide resolved
7d6cd86
to
9311e7d
Compare
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Outdated
Show resolved
Hide resolved
9311e7d
to
dcbea82
Compare
I took another look at the existing waypoint code, should this instead follow the class default for |
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.
Last things I believe.
src/main/java/de/hysky/skyblocker/config/configs/DungeonsConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/dungeon/GoldorWaypointsManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/config/categories/DungeonsCategory.java
Outdated
Show resolved
Hide resolved
Haven't tried the feature after rebasing, I'll give it a shot tonight & apply suggestions, after that it should be done. |
Tried it for a few runs, the waypoints are correctly rendered |
Thanks, but my first two comments are still not addressed. Please let me know if you need any help. |
Will do ! |
Is github drunk or are there requested changes that aren't marked as resolved ? I don't think I missed anything, yet, github is still complaining. |
It's cause Aaron hasn't approved yet, but I believe this pr is all good. Unless Aaron says something, you don't need to do anything. |
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.
looks good
Adds waypoints to the "tasks" phase of the catacombs floor 7. The waypoints are shown once Storm is defeated, and display one set of tasks at a time (switches whenever all tasks for a room are done).
Completed tasks are automatically hidden, by detecting the closest task to the player who just finished one. This might lead into some misdetections, if you were to complete a terminal while getting launched by the lava. You'd be closer to another terminal, which will be hidden instead of the one you actually completed.