Alek
Ex-Staff-
Posts
7878 -
Joined
-
Last visited
-
Days Won
202 -
Feedback
100%
Everything posted by Alek
-
Everyone? I keep hearing about OSBot dying yet we still have the most (or second most) active users on each day out of the 7 or 8 other clients.
-
When you mean overshoots, do you mean that it tries clicking outside the bounds of the actual interface?
-
"extremely detectable script error"? "Extreme Tab maker forum."? Please post the error log.
-
Sorry for the lack of updates recently, I've had a lot going on leaving me very little room to squeeze in some OSBot time. This update is pretty small, but I figured I would go ahead and release it as I'll be out all of next week. My schedule should stabilize mid-December, so expect some more exciting stuff around that time frame! Changelog: -LoaderGUI is removed on successful bot start --Thanks to @rsdude282 for suggesting this in his thread located here: http://osbot.org/forum/topic/62640-cpu-missusage-paint-method-100-cpu-look/ (VisualVM has been giving me some problems recently and JProfiler expired). Also please congratulate @Apaec on the release of his script APA Auto Alcher. Scripts have been updated before I go on leave, please don't burn the place down while I'm gone. Sincerely, -The OSBot Staff
-
The world hopping speed is slow because all random events are slow. I slowed them down because OSBot was checking for random events too frequently, eating up cpu. I'll try looking into cycling through random events a bit more frequently, but this is definitely not world hopper related.
-
I'll miss you all... not really. But I'd like to resign from SDN manager
Alek replied to Ericthecmh's topic in Farewells
Best of luck with everything man; you're a talented person with a ton of potential. -
For a little while I used to make websites and a majority of my business was cleaning up the work finished by Indians. It was a little disheartening because I always assumed that they were one of the technology leaders.
-
Good commenting, it also looks pretty clean.
-
You can even start Minesweeper with 2mb of memory.
-
[iOS] Fit Mate - Randomize Your Exercise Routes
Alek replied to Swizzbeat's topic in Software Development
I don't have an iPhone but I always love to see polished/completed work besides RS. Cool stuff! -
AP Computer Science and they haven't taught you about exceptions? What the hell are they teaching you? You need to learn about exceptions pretty early on for scanners and parsing strings into integers (NumberFormatExceptions, etc.). String number = "2"; int realNumber = 10; try{ realNumber = Integer.parseInt(number); } catch (NumberFormatException e){ System.out.println("The number you entered is invalid, using the default value of zero!"); realNumber = 0; }
-
Have you botted before? If not I suggest learning about both OSBot vip features and scripts that implement antiban. You may also want to learn about bans in general..
-
You know you can get a random position in an area using the current API?
-
In a typical world, only the getter would be public (getInventory()). No idea why it was designed like this, I'd have to look and speculate why.
-
Fixed the partial download problem!
-
This week I decided to go through the API and ensure that we're running the most up-to-date methods. A large part of these patches is due to the recent release of Bounty Hunter. Alas everything appears to be in working order and I even decided to make a few improvements. Changelog: -Updated deprecated Spell class to reflect Spells.NormalSpells -Added Bank method withdraw(HashMap<String, Integer>) -Updated Ancient and Lunar magic Spellbooks (huge thanks to ) -Added Skills value SKILLS_GUIDE_INTERFACE -Added Skills method isGuideOpen() -Added Skills method closeGuide() -Updated Interface method getOpenInterface() to include Skill Guides -Updated Interface method closeOpenInterface() to include Skill Guides -Improved interface closing speed in InteractionEvent execute() -Patched two possible null pointers in InteractionEvent -Added Combat value WILDERNESS_INTERFACE -Added Combat value WILDERNESS_LEVEL_INTERFACE_CHILD -Patched Combat method isWilderness() -Patched Combat method getWildernessLevel() -Patched Combat method isMultiway() -Added Combat method hasBountyTarget() How to use bank.withdraw(HashMap<String, Integer>): HashMap<String, Integer> items = new HashMap<>(); items.put("Tin ore", 12); items.put("Willow logs", 9); bank.withdraw(items); Thanks for your support! -The OSBot Staff
-
Can anyone tell me where all my premium scripts are?
Alek replied to jordanfurst's topic in Resolved
This should give you some insight: http://osbot.org/forum/topic/60660-osbot-1-scripts-and-osbot-legacy-api/ Also it was a little longer than two months ago (we only have removed scripts from OSBot 1). -
You need to work on making it a lot cleaner. The logo is blurry and the particle effects flowing upward are also blurry, so pretty much the entire thing is blurry. Also the particle effect is not a strong loop (you'll see it all of a sudden loose many particles). To be honest, a flat black background with no effects (besides the logo and bars) would have been better. Just some suggestions, you've been doing great job otherwise.
-
I think it's because of the high rate of scams. Similar to high chargebacks on boot buyers/looting scripts which I banned from SDN sale. I could be wrong, not sure how everything works in the market.
-
Not bad at all for a no-namer.
-
Look into: Collections.reverse()
-
Free VIP for an RS Account with Ancient or Lunar Magic
Alek replied to Alek's topic in Community Discussion
I won't be botting on the account, but I don't like saying "absolutely zero". So a hairline above absolutely zero? -
As the title implies, private message me your RS login details with either the Ancient or Lunar magic spellbook enabled. You'll get 7 days VIP for free. This is to help patch up the API for the two new spells for both respective spell books. Thanks for your help! -Alek
-
I'm a basic white male in his mid twenties. Nothing that makes me stand out as an individual, like yelling at mice with a shirt off.