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