Skip to content
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

Area Correction fix (enabled only for travi) + adjustment for HidePortraits with new 100ms refresh #623

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elobo91
Copy link
Contributor

@elobo91 elobo91 commented Jan 7, 2025

Area correction disabled by default.

Enabled in travincal run because of high chances to click on stairs to durance lvl 1. Defer function to disable AreaCorrection after the run.

Correction on bot.go after change to refresh interval (100ms) :

  • Prevent spamming hideportraits at start of new game Removed useless RefreshGameData when toggling legacy mode .
    Background loop is refreshing every 100ms so 150ms delay is fine here.
  • AreaCorrection is now only verified if enabled

Area correction disabled by default.  Enabled in travincal run because of high chances to click on stairs to durance lvl 1.  Defer function to disable AreaCorrection after the run.

Correction on bot.go due to new 100ms interval:
Prevent spamming hideportraits at start of new game
Removed useless RefreshGameData when toggling legacy mode . Background loop is refreshing every 100ms so 150ms delay is fine here.
AreaCorrection is now only verified if enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant