Jump to content

Muffins

Global Moderator
  • Posts

    6877
  • Joined

  • Last visited

  • Days Won

    24
  • Feedback

    100%

Everything posted by Muffins

  1. The way I did it was... public void WalkToWild() { RS2Widget enterWildernessButton = getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Enter Wilderness")); if (enterWildernessButton != null) { enterWildernessButton.interact("Enter Wilderness"); } else { log("Walking to the wilderness..."); status = ("Walking to the wildernes..."); WebWalkEvent webWalkEvent = new WebWalkEvent(wilderness); webWalkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return getWidgets().getWidgetContainingText("Enter Wilderness") != null; } }); getWalking().webWalk(wilderness); //Wilderness is my Area } class WidgetActionFilter implements Filter<RS2Widget> { private final String action; WidgetActionFilter(final String action) { this.action = action; } @Override public boolean match(RS2Widget rs2Widget) { if (rs2Widget == null) { return false; } if (rs2Widget.getInteractActions() == null) { return false; } for (String action : rs2Widget.getInteractActions()) { if (this.action.equals(action)) { return true; } } return false; } } }
  2. public void onResponseCode(int code) throws InterruptedException { log("Code: " + code); switch(code){ case 4: log("BANNED"); sleep(3000); System.exit(0); } }
  3. You're unable to sell account on our forums until you have 100 post count.
  4. add me on discord @ SheepWaffle#9819 or come to the osbot discord! I have one
  5. 1. Pictures of the account stats 2. Pictures of the total wealth (if there is any) 3. Pictures of the quests completed 4. The price you will be starting bids at $0/0M 5. The A/W (Auto-win) for your account N/A Open to ALL offers 6. The methods of payment you are accepting BTC/PP/07 7. Your trading conditions You go first or mm 8. Pictures of the account status 9. Original/previous owners AND Original Email Address im OO
  6. We don't do RSPS deals here. What you're asking for will take a lot more effort than you're willing to pay im sure.
  7. @Loque You have 24 hours to respond or you will be banned.
  8. It seems to be a driver issue, try a fresh install
  9. Looking for a main to play on since I have come in to some free time. Reqs: Semi-quested Decent Total Lvl (1k+) Atk/Str cannot be higher than 75 Payment method: Paypal (Preferred), GP/BTC to those who I deem trusted. Contact: Discord- SheepWaffle#9819 or come to OSBot discord
  10. https://osbot.org/forum/topic/50019-understanding-the-forum-ranks/
  11. open to all offers, just looking to get rid of this thing!
  12. 1. Pictures of the account stats 2. Pictures of the total wealth (if there is any) 3. Pictures of the quests completed Zulrah Quested + 4. The price you will be starting bids at 70m or $$ equiv 5. The A/W (Auto-win) for your account 200m or $$ Equiv 6. The methods of payment you are accepting GP/BTC/PP from trusted 7. Your trading conditions you go first lol 8. Pictures of the account status 9. Original/previous owners AND Original Email Address don't remember OO but had acc since 2015 and got it unbanned
  13. has 50 con, quested for zulrah.
×
×
  • Create New...