-
-
Notifications
You must be signed in to change notification settings - Fork 208
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: Ghost Profit Tracker #1753
Conversation
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
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
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
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
Conflicts have been resolved! 🎉 |
…gs, and add todo for migration Signed-off-by: ItsEmpa <itsempa@users.noreply.github.com>
Signed-off-by: ItsEmpa <itsempa@users.noreply.github.com>
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/features/combat/ghostcounter/GhostCounter.kt
Conflicts have been resolved! 🎉 |
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.
SkyHanni 0.28.Beta.12: Caught a RepoError in GhostTracker at RepositoryReloadEvent: Repo file 'constants/GhostDrops.json' not found.
Caused by at.hannibal2.skyhanni.data.repo.RepoError: Repo file 'constants/GhostDrops.json' not found.
at SH.data.repo.RepoUtils.getConstant(RepoUtils.kt:98)
at SH.features.combat.ghosttracker.GhostTracker.onRepoReload(GhostTracker.kt:397)
at SH.data.repo.RepoManager.reloadRepository$lambda$9(RepoManager.kt:195)
at SH.utils.DelayedRun.onThread$lambda$2(DelayedRun.kt:45)
at SH.data.repo.RepoManager.reloadRepository(RepoManager.kt:189)
at SH.data.repo.RepoManager.reloadLocalRepo(RepoManager.kt:96)
at SH.config.commands.Commands.devTest$lambda$199$lambda$198(Commands.kt:631)
at net.minecraftforge.client.ClientCommandHandler.executeCommand(ClientCommandHandler.java:72)
at MC.client.gui.GuiScreen.sendChatMessage(GuiScreen.java:446)
at MC.client.gui.GuiScreen.sendChatMessage(GuiScreen.java:437)
at MC.client.gui.GuiChat.keyTyped(GuiChat.java:111)
at MC.client.gui.GuiScreen.handleKeyboardInput(GuiScreen.java:578)
at MC.client.gui.GuiScreen.handleInput(GuiScreen.java:534)
at MC.client.Minecraft.runTick(Minecraft.java:1674)
at MC.client.Minecraft.runGameLoop(Minecraft.java:1024)
at MC.client.Minecraft.run(Minecraft.java:349)
at MC.client.main.Main.main(Main.java:124)
One or more Detekt Failures were detected:
|
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/features/combat/ghostcounter/GhostData.kt # versions/1.8.9/detekt/baseline.xml
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.
One or more Detekt Failures were detected:
|
Signed-off-by: Empa <itsempa@users.noreply.github.com>
One or more Detekt Failures were detected:
|
Dependencies
What
WIP
Removes the Ghost Counter and replaces it with a Ghost Profit Tracker, to keep it consistent with other profit trackers, and to fix various issues with it.
TODO:
Changelog New Features