Samuel91 6 Share 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. Link to comment Share on other sites More sharing options...
Uplift 7 Share Posted September 28, 2020 Looks like it might be Camera#getZ() Link to comment Share on other sites More sharing options...
LordJashin32 54 Share 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. Link to comment Share on other sites More sharing options...
Pandemic 2434 Share Posted September 29, 2020 ClientSettings#getExactZoomValue We currently don't have a method for setting it, but you can use what @LordJashin32 shared LordJashin32 1 Link to comment Share on other sites More sharing options...
una_maquina 25 Share Posted November 17, 2020 (edited) 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? Edited November 17, 2020 by una_maquina Link to comment Share on other sites More sharing options...
crazykid080 14 Share Posted November 17, 2020 (edited) 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() Edited November 17, 2020 by crazykid080 Typo Nick U and una_maquina 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now