Jump to content

skillerkidos1

Lifetime Sponsor
  • Posts

    1198
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by skillerkidos1

  1. found the issue has been fixed in v1.28
  2. Can you send me the logs on discord or show me picture of your settings in gui please Also are you using CLI?
  3. if(getBank().contains("Super strength(4)")){ log("true"); }else{ log("false"); } it showing true for me in mirror mode maybe try reloading osbot and rs client [INFO][Bot #1][06/18 08:31:02 PM]: Started script : TEST SCRIPT [INFO][Bot #1][06/18 08:31:02 PM]: true [INFO][Bot #1][06/18 08:31:03 PM]: true [INFO][Bot #1][06/18 08:31:04 PM]: true log("Try: " + getBank().contains("Super strength(4)")); [INFO][Bot #1][06/18 08:34:37 PM]: true [INFO][Bot #1][06/18 08:34:37 PM]: Try: true [INFO][Bot #1][06/18 08:34:38 PM]: true [INFO][Bot #1][06/18 08:34:38 PM]: Try: true
  4. You need to make an event and setMinDistanceThreshold to 0 to walk to exact tile WalkingEvent myEvent = new WalkingEvent(new Position(1, 2, 3)); //making the event myEvent.setMinDistanceThreshold(0); execute(myEvent); //executing the event
  5. Not at this moment but supports recharging iban staff and either tridents
  6. Sounds good but I’m not %100 sure if you only have like 1 or 2 skills trained everything else 1 it will think you’re a bot. If you have an acc with mixed random stats you’ll be good. It’s mainly for the accs that are purely gold farming accs it detects well
  7. yea you have to change the setting for auto reporting tho is all i believe
  8. Lifetime vip? That’s a thing lol alao you can’t sell osbot accs
  9. I mean can’t really get to a safe spot if it’s a pker lol but I’ll add a check if it needs to bank or just hop and tele back
  10. i mean you could just trade them instead of a mule i guess lol but sometime they do not always need it and stuff so youll have to try a few websites
  11. getInventory().interact(“Use”, itemName) npcName.interact(“Use”) altar.interact(“Use”) Fml nvm this is script factory
  12. could do something like ladder = getObjects.getAll().stream().filter(a -> a.getName().equals("Ladder") && a.getX() == 123 && a.getY() == 123); on mobile btw not sure how format looks
  13. Position pos1 = new Position(1, 2, 0); Position pos2 = new Position(2, 4, 0); Position pos3 = new Position(1, 1, 0); getWalking().webWalk(pos1, pos2, pos3); https://osbot.org/forum/topic/111003-basic-walking-webwalking-tutorial-a-simple-concept/
  14. lmao if you need any help add me on discord SkillerKido#2423
  15. yea so you need to put your methods to use in onLoop() otherwise nothing will happen if(needToHeal(){ heal() }else if(canAttack(){ attack() }
  16. buy them or use a program like bottinghub
×
×
  • Create New...