Everything posted by Laz
-
BETA v1.1.6
Once again I released a malfunctioning release. We fixed our project builder to fix these issues in the future. Sorry for your inconvenience. Thanks, the OSBot Team.
-
Updating Technique
RuneScape client updates are pushed automatically. It's when we release a new version of the actual bot that you'll have to redownload. We're going to change this in the future though so that all updates happen on the fly.
-
[FLAWLESS] Lupe's Flax Picker [FLAWLESS]
Lupekid, the current public BETA had the issue with buggy walking fixed.
- Why
-
PUBLIC Bot BETA live!
That's not the current version. Redownload.
-
OSBot BETA Going Public!
Guys sorry for the delay. We're releasing the bot later tonight which is within a few hours. Sorry for the suspense. We're still adding support for a few things. We're almost done though!
-
[FLAWLESS] Lupe's Flax Picker [FLAWLESS]
Make it so that it trades with another bot that only makes the bowstrings for dat gold farmin' status. ... JK don't do that lol.
-
OSBot BETA Going Public!
Ladies and gentlemen of the internet, I bring you good news today. The OSBot BETA will be going public tomorrow at 8 - 10PM EDT. We've decided we do not need any more delays although I do put emphasis on the word BETA! Features that will be fixed from private BETA: No more high-CPU usage (We've implemented a smarter model caching system) Configs have been added as well as the onConfig callback. currentTab() will have been fixed. Login issues will have been fixed. Account manager will have been added. Ground item support Secondary object support Again I can't stress this enough, the BETA is for fixing bugs and testing the new features. Our development team is dedicated and will have the bot fully nearly fully functional within a week. Thanks, Sincerely The OSBot Team. P.S. I'ed like to thank all the trial and official script developers for your support durring the private BETA. You guys are a big asset to this community and I hope you'll inspire other people as well. I have to say, we have some of the best script developers in the botting community!
-
The client is looking good
Yeah, I made sure I added protection lol.
-
PRIVATE Bot BETA live!
Yeah, Maxi will put them on the main thread.
-
Private BETA and new ETA!
As all script developers should already be aware. We are hosting a private BETA for OSBot for all trial and official script developers. The BETA will be released tomorrow at 6PM EDT. Unfortunately for any non-script developers, you'll have to wait until Wednesday, April 3. It's only a wait of 2 more days. During this time period (March 31st - April 2), we will be testing our bot vigorously and adding to the API. We will have some random event solvers and some public scripts ready for April 3rd however! So get ready to start botting efficiently! Thanks, Sincerely Laz.
-
Looking for scripters!
Maxi will be promoting more people once we gets online. Just wait.
-
Simple Userbars
Change the icons (make them smaller as well), and change donor to VIP.
-
Looking for scripters!
Congratulations to velocity, our new script developer.
-
Rate The User Before You
-500/10 Because I love you
-
[SOLVED]Site looks great but...
Could be that the hosting service IP banned you. You won't have to worry about it as we're buying a new host any time soon.
-
Settings Menu
So I just finished the debuging menu. Thought I should let you guys see... Sincerely, Laz.
-
Server Message Listener
It's Groovy, as stated in the ETA thread. We will be supporting Java too.
-
Server Message Listener
Just did the injection for game messages. Here's an example script: @ScriptManifest(name = "TreeChopper", author = "Lazaro", version = 1.0D, info = "")class TreeChopper extends Script { def treeId = 66812 def chopping = false def currentTree = null int onLoop() { if(chopping && !currentTree.exists()) { chopping = false currentTree = null Logger.log("Chopped down tree!") } if(!chopping) { currentTree = closestObject(treeId) if(currentTree != null) { Logger.log("Closest tree : (${currentTree.getX()}, ${currentTree.getY()})") selectEntityOption(currentTree, "Chop down") } } return 1000 + random(2000) } void onMessage(String message) { if(message == "You swing your axe at the tree.") { Logger.log("Chopping down tree!") chopping = true } }}Obviously it's very basic and doesn't do much but click on trees. But it's just to show how our script API looks like.Sincerely, Laz.
-
Our ETA!
I am scheduling our release for April 1st, and no, it will not be an April fools joke. Although our bot will not have all its features completed, it will allow our community to grow, our collection of scripts to grow, and for our script developers to get accustomed to the bot's scripting API. For script developers, we only be supporting Groovy for the scripting language. It is very similar to Java but simpler. We WILL be supporting Java in the future however! So if you feel you don't like Groovy, no worries. We also have plans to implement JRuby. The VIP script store will NOT be open by then. We do not have enough time to set it up for the release date. VIP scripts will be developed by trusted, and qualifying script developers. More info on this later. The script repository will most-likely not be open on April 1st but we'll be adding it within a week or two after release. The only random event solver in the bot on release date will be the login script. We will be adding more random event solvers within time. The RSBot script emulator will also not be ready by April 1st. Please keep in mind that even though all these features won't be available on April 1st, they will be added quickly. The reason we are better than our competitors is because we actually take the time to do things correctly. Thank you! Sincerely, Laz and the OSBot Team.
-
Random event scripts
Yes, that would be great. I'll be adding you to our pool of script developers. Stay tuned as we'll be deploying a developer version of the bot soon.
- Hello!
-
hi there
Hi and welcome! We will support local scripts, but we will not be liable for any malicious code in a local script that's not on our repository.
- Hi
-
Welcome to OSBot!
Hello, and welcome to OSBot! We're a new botting community for old-school RuneScape. Although our software is still in development, you can expect the release of OSBot within approximately 2-4 weeks. Our team consists of two separate entities. A dedicated core development team consisting of three, very talented programmers. Our second team consists of a number of programmers who develop our scripts. I hope you enjoy your stay here at OSBot. Sincerely, Laz.