-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
feat: AutoRod #5798
base: nextgen
Are you sure you want to change the base?
feat: AutoRod #5798
Conversation
src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/autorod/FacingEnemy.kt
Outdated
Show resolved
Hide resolved
...main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/autorod/ModuleAutoRod.kt
Outdated
Show resolved
Hide resolved
...main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/autorod/ModuleAutoRod.kt
Show resolved
Hide resolved
@@ -0,0 +1,68 @@ | |||
@file:Suppress("MaxLineLength") |
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.
bc long link in kdoc.
Line 22 in ce9a862
* The original code was taken from [LiquidBounce Legacy](https://github.com/CCBlueX/LiquidBounce/blob/legacy/src/main/java/net/ccbluex/liquidbounce/features/module/modules/combat/AutoRod.kt). |
So, I have tried the Auto Rod on Gamster Classic - but it barely works, it pulls back before it reaches the target. It also does not switch back to the sword without the use of Auto Weapon. I don't know. |
There is another PR which implements this better. I am working on this other PR. |
added the setting
|
it's swapping slots back before release the rod, idk why Lines 49 to 56 in 34ada88
|
where? |
# Conflicts: # src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/elytratarget/AutoFirework.kt # src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoPearl.kt
Auto use fishing rod to PVP.
The original code was taken from LiquidBounce Legacy.
Coded by @zyklone4096 (in #930)
Ported & recoded by @sqlerrorthing
closes #3693
closes #4397
closes #5526
closes #5114