Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/19/14 in all areas

  1. Was bored so I made: I called him beardman because of lack of inspiration.
    2 points
  2. lets all make a big story. it can be about anything, not just osbot related. Rules: everyone posts 1 word at a time. to post again, you must wait for atleast 1 person to post before you can do it again it would be good if the story would make some sense. revealing someones realname is forbidden, lets avoid conflicts. so basically you just copy paste the text from poster above you and add 1 word(ex: poster 1: once, poster2: "once upon" etc), ill start by writing 4 words but after that i will continue adding 1 word, 4 words just to begin the topic. if you feel like the sentence is too long, then u can end with dot ".", and dots/commas dont count. lets begin Once upon a time
    1 point
  3. The Bank API is now the second class to undergo the interface value cache transformation talked about in previous releases. Please note that the withdraw and rearrange modes are deprecated and WILL NOT be updated when they break. Please ensure your scripts are using the new dynamic methods. This is a pretty large update to banking. If you have any issues please let me know immediately! Bank API Changes: -Deprecated: Bank.WithdrawAsMode Bank.RearrangeMode Bank.setRearrangeMode Bank.setWithdrawAsMode Bank.INTERFACE_ID Bank.INTERFACE_CHILD_ID Bank.SCROLL_CONTAINER -Added: Bank.MAIN_INTERFACE_ID_CACHE Bank.CHILD_INTERFACE_ID_CACHE Bank.REARRANGE_SWAP_CACHE Bank.REARRANGE_INSERT_CACHE Bank.WITHDRAW_NOTE_CACHE Bank.WITHDRAW_ITEM_CACHE Bank.BankMode Bank.getInsertMode() Bank.getWithdrawMode() Bank.enableMode(BankMode) -Retrieves values dynamically: -Bank main interface id -Bank child id -Bank swap modes -Bank deposit modes -Bank deposit inventory/equipment In other news: Preset collection comparators have been added; the first one being InterfaceComparator. Comparators are useful for sorting varying objects which in our case can be NPCs, Game objects, Interfaces, and other components we typically find while scripting. Specifically in this case, the Bank API retrieves interface ids for the various buttons dependent on their location within the window (specifically their getX() value). For instance: List<RS2InterfaceChild> children = new ArrayList<>(); Collections.sort(children, InterfaceComparator.yComparator); In this case, all the RS2InterfaceChilds are arranged within the list from least to greatest in getY() value. In the future I plan to apply similar comparators to NPCs with sorting by values such as height, polygon count, position, etc. Also for the new Bank API usage: bank.enableMode(Bank.BankMode.REARRANGE_INSERT) API Docs have been updated, clear your browser file cache if they haven't updated. Sincerely, -The OSBot Staff
    1 point
  4. Keep it up with all the refractoring you are doing.
    1 point
  5. Once upon a time a hardcore Pokemon rapist decided he should play with dildos, unfortunately his mum was already satisfied with
    1 point
  6. Jagex's systems to caught bots are extremely strong. They even ban people who botted on the past. So, I don't think scripts would really matter. If you bot, you get banned.
    1 point
  7. Continue the words of the person above you with a rhyme - Do not quote - Do not troll and destroy this thread by not rhyming! - Feel free to link Members by [ Member=Name ] without space Let's start: @Noah the osbot member, was botting in November
    1 point
  8. Have you ever watched mod ronans runescape botbusting livestreams? goon
    1 point
×
×
  • Create New...