diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-10 14:33:20 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-10 14:33:20 +0200 |
commit | 698ebfb1a5673e52f97c681d41a1eb4becf92df7 (patch) | |
tree | 42bcd3a46d2e6814940a0924593d642a2982c15b /src/main/java/at/hannibal2/skyhanni/events | |
parent | 90b7eba90154668696d69766aed7be1aae61b9a6 (diff) | |
download | skyhanni-698ebfb1a5673e52f97c681d41a1eb4becf92df7.tar.gz skyhanni-698ebfb1a5673e52f97c681d41a1eb4becf92df7.tar.bz2 skyhanni-698ebfb1a5673e52f97c681d41a1eb4becf92df7.zip |
+ Changed Slayer Profit Tracker
+ Option to change price between npc/instant sell and sell offer
+ Save data in config
+ Added option to hide an item from the display
+ Showing the profit per boss
= Different tiers of same slayer type no longer gets merged together
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt | 3 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/SlayerQuestCompleteEvent.kt | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt b/src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt deleted file mode 100644 index 42f015ff5..000000000 --- a/src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt +++ /dev/null @@ -1,3 +0,0 @@ -package at.hannibal2.skyhanni.events - -class HypixelTickEvent: LorenzEvent()
\ No newline at end of file diff --git a/src/main/java/at/hannibal2/skyhanni/events/SlayerQuestCompleteEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/SlayerQuestCompleteEvent.kt new file mode 100644 index 000000000..5ed7ecac2 --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/SlayerQuestCompleteEvent.kt @@ -0,0 +1,3 @@ +package at.hannibal2.skyhanni.events + +class SlayerQuestCompleteEvent: LorenzEvent()
\ No newline at end of file |