Jump to content

The Undefeated

Scripter II
  • Posts

    1968
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by The Undefeated

  1. Ye, go ask Alek if it's allowed on the SDN since I still got no response.
  2. I got 3 pairs of wizard boots and 1 pair of holy sandals before this so this is the only thing that should've happened.
  3. Will pay someone 1M to write all easy and medium clue rewards like this: "Adamant platebody","Cat mask",etc... All loot can be found here: http://oldschoolrunescape.wikia.com/wiki/Clue_scroll_(easy) http://oldschoolrunescape.wikia.com/wiki/Clue_scroll_(medium) Before contacting me, don't forgot there's also stuff above the table.
  4. After some update it disappeared from the profile. They probably added it back manually and an update later it appeared again making it show 2 times.
  5. Are you running multiple threads in your script? Had some weird things appear when doing so myself.
  6. What I do is just create a new class and extend it with ItemContainer. Then make a field with an array of Item. Let getItems() return the array and create a setter for the array. Don't forget to declare the array as empty so when you check if it contains any item it won't NPE. After that you can just call the same methods on it like Inventory and Bank.
  7. I'm pretty sure they still have to defend it in court, which they have failed to do 2 times so far.
  8. Earlier this year I got an account (which I farmed on 6-8 hours a day) to the top 500 of fletching so it's definetly possible. Now if would be banned after 6 hours.
  9. To check if a tab is open, use Tabs#isOpen. For example: getTabs().isOpen(Tab.MAGIC) The return values speak for themselves. About the other problem, I think your solution works fine but you'll need to open the tab first which can be done with Tabs#open.
  10. It sounds like you're making a over rushed decision. Think about if for a while since this is not the way to go.
  11. Can't think of why yoy would need to spend 5k on a new PC unless you're gonna do heavy workstation use. What are you gonna use it for, just gaming?
  12. My GT 730 kills OSRS on resizable mode, so I'm fine for now.
  13. Small but very useful snippet. This will prioritize items with the lowest dose. It returns null if not enough doses are in the bank. Code: Usage:
  14. He was not unfortunately. Told him to buy VIP so he can use the VIP woodcutter.
  15. You're sure it's not something else? Your WebWalkEvent looks fine.
×
×
  • Create New...