You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i got the movement working 100% for leaving the fishing stand and sell fish and move back to fishing stand. but i cannot figure how you are finding the correct RGB colors.
The text was updated successfully, but these errors were encountered:
Hi,
to find the RGB colors, you can e.g. use the Windows Paint application by pasting/opening a screenshot of TTR with the fishing pond, and then use the "Color picker" tool to select the color of a specific pixel. Then, you can click on "Edit colors" to view the Red, Green and Blue portions of the selected color.
Alternatively, there are tools which can display the color from the current mouse position directly.
I usually create a few screenshots where the shadows have different positions, then use the average shadow color as value for the bubbleColorRgb attribute of the AutomaticFishing action. Additionally, I use half the difference of the Red, Green and Blue values of the darkest and the lightest shadow as value for the toleranceRgb attribute.
For example, for Baritone Boulevard, you might be able to use the following parameters:
So i got the movement working 100% for leaving the fishing stand and sell fish and move back to fishing stand. but i cannot figure how you are finding the correct RGB colors.
The text was updated successfully, but these errors were encountered: