[Discontinued] Free WoW JS Fish Bot Auto Bugs

Status
Not open for further replies.

jsbos

Member
In reply to Виталий: [Hi. Please tell me. Which part of the code should I change so that the bot looks for green?]

In fishingZone.js change isRed function for this one:
```
const isRed = (threshold, closeness, size = 255, upperLimit = 295) => ([r, g, b]) => isOverThreshold([g, r, b], threshold)
 

Виталий

New member
The idea was as follows. By removing the texture of the float, you can achieve a green color. I changed the code to search for green. the cursor reacts to the color, but writes that it cannot find the float and constantly resets.
 

jsbos

Member
In reply to Виталий

<@1166422531641704538> are you doing it for experiment or is there some particular issue with the default way of red/blue colors?
 

jsbos

Member
In reply to Виталий: [In multi-window mode, I often see a problem "The bot can't figure out the background color"]

What's your version of the bot? From 2.4.3 the bot should recast instead of stopping the application with "The bot can't figure out the background color" error. You can also try manual Threshold, it works in different way.
 

jsbos

Member
In reply to Виталий: [from 15 minutes to 1 hour. with a 100% probability, 2 out of 3 windows will crash]

Do you use it without Like a Human option?
 

jsbos

Member
The bot doesn't do anything until the window is focused, so if it takes longer than usual then probably yes, CPU/GPU speed should have impact on it.
 
Status
Not open for further replies.
Top