Skip to content

Add bot automation loop with progress tracking and start/stop toggle#7

Open
KSPOG wants to merge 1 commit into
mainfrom
codex/fix-code-functionality-issues-t4yqsm
Open

Add bot automation loop with progress tracking and start/stop toggle#7
KSPOG wants to merge 1 commit into
mainfrom
codex/fix-code-functionality-issues-t4yqsm

Conversation

@KSPOG
Copy link
Copy Markdown
Owner

@KSPOG KSPOG commented Aug 21, 2025

Summary

  • wire up a BotCore loop that clicks Raid's Fight button, waits for victory, applies auto-sell rules, and reports progress
  • switch ScreenUtils to send clicks through WindowClicker so only the Raid window receives them
  • embed a progress bar in the settings UI and flip Start to Stop while the bot is running
  • drop the JNA-based clicker in favor of a pure AWT implementation to avoid unresolved dependency issues

Testing

  • javac -cp src/main/java $(find src/main/java -name '*.java') (fails: package org.bytedeco.opencv.global does not exist, package com.fasterxml.jackson.databind does not exist, package net.sourceforge.tess4j does not exist)
  • mvn -q test (fails: Plugin org.apache.maven.plugins:maven-resources-plugin:3.3.1 or one of its dependencies could not be resolved: Network is unreachable)

https://chatgpt.com/codex/tasks/task_e_68a7592fa6e48330965fde318d2b46ca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant