Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. If you want to fix the code as you have it, change the logger line to: log(k[i].getName() + " x" + inventory.getAmount(k[i]); Because right now you're creating a list of items independent of the inventory items - all of the items are going to have a default amount of 1. Also, just a general suggestion - it would be much simpler to do this as a 'for each' loop than a while loop. While loops and for loops have different designed purposes, and I'd recommend that you read up on it if you want to start creating scripts. for(Item i: inventory.getItems()) { if(i != null) { log(i.getName() + " x" + inventory.getAmount(i)); } } Note that this will also repeat items that are inside of your inventory, though. If you want to prevent that, your original method (combined with inventory.getAmount()) of solvency might be better in terms of seeing if it was already stated, possibly by checking the first named index of the item.
  2. gotta love spam and free postcount
  3. you can bot again once the 2 day ban expires and you'll just get another 2 day ban. i've tested this with like 4 accounts. *note* only works on accs with a lot of playtime / mains
  4. they 2 day ban accs that have been on the game for awhile and have no active bans on their acc. e.g. if you have an unexpired 2 day ban already, you'll get a perma no matter what. if you're a maxed main with 500 hours on the game and no active bans (either all expired, or never gotten), you'll almost undoubtedly get a 2 day
  5. Team Cape

    JavaScript

    moving star background is beastly if you remove it, i remove you.
  6. 3/4 of your account will be banned in that case.
  7. banned for using scripts that aren't mine
  8. not botting? this is treason. ban him on here AND on runescape for being on osbot!
  9. ive collected a total of 5-10 post count from this thread. i'd say im the real winner here
  10. 241 is a good number. i'll take that.
  11. wow this has way too many posts
  12. Maybe 40-60m from a trusted individual. given that you joined yesterday, have 1 post (this one), and are immediately looking to sell an account though, i'd say you'd probably get about 5-10m
×
×
  • Create New...