JellyLabScripts / FarmHelper

Math
Other
109 stars 84 forks source link

Macro didn't stop on teleport check #197

Closed ghost closed 8 months ago

ghost commented 8 months ago

I just noticed this happened but it didn't actually stop or alert me. Can't confirm if it was an actual check because I don't have ShadowPlay and I didn't get banned or anything so far. I also can't reproduce this, if I try to manually trigger a teleport check failsafe it works.

Using v2.4.5-pre12.

[12:31:50] [Client thread/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] Changing state from RIGHT to SWITCHING_LANE
[12:31:50] [Client thread/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] Walking direction: X
[12:31:51] [Netty Client IO #1/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] [Failsafe] Teleport 2 detected! Distance: 4.927887916564941
[12:31:51] [Netty Client IO #1/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] [Failsafe] Teleport detected! Distance: 4.927887916564941
[12:31:51] [Netty Client IO #1/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] Saving state: SWITCHING_LANE
[12:31:51] [Netty Client IO #1/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] [Failsafe] Emergency added: TELEPORT_CHECK
[12:31:51] [Netty Client IO #1/INFO]: [CHAT] §6§lFarm Helper §8» §e[Failsafe] Probability of emergency: Teleport Check§r
[12:31:51] [Client thread/INFO]: [CHAT] §6§lFarm Helper §8» §eFailsafe is running! Blocking main onTick event!§r
[12:31:51] [Client thread/INFO]: [CHAT] §6§lFarm Helper §8» §e[Anti Stuck] Enabled§r
[12:31:51] [Client thread/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] [Rotation] Resetting
[12:31:51] [Client thread/INFO]: [CHAT] §6§lFarm Helper §8» §e[Anti Stuck] Disabled§r
[12:31:52] [Client thread/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] Tool id: 0 current item: 0
[12:31:52] [Client thread/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] Changing state from SWITCHING_LANE to LEFT
[12:31:53] [Client thread/INFO] [STDOUT]: [com.jelly.farmhelperv2.util.LogUtils:sendDebug:50]: [Farm Helper] Tool id: 0 current item: 0
May2Beez commented 8 months ago

It wasn't a real teleport check, I didn't fix the message yet, you got stuck into the wall and antistuck triggered, which cancelled the "teleport check", which was a false check.