Jump to content

Illumi

Members
  • Posts

    533
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Illumi

  1. Mine: withdraw("Salmon", 1); Yours: if (client.getBank().isOpen()) { client.getBank().withdraw1(bankItemIdByName("Salmon")); } :L
  2. Eclipse. IntelliJ is so overrated, it's not funny lol
  3. wtf is client.jar? The official name of the OSBot client file is "osbot*.jar" * = latest version
  4. FastStone Capture > everything else I only use software like Gyazo when I can't be bothered uploading my images captured with FastStone.
  5. That's for you to figure out.
  6. public boolean withdraw(final String name, final int amount) { if (!client.getBank().isOpen()) { return false; } return client.getBank().withdraw(getIdForName(name), amount); } public int getIdForName(final String name) { int id = 0; for (Item item : client.getBank().getItems()) { if (item != null && item.getName().equals(name)) { id = item.getId(); } } return id; } Example: withdraw("Trout", 1);
  7. Camping rares is soooo stupid.
  8. Try before you buy. Sounds good.
  9. Change title to "Need Maths Homework Done - Paying 100K"
  10. Your avatar is trippy as fuck

    Read more  
  11. They won't since all rares get re-released on their respective holiday event.
  12. Congrats to them. I wonder who will be picked for global?
  13. Illumi

    OSbot Userbar

    They look nice but that particular style is old now lol. Also, they're too large. Good job though.
  14. Congratulations, very well deserved.
  15. Illumi

    One Time Fee

    There's at least around 600 VIP's on OSBot who pay $9.99 p/m, I think making $6000 p/m is enough to support OSBot. This is just VIP's alone.
  16. Illumi

    One Time Fee

    It's not like I can't afford, I just don't like the idea of recurring payments... If I wanted recurring, I would go with VIP.
  17. Looks like you got a render and slapped on some text.
  18. Illumi

    One Time Fee

    @Sponsor would be great if it was a one time fee. I would definitely buy it if it was.
  19. Illumi

    Smart's Siggy

    Looks good! Digging the background but text could do with more work. :p
×
×
  • Create New...