Everything posted by Explv
-
Need a lighter forum theme
Make your own
-
Open Source Tutorial Island Script
Done, https://github.com/Explv/Tutorial-Island/releases/latest Note the fixes were made by other users and I haven't tested them. Let me know if you have any issues
-
Explv's Tutorial Island [Free] [Random Characters]
New version released https://github.com/Explv/Tutorial-Island/releases/latest
-
Explv's AIO [13 skill AIO in 1 script]
- Explv's AIO [13 skill AIO in 1 script]
Fixed- Explv's AIO [13 skill AIO in 1 script]
When I have time I do- Explv's Map
Updated to latest map- Best web development framework to start with?
Python has great web frameworks, notably flask and Django, would highly recommend. They also have template support for generating web pages, although I would suggest you split the front end and back end. For frontend look into react or angular.- Explv's Map
It's working fine at the moment, probably too many people were using it too much. Note you can't create a path from any position to any other position, and you'll see an error pop up if the path cannot be made. It's this button- Explv's Map
Possible it's being rate limited from too much usage, or the API I'm using is down (it's not my API) I'll check- Open Source Tutorial Island Script
The source has been fixed, I just haven't released a new version. Will do it this weekend.- Explv's AIO [13 skill AIO in 1 script]
Sounds coincidental to me, there's nothing strange going on in the script. I'll have to implement a smarter way of banking, OSBot web walker doesn't always seem to choose the closest bank- Decompile .Jar for learning purposes
One of the most important skills in programming is being able to understand other people's code (and of course write code that other people can understand) But yes like other people have said, there are plenty of open source scripts around, just look at those.- Explv's AIO [13 skill AIO in 1 script]
GitHub version is more up to date (more features, more bug fixes) Fixed- Explv's Scripting 101
I learned the basics of Java quite a few years ago (from a big fat book), so I'm not really the best person to ask about current tutorials. I would have thought codeacademy is decent enough. You don't need loads of knowledge to start scripting, and you'll mainly learn from trying to build things and making mistakes.- Explv's OSBot Manager
Are you using Linux? I mainly test on windows, I'll have to check that it's working correctly- Explv's OSBot Manager
Just pushed a fix for an issue where downloading the latest OSBot client failed. Maybe this will fix the issue you were having.- Explv's OSBot Manager
It's open source, and anyone is free to contribute to it (bug fixes etc.) Unfortunately I don't have loads of time at the moment due to irl responsibilities.- Can I get some advice on Progressive Combat level Logic?
You could do something like: - Pick random skill that isn't at desired level - Train it to min(desired level, current level + random(min levels before changing, max levels before changing)) - Repeat- Explv's AIO [13 skill AIO in 1 script]
Latest version can be downloaded from GitHub https://github.com/Explv/Explvs-AIO/releases/latest Agility is known to be a high risk skill to bot generally- Explv's AIO [13 skill AIO in 1 script]
Thank you- Explv's AIO [13 skill AIO in 1 script]
Yes, pickaxes are automatically upgraded.- Lock Object for Async Events?
There's nothing special about OSBot asynchronous events. Just make use of Java's synchronized modifier.- Explv's Walker
- Explv's AIO [13 skill AIO in 1 script]
Are you using maven install? The project is now using maven to build the .jar You need to open the maven toolbar like so: https://stackoverflow.com/a/54485972 And then run maven install You no longer need to configure an artifact / libraries in the project settings. If you still have difficulties I'd recommend just creating a new project from the GitHub source. It should tell you that it is a maven project and set everything up correctly. If you still have issues after trying that, I can help you out at some point, just drop me a private message. - Explv's AIO [13 skill AIO in 1 script]