-
Notifications
You must be signed in to change notification settings - Fork 224
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
Run WoW remote in a virtual machine? #42
Open
raumi22
wants to merge
1,601
commits into
julianperrott:master
Choose a base branch
from
Xian55:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TY, but I am not maintaining this repo, best to use https://github.com/Xian55/WowClassicGrindBot if you want a current version. |
…finedvariables Feature: Ability to create user defined variables in `ClassConfig`
…e pet or somebody else tanking the mob.
…-targettarget Feature: Expose `TargetTargetEnum`
Feature: Configurable movement keys
…no extra random delay, just the specified milliseconds. On top of this when KeyPress logs the amount of time now considers the random delay and returns the total amount of time spent.
…ith Sleep. Rather using Tasks + Task.Delay to implement waiting mechanism. On the other hand uses KeyPressNoDelay so truly only presses the button for the calculated duration based on TurnAmount -> TurnDuration.
…nput Feature: improve navigation turn input
…h, AutoAttack, StopAttack single requirement was not properly obtained by the user.
…concat Fix: Upon populating the default KeyAction such as Interact, Approach, AutoAttack, StopAttack single requirement was not properly obtained by the user.
…at. Gives much better result.
…t-count Fix: TargetPetTarget goal use `dangercombat` key instead of pure `incombat`.
…ust before reaches the target and does moonfire but its too late!
Fix: Druid moonfire pull + typo
… player properly targets the pet target.
…rget Fix: Pet classes - After killing an enemy and having more of them the player properly targets the pet target.
…ng from Shoot to any spell.
…Moonfire based pull uses 'AddVisible' requirement. AdhocGoals no longer needed to be guarded with 'AfterCastWaitBuff' and 'DelayAfterCast'. 'Cooldown' mostly removed.
…dy contains the logic.
Refactor: `KeyAction.CastIfAddsVisible` replaced with `AddsVisible`. Requirement `CD==0` replaced by `WhenUsable`
Replace `DateTime.Now` with `DateTime.UtcNow` internally.
…emoved Updating ZCoord.
…serialized properly.
…hread while waiting for new path to destination. Incase the navigation no longer active can discard the result.
… reinitializing ClassConfig.
…he original path route modified after Reverse.
…ntup. Upon resuming the app check if new path is required.
… use more than 1 charges.
Feature: nonblocking navigation - small fixes
…ameFinder component.
…he image processing.
Feature: NpcNameFinder fuzzy search option - Processing with `Parallel.For`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
deleted