EloiStree / OpenMacroInput

When keyboard is not enough !!!
4 stars 1 forks source link

File extension: .wowfishingsetting #47

Open EloiStree opened 3 years ago

EloiStree commented 3 years ago

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.

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.