Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    200
  • Feedback

    100%

Everything posted by Alek

  1. This update has a little bit of everything so I'll try to summarize a bit of each. Entity Interaction: This was a really nasty bug that persisted for quite some time in OSBot. For simplicity, interactions are essentially broken down into two steps. The first step checks to see if what we are interacting with is visible and if not, make it visible. The immediate thought is, "Simple! I'll just use object.isVisible()"; this turned out to be the completely wrong answer. It all boils down to getting a suitable point for a model which is not based on "visibility", but instead intersection with the main game screen and a point close to the center of the object (which typically has the most mass). So with this said, step one (visibility) and step two (interaction) weren't quite based on the same logic. This update actually checks to make sure that we have something tangible before we go ahead and attempt an interaction. API Cleanup: Simply put, old API was removed forcing scripters to use the most current methods. Not only will this help new scripters understand what we have to offer, but it will help the development team in debugging various bug reports. In a behind-the-scenes discussion in the Scripter's forum, this information was disclosed over a month ago in preparation for this update. If your script is suddenly inoperable, please report it as broken. New Skin: Although not a big update in terms of code that changed, it's a pretty big visual change. This is also the first time in a while where the community had such a large impact on whether or not a change to the client got accepted. The final result was 100 votes at a 76% pass rate. Thanks for the relatively large participation in a short period of time! Changelog: -Removed Bank.getAbsoluteSlotPosition -Removed WorldHopper class -Removed Spell class -Removed Bank.getVirtualSlotPosition -Removed Combat.activateAutoRetaliate -Removed Combat.setSpecialAttack -Removed Equipment.isLoaded -Removed Trade.verifyTrade -Removed InterfaceComparator class -Removed RS2Interface class -Removed RS2InterfaceChild class -Removed Interfaces class -Updated OSBot Skin --Updated OSBot booter, more to come -Updated MouseMoveEvent destination areas -Updated InteractionEvent visibility checks --EntityDestination gets transformed into PointDestination except for GroundItems --Removed InteractionEvent Override debug -Updated Worlds core hop method to handle disabled dialogue messages API documentation has been updated
  2. http://osbot.org/forum/forum/316-bug-reports/
  3. It may be mirror related, I'll talk with MGI.
  4. Today i met my girlfriend at mcdonalds and touched tips with her dad. This was not a normal father he was sick. He told
  5. Today i met my girlfriend at McDonald's and touched tips with her dad. This was not a normal father he was
  6. Today i met my girlfriend at mcdonalds and touched tips with her dad. This was not a
  7. Alek

    Guessing game

    You want to get banned? 2
  8. Today i met my girlfriend at mcdonalds and touched tips with her dad. This
  9. Alek

    R8 M8

    10/10 would eat
  10. Is it specifically right clicking and selecting an option, or is it more than that?
  11. Alek

    R8 M8

    I r8 again, 5/10
  12. Alek

    R8 M8

    You stole my description word for word I hate you. I take this out on Jamez 6/10.
  13. today i met my girlfriend at mcdonalds and touched tips with
  14. today i met my girlfriend at mcdonalds
  15. FYI this forum may apply to you: http://osbot.org/forum/forum/325-systems-servers/
  16. Today I met my girlfriend
  17. Yes I know I'm going to cheat with this and start the story off with more than one word. Here we go: Today I met ______
  18. What are your Runescape Goals? Feel free to use the form below or make your own. Happy Botting.
  19. It got merged into the forum parent (SPAM). The Development section will get condensed as well and will have a section for something similar. Anything particular subjects you were after? Programming/space/tech ?
  20. It's an advanced option on start-up. Do not set it to other than "0" unless you are an "advanced" user and understand how memory allocation works.
  21. I haven't looked at the Chatbox API in a while, there's a good chance there was a game update the broke it. I'll take a look at it.
  22. Two things: 1. I'm not adding a selector for themes, either all in or none at all. 2. I cannot select the colors.
  23. Download Java 8, this changed about a month ago.
×
×
  • Create New...