Samuel91 6 Posted September 28, 2020 Now that dreambot supports adjustable zoom is there an API function for: Getting the current zoom level Adjusting the zoom level. Either via a mouse scroll or the settings menu I looked through the functions for Camera and Client but I couldn't find anything.
LordJashin32 54 Posted September 28, 2020 24 minutes ago, Samuel91 said: Now that dreambot supports adjustable zoom is there an API function for: Getting the current zoom level Adjusting the zoom level. Either via a mouse scroll or the settings menu I looked through the functions for Camera and Client but I couldn't find anything.
Pandemic 2853 Posted September 29, 2020 ClientSettings#getExactZoomValue We currently don't have a method for setting it, but you can use what @LordJashin32 shared
una_maquina 36 Posted November 17, 2020 On 9/29/2020 at 1:49 AM, LordJashin32 said: Omg, thanks a million! Been looking for this forever; ALTHOUGH, wtf is a condition? Can you give me some examples?
crazykid080 14 Posted November 17, 2020 9 hours ago, una_maquina said: ALTHOUGH, wtf is a condition? Can you give me some examples? A condition is like a fancy if statement, you can set it to be whatever you like (And even supports lambda so you can just do something simple like () -> getThingToCheck()
Recommended Posts
Archived
This topic is now archived and is closed to further replies.