Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. False advertisement when talking to people from OSBot. Booooooooo
  2. Nice Script damnn that full hp win with All Star playing tho lmao
  3. i made this awhile ago never used it tho, feel free to use it, these are only p2p worlds int[] p2pWorlds = {302, 303, 304, 305, 306, 309, 310, 311, 312, 313, 314, 318, 319, 320, 322, 327, 328, 329, 330, 333, 334, 336, 338, 341, 342, 343, 344, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 375, 377, 386}; private boolean hop() { int random = random(0, p2pWorlds.length - 1); while(random == worlds.getCurrentWorld()) { random = random(0, p2pWorlds.length - 1); } return worlds.hop(random); }
  4. Thanks! Very much appreciated will be upgrading to this immediately
  5. You don't have 90 vouches, and you're not a sponsor or donator.
  6. No registered email (see below) 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) - Only a rune pickaxe (negligible) 4. Pictures of the quests completed 5. The price you will be starting bids at - 3M 6. The A/W (Auto-win) for your account - 11M 7. The methods of payment you are accepting - 07 gp 8. Your trading conditions - using mm, or trusted person and i go first 9. Pictures of the account status 10. Original/previous owners AND Original Email Address - NO email address registered feel free to put your own on there, I am the OO PM ME or add me on skype at: imateamcape
  7. Edit: you walked 7 miles and were walking for like 3hrs 15min
  8. chatbox.getMessages().get(chatbox.getMessages().size()-1); should get the last item in the list of messages. is that what you want...? or if you just want to check every 30 seconds: private long timeStarted; @ Override public void onStart() { timeStarted = System.currentTimeMillis(); } @ Override public int onLoop() throws InterruptedException { if((System.currentTimeMillis() - timeStarted) % 30000 == 0) { //check for surge } }
  9. i guarantee they'll do them. pm them or talk to them on skype.
  10. http://osbot.org/forum/forum/31-services/ ^ A bunch of really trusted people doing questing services with listed prices already
  11. http://osbot.org/forum/topic/104077-guess-the-next-scam-quitter/page-4#entry1162330 Can't help but notice the last review you got
  12. @@Solution it's the perfect crime
  13. i'd have probably done the same in their situation. what he's saying, objectively, makes sense, even though it's not fair to a few people a shitload of progress on an ultimate iron man acc
  14. Disputed member: ElevenQutie http://osbot.org/forum/user/188618-elevenqutie/ Thread Link: http://osbot.org/forum/topic/104062-need-private-script/ Explanation: He says his skype is sythe4444 in the above thread. There was a scam report against that skype name (his skype even has the same picture as the one in the ban-thread) and Sythe4444 was also banned in that thread. This just happened on June 18, 2016. Evidence: http://www.sythe.org/threads/4444-report-by-tony10813.2067167/
  15. Oh, apologies. This was not meant to be in mirror mode.
  16. no, it's because you're staking. it's easy to lose money staking. it does seem like you're a little bit hyperdefensive, when that was clearly what he meant though...
  17. Any methods that I try to use from NPC that it inherits from Character results in a ClassCastException. Not sure if this came with the new update, but I was told to make a bug report about it. Thanks!
  18. http://osbot.org/forum/topic/104038-bug-report-npc-methods-inherited-from-character/#entry1161869
  19. Feel free to delete this thread. Just made a bug report http://osbot.org/forum/topic/104038-bug-report-npc-methods-inherited-from-character/#entry1161869
  20. Hey! I'm really enjoying the script, and it's getting me to 50 mining pretty quickly. There's a couple things though... If you type in the chatbox when the script is going, if you type one letter, for example "a", instead "aaaaaaaaaaaaaaaa" will be typed. This happens with all letters. And it has gotten stuck a couple times by having the inventory full, and just continuing to try mining the rocks, even though it's getting the "inventory full" message - had to reset it. Once again, though, the bot is still very useful, and thanks for releasing it
  21. Will use MM (I'd prefer that actually) Know I don't have that many feedbacks, but I've already built somewhat of a reputation here and have released a few scripts... I'm cool with doing it if you want. PM me or quote me and respond here if you wanna work with me.
×
×
  • Create New...