Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    202
  • Feedback

    100%

Everything posted by Alek

  1. How many number sets in the array?
  2. The last few weeks has probably seen the most development since the month of the initial release. I don't think anyone can argue that the development has been painfully slow. I've been making tons of updates recently so if you have any recommendations, feel free to private message me or post in the appropriate forum. Laz and Maxi have been working to give me the ability to push new client versions and I have been consistently pressing them to do so. -Alek
  3. Alek

    Need a game logo

    Thanks, I'll use it if nothing here pans out.
  4. If you are interested: http://osbot.org/forum/topic/60022-need-a-game-logo/
  5. Alek

    Need a game logo

    Designers, I'm in need of a game logo that is 88px x 52px. The text should read "Cake and Coffee" or "Cake & Coffee". I would assume the "Cake" would be in a "cake color" which would be brighter than the "coffee" which would be a darker and mellow color such as browns. The font should be fun, nothing too serious. I can do the following: Pay some cash via PayPal (depending on quality) OR In-game credits Thanks! -Alek
  6. You shouldn't be relying on static sleeps to get you to the next dialogue. If it takes any longer than 1500ms to the next dialogue, your script will fail. What if the mouse misclicks? What if you're connected to a laggy server?
  7. @Theodore - Laz worked on the world hopping (you said trade though?).
  8. I can't promise an update schedule, however I can promise that we are working on the client on average 5-6 days/week.
  9. Definitely not, I still have a lot to learn!
  10. Fellow OSBotters, This past week both the client and API developers have been working hard to bring a more stable and versatile experience for both the botters and scripters. Today was no exception, many bugs have been squashed and methods have been built. Here is what you can expect from the latest version: @Alek's changes: -Added Chatbox API --Chatbox.getMessages(MessageType); --Chatbox.contains(MessageType, Strings); --Chatbox.isValid(); --Chatbox.isVisible(); -Added Item.getMarketPrice() (returns average value from Zybez) -Rewrote FreakyForester, updated id grabber -PrisonPete now grabs balloon ids dynamically @Laz's changes: -Added timeout to camera pitch events -Fixed ItemContainer.getEmptySlots() -Fixed RS account saving bug (your accounts will be wiped once again but no more after this update!) -Added memory usage indicator at the bottom of the bot -Removed some unused callback injections for better performance -Various other bugfixes As stated previously, a lot has changed since the previous revision. We urge you to test the new api, fixes, and random events to ensure everything is up to par. If you have any questions or concerns, please post below! Thanks for being a member and like always, have nice day. Version 2.2.18: Made a last minute patches to all the changes. Sorry for the inconvenience! Version 2.2.18 Issues: A few issues have been identified. Please visit this thread to see what has been addressed. Download
  11. Thanks guys, I really appreciate it. I've been learning a lot and I can't wait to learn even more.
  12. Alek

    This moment...

    Do talker random events active even if you can't reach them? I thought I added a check for it.
  13. This is the first thread I've seen that brings very valid arguments about Runescape bans. Great read from both Dantan and Laz.
  14. http://lmgtfy.com/?q=good+songs+to+play+on+a+guitar
  15. I wouldn't because sucking venom out does nothing: http://adventure.howstuffworks.com/snake-bite2.htm
  16. For that price you could get a gaming laptop...
  17. I've updated my original post with some exciting new features. Also, making new rooms is a very low priority (I'm more concerned with infrastructure).
  18. @Override public void onStart() { bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.FREAKY_FORESTER) { @Override public boolean shouldActivate() { return false; //To change body of overridden methods use File | Settings | File Templates. } }); }
  19. Thank god, we can completely nuke all the random api.
  20. I'm telling you how to find out without giving you the answer.
  21. Alek

    GUI use

    You should learn how to make a basic GUI without a GUI maker, you're going to run into problems later if you don't have a basic understanding of how they work.
  22. I believe the chatbox is an interface, and all interface sizes can be debugged. You can also see where their exact placement is.
  23. Some small changes made today, OP for full details. TL;DR:
×
×
  • Create New...