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

File extension: .wowfishingsetting #47

Open
EloiStree opened this issue Jan 16, 2021 · 0 comments
Open

File extension: .wowfishingsetting #47

EloiStree opened this issue Jan 16, 2021 · 0 comments

Comments

@EloiStree
Copy link
Owner

EloiStree commented Jan 16, 2021

Wow Fishing Setting file can be use to start a block of logic that allow a player of World of Warcraft to auto-fish when they don't need to use their computer.

// That is the macro we will execute if a fishing is detected
☗fishingcastcommandline macro:wow:collectandrestartfishing

//This is the condition that will trigger if the fish has been detected
☗fishingtriggercastcondition wow + fishingsound

//This condition allow to define when the user want to fish automaticaly
☗fishingactivecondition wow + isfishing 

// This is the time in millisecond that we want the detection of the fishing to be in pause when we re-cast the line
☗fishingcastpause 4000

//This is the time in millisecond before the cast will be re-cast if it was not triggered before
☗fishingrecallduration 22000

To work you need an other part.

  • Pixel detection that will be present in near future.
  • Sound detection

For the moment I use the sound of the computer.
Like this:

// Set the boolean "FishingSound" to on/off based on the intensity  of the sound, from 10% to 100% of it for true, that is out of a audio channel with "Stereo" in his name.
Stereo♦FishingSound♦0.1♦1

Look in the documentation on ".audiointensity" to check how to set it up.

@EloiStree EloiStree changed the title .wowfishingsetting File extension: .wowfishingsetting Jan 16, 2021
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

No branches or pull requests

1 participant