Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. Visit the page https://www.spotify.com/lt/intro/ enjoy lads!
  2. Are you going to game on it, or just work? Pre built or custom? If game and custom then you can choose this: (552$) http://pcpartpicker.com/guide/2zj48d/entry-level-gaming-build or if you can save up a 100$ more then build this without the SSD($767.34, w/o ssd 708$) http://pcpartpicker.com/guide/jBWG3C/modest-gaming-build
  3. You spelled my name wrong good job non the less.
  4. case MINE: Entity stall = objects.closest("Rocks"); if (stall != null && !myPlayer().isAnimating()) { stall.interact("Mine"); } break; Replace your current mine state with my version.
  5. You do realise that a friends verse is sung by Nicandlit jus heavily altered?
  6. I'm Lithuanian and we definitely don't spell V like W, where did you get that from?
  7. I think I have the best accent to his ;)
  8. As you really didn't specify where you want it to walk, I needed to get creative, there might be a better way to do this, but it should work. if(myPlayer().getPosition().getY() > 3678){ ArrayList<Position> closestTile = new ArrayList<Position>(); if(closestTile.size() <= 383){ for(int i = 0; i <= 383; i++){ closestTile.add(new Position(3678, 2946 + i, 0)); } }else{ closestTile.sort(new Comparator<Position>() { public int compare(Position entry1, Position entry2) { return entry1.distance(myPlayer()) - entry2.distance(myPlayer()); } }); getWalking().webWalk(closestTile.get(0)); } }else{ //do tele }
  9. You don't need to extract the osbot jar, you need to run it with Java SE Binary. So right click and open with -> Java SE Binary. If that doesn't work, google jarfix and download that. It should fix it and you should be able to double click the jar file.
  10. Vilius

    Bye

    I left, no one re-added me yet.
  11. Vilius

    Bye

    I'm leaving OSBot, as school started and I got stuff to work on. Bai
  12. I'd love an avatar. EDIT: pm me for skype.
  13. I beg your pardon, but I don't get it.
  14. If you are vip you can run how many clients/bots you want. If you arent a vip then you cannot run more than 2 bots in one client or 2 client instances.
  15. Download java8, then download jarfix. Run jarfix and afterwards osbot, all should work
  16. Cannot remember every tv show I fully watched Still a lot tbh
×
×
  • Create New...