Leaderboard
Popular Content
Showing content with the highest reputation on 04/04/15 in Posts
-
13 points
-
This update is pretty large and encompasses something which everyone can benefit from. The FilterAPI now contains something called a singleFilter, returning the first matching result. With this, you don't have to wait for a collection to populate if you only need to filter for a single entity. On the subject of filters, you can now dynamically hop to worlds through the use of world filters in the new Worlds API. In this new API, you can scan for worlds using parameters of your choice such as if a world is P2P, has population of less than 1000, and is not a duel arena world. This will allow for stability in scripts that are reliant on world hopping. worlds.hopToP2PWorld(); Check out the World API here. And for the Worlds API click here. If you are unfamiliar with making filters, here is a quick snippet: Filter ActivityFilter = new Filter<World>() { @Override public boolean match(World world) { return world.getActivity().equals("Duel Arena"); } } Scripter note: The Worlds getAll() method behaves differently from other classes that extend FilterAPI. API such as NPCs can only return getAll() if you are logged into the game, however Worlds can only return getAll() if you are logged out. v2.3.57: -Added unregisterHook to RandomExecutor -Decreased RandomExecutor loop time in half -Added World API -Added Worlds API --Contains new world hopping methods -Deprecated WorldHopper -Added FilterAPI method singleFilter() -Added Widgets method singleFilter() -Added Widgets method getWidgetContainingText(id, text) -Added Widgets method getWidgetContaining(text) -Updated Dialogues API for general performance -Updated Bank API withdraw() method v2.3.58: -Updated Random Executor --Fixes a null issue people were having with world hopping -Other changes Have a great weekend! -The OSBot Staff11 points
-
On behalf of me (and every other market user) I would like @HellenWong to be banned, as they've yet again due to their ignorance gotten another users scammed. They're currently also banned on PB. I don't understand how you can keep allowing such user to have access to the OSBot market, making it a unsecured environment for hundreds of users, who wish to trade safely. I was sad to see them getting unbanned so quickly after I made this. Links: http://www.p****bot.org/community/topic/1256375-scammed-report-rswalmart/ http://www.p****bot.org/community/topic/1256452-pls-help-to-remove-the-negative-feedback/ Sincerely, ZIk.5 points
-
This may sound creepy, but I was offered $5 to find an African American that bots on Runescape skype me at: the.shai.guy proof here.5 points
-
I have looked into this and this post is backed up by this post by a Twitch Admin - Also it appears to be backed up by this reddit post - http://www.reddit.com/r/runescape/comments/318r0j/gold_swap_streams_on_twitch_a_month_later/ There is not a single swapping stream currently up on Twitch, when normally the vast majority of Runescape streams tend to be swapping streams (Feel free to check and find one). Looking at Twitch's legal terms regarding users this rule has been implemented - (Feel free again to check for yourself here - http://www.twitch.tv/user/legal) From what evidence i can gather i can see nothing wrong with @Asuna editing your content. As this does to my knowledge seem to be a rule which has been introduced. This is not a matter for dispute, message @Maldesto.5 points
-
I have put the user in the TWC usergroup and will forward the dispute to @Maldesto3 points
-
I am locking this dispute. Please message @Maldesto.3 points
-
Sentende's Gold Farm Thread Im starting a gold farm because i quit staking, i was frequently making and losing loads max main staking... Gambling is bad. SO anyway i need funds cause i wanna drop hours at work because it sucks. My current goal is to have 10 accounts running FrostBarrows. after 10 i might go for 20, idk... ily Frostybae I am buying accounts to complete this goal if you have an account close to the stat req's i will buy that too and train it. Stat req's: 70+ 70+ 70+ 70+ 50+ Accounts: 2/10 Statistics: Breaks: VPS:2 points
-
2 points
-
And people will still fail to follow the template and PM you with "it dont work, fix pls I need bot and $"2 points
-
Thats a smart idea to make people use the bugs format2 points
-
not possible because of so many retarded peoples on the planet.2 points
-
They got scammed by an impostor, and didn't even read the pm because the pm doesn't match anything the user said in the skype conversation. His own fault he didn't read it.2 points
-
2 points
-
Swapping on twitch is bannable as confirmed by a twitch mod on reddit.2 points
-
2 points
-
2 points
-
Flax Picker PRO Free & Easy Money making. Locations: Gnome Seer's Village. Features: Pick Flax Bank Flax Image:1 point
-
I'm sure not many of you are still around from back when I started off here at OSBot, but I was upon the first few script developers we had back in 2013. OSBot was still undergoing quite a few problems back then and nobody knew which way was up because of the lack of error reporting that groovy had(has). I've decided I'm going to start writing scripts again in my free time; I know it's been awhile and we have quite a bit of experience script developers around, but I like to use my own scripts anyway. Anyway, just saying hey to anyone that remembers meh. XenoFightCaves anyone? 1-99 strength for days.1 point
-
Community, Behind the scenes DreamScripts has been working hard to make sure our scripts are in tip top shape, and now we're going to put our money where our mouth is. We are starting a bug bounty program in which we will pay you money for reporting script bugs. We are doing this because we believe our customers deserve the best product possible and we are confident in our products. Initially, we will roll out this program only supporting a couple of our scripts, but as time progresses we will add our entire suite of scripts to this bug bounty program. Rules Only bugs caused by faulty script logic will be given rewards in the form of cash, in order to qualify for a reward you must follow the rules found below: The bug must be new, it cannot have been reported yet. The bug must be meaningfully different from other bugs already reported. The bug must not be the fault of OSBot API. The bug must not be caused by OSBot API changes. The bug must be reproducible by DreamScripts. The bug must not have been already discovered or known about by DreamScripts The bug must be sent to @Eliot AND @Ericthecmh via private message. The bug must exactly follow the template below. Template Name of script: Version of script: Version of OSBot: Mirror client (yes/no): Location of bug: Description of bug (when does it happen, what happens): Screenshot (if applicable): Rewards Rewards will be given based on the severity of the bug, if the bug does not meet the above guidelines you will be given no reward. The cash prizes will be between $1-$25 USD payed by PayPal only. DreamScripts will be the only deciding party in determining the reward for your bug. Scripts Included: Only bugs found in the following scripts will be given rewards at this time, more coming soon! DreamChopper DreamFisher DreamFighter DreamMiner Bugs Rewarded: 1 Bug Hunters Rewarded: @Framble Happy hunting! Additional Terms: DreamScripts reserves the right to end this program at any time for any or no reason at all. DreamScripts will be the only party involved in evaluating bugs and assigning cash rewards. Rewards will be paid within 5 business days of receiving the report. Rewards will only be issued for bugs that follow the guidelines.1 point
-
ahh your method look fancier int howManyObjectsOther(final String objectName, Area area){ return getObjects().filter(new Filter<RS2Object>() { @Override public boolean match(RS2Object object) { return object != null && object.getName().equals(objectName) && area.contains(object); } }).size(); }1 point
-
Guys please stay on topic, if you two need to argue, please take it to pm/skype I am almost compelled to lock this thread since 3/4ths of the post are you two having a back and forth conversation not entirely related to the topic at hand. No offense intended1 point
-
Try downloading it directly from the site.1 point
-
I will buy some 2.3 p/m in USD skrill. Edit: sold me 5m 07 thank you1 point
-
Hey I like this script, but the stamina pot one is broken. It withdraws 14 amylase then loggs off. It works with other pots though.1 point
-
It's impossible, humans are practically genetically inclined to create conflict, most conflicts will hamper harmony. So maybe in a small community of people with the same ideology it's possible but on a global scale it'd be impossible.1 point
-
1 point
-
1 point
-
1 point
-
Yes not bad, I used to bot my 1 def pure there. I can't remember the exp/h but it wasn't bad at all! Also some cash with herbs and fires1 point
-
1 point
-
1 point
-
as roomscape has said you should use him for all ur services just look at the stats of his amazing range tank in only 1 year!!!!!.1 point
-
1 point
-
1 point
-
Lol not a huge deal, just something that I like to see. Experiment one also gets my levels wrong quite a lot. It will show my current level anywhere from 1-3 levels above what it actually is. Math is also wrong on Range Guild script At 40k xp/h it says it will take 4 hours to get 1.2m xp...1 point
-
1 point
-
1 point
-
Im sure they will both give you a trial so you can decide yourself. :p1 point
-
All scripts are mirror-compatible :x The fact is that the mirror client refreshes (updates, fetches, ...) objects / npcs / etc... much more slowly :p Which is why some scripts are so god damn slow :p1 point
-
1 point
-
http://osbot.org/forum/topic/68924-for-windows-users-experiencing-could-not-load-stream-library-error/1 point
-
This is regarding the thread "Oliver small dick confirmed". As I said in the titel, everything comes back in life! Sound on & enjoy1 point
-
1 point