- Thread Author
- #1
Hey guys,
first, im kinda new to RuneMate and his Development Tool.
atm im just playing around with RuneMate and writing my first own Bot on Runemate. For the start i wanted to write a small bot that could shear sheeps and bank the wool in Lumbridge. But for some reason im unable to differentiate between the black and the white sheeps. My current line is:
but ofc the black sheeps do have the same. So my first guess was i have to search in ".defaultColors" but every rgb was the same on all "Sheep"s in the DevTool. Am i searching in the wrong place ?
thx for reading
Fabibassi
first, im kinda new to RuneMate and his Development Tool.
atm im just playing around with RuneMate and writing my first own Bot on Runemate. For the start i wanted to write a small bot that could shear sheeps and bank the wool in Lumbridge. But for some reason im unable to differentiate between the black and the white sheeps. My current line is:
Code:
final Npc sheepToShear = Npcs.newQuery().names("Sheep").actions("Shear").maxLevel(0).results().nearest();
but ofc the black sheeps do have the same. So my first guess was i have to search in ".defaultColors" but every rgb was the same on all "Sheep"s in the DevTool. Am i searching in the wrong place ?
thx for reading
Fabibassi