Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/01/13 in all areas

  1. This release features a patch to Freaky Forester and the Run Away From Combat handler. Freaky Forester was again misinterpreting the dialogue telling us which tailed Pheasant to kill. This should however no longer happen. Expect more releases soon, Maxi is back from France and we should be able to get back to work fully. Thanks, Sincerely, Laz and the OSBot Team.
    4 points
  2. There are 2 ways to do this: 1. The easy way with the media tags. 2. The slightly harder but still easy way with the code. Method 1: Method 2: For a Youtube video:
    2 points
  3. 60$ for that ? You know that's made only of renders basicly, dont you? Sorry to say but that was a bad deal.
    2 points
  4. This has already been added but it is a benefit of sponsors and VIP's since they have paid for the privilege.
    1 point
  5. No I'm serious helps break up blocks of texts !
    1 point
  6. 1 point
  7. Little snippet that determines if you're being attacked by a random. Make sure to have the npc names as the npc you're fighting. private boolean isRandomAttacking(String... npcNames) { List<NPC> enemies = client.getLocalNPCs(); if (enemies != null) { for (NPC npc : enemies) { for (String s : npcNames) { if (!npc.isFacing(client.getMyPlayer()) && !npc.isVisible()) { continue; } if (!npc.getName().equals(s)) { return true; } } } } return false; }
    1 point
  8. client.getInventory().dropAll(LOG);
    1 point
  9. this.client.getInventory().dropAll();
    1 point
  10. Are you planning on botting for money or you would just like basic tips if playing legit? Either way: botting, you can merch, snape grass, fish, wood cut, simple stuff like that Legitly, you can go to barrows, only need for 43 prayer and like 41 mage for that nothing too specially , watch some videos on low levels doing barrows. anyways, you can kill blue dragons/green dragons for money, fairly simple, kill chaos druids/flesh crawlers and collect their unidentified herbs, sell them for some monies or skill on your own, makes slow money but it's still progress. Good luck pal
    1 point
  11. It could also be used for an "All in one" AutoFighter
    1 point
  12. i'm trying to make deals but : Send Money Error MessageWe're sorry, but we can't send your payment right now. FK i had this problem before for like 10 times and it worked later i just waited how to fix this
    1 point
  13. I follow very large amounts of topics and haven't had this issue for a single topic. Some further evidence or a reproduction method would help.
    1 point
  14. Yeah, lets give VIP more bonuses. Sponsor is not worth it so...
    1 point
×
×
  • Create New...