Skip extra loot wait when mouse loot is enabled
This commit is contained in:
@@ -237,9 +237,9 @@ class AutoBot:
|
||||
else:
|
||||
hw_ctrl.press(KEY_LOOT)
|
||||
time.sleep(0.5)
|
||||
# 2. 剥皮动作
|
||||
hw_ctrl.press(KEY_LOOT)
|
||||
time.sleep(self.skinning_wait_sec + 0.5)
|
||||
# 关闭扫雷时,保留原有的补按交互和固定等待
|
||||
hw_ctrl.press(KEY_LOOT)
|
||||
time.sleep(self.skinning_wait_sec + 0.5)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
@@ -334,10 +334,9 @@ class AutoBotMove:
|
||||
# 关闭扫雷时,执行基础的交互拾取
|
||||
hw_ctrl.press(KEY_LOOT)
|
||||
time.sleep(0.8)
|
||||
|
||||
# 2. 最后补漏剥皮(针对脚下尸体)
|
||||
hw_ctrl.press(KEY_LOOT)
|
||||
time.sleep(self.skinning_wait_sec + 0.5)
|
||||
# 关闭扫雷时,保留原有的补按交互和固定等待
|
||||
hw_ctrl.press(KEY_LOOT)
|
||||
time.sleep(self.skinning_wait_sec + 0.5)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user