Everything posted by jca
-
Road to Max
Good luck man, play it safe and mix it up.
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
-
Online Java Courses
The best thing is to understand core concepts of how Java is written and how the language works, then you can look at some of the tutorials here on OSBot and start practicing / tearing apart scripts. Then it really is practice makes perfect and asking for help when you're stuck.
-
Why is osbot so shit on mobile
Likewise
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
- AIO (In Progress) AFK Fisher V1.2
-
Sorceress's Garden Script - Development Log
Good start! Hope it goes well with the others.
- Fletching
- Fletching
-
Logout sleep
Okay, what I said should do the trick.
-
Logout sleep
I’m unclear what you are asking for, but from what I can gather is that you want to logout if a boss exists and you’re not under attack, wait, then login again? For login I would use a custom login handler to handle the event. There’s an example somewhere around here, just do a quick search. For the wait set a timer. You can store System.currentTimeMillis on logout. Then on the loop check for the required gap. If ( System.currentTimeMillis - storedTime > waitTime ) then login.
- AIO (In Progress) AFK Fisher V1.2
- Hello i'm Lemongrab
- AIO (In Progress) AFK Fisher V1.2
-
Alek's Resignation
All the best in the new position!
-
Greetings from the mountains of Tennessee!
Welcome!
- AIO (In Progress) AFK Fisher V1.2
-
Advice on learning something outside school stuff (Programming)
Depends how opinionated you want the framework and what your use case is. To be honest they are all very similar and learning any of them will give you good experience. I use Backbone personally for the flexibility.