Jump to content

Leaderboard

Popular Content

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

  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. I smoked DMT a few times on top of some herb with a group of close friends. Have also taken peyote buttons twice. LSD too many times to count. Psychedlics are the shit and expand the usage of your brain and are spiritually uplifting. I have made DMT with a friend of mine Pete we ordered Mimosa Borealis online. Hes a chemist major. It turned out pretty well. DMT is found in most everything in the world but is most abundant in Mimosa plant due to the high amount of tryptamine in it.
    1 point
  5. This has already been added but it is a benefit of sponsors and VIP's since they have paid for the privilege.
    1 point
  6. No I'm serious helps break up blocks of texts !
    1 point
  7. 1 point
  8. If only he was active in chats...
    1 point
  9. 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
  10. this.client.getInventory().dropAll();
    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...