Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. Why is it when i open the osbot 2, and press laugh without change any setting on the loader. The client doesn't want to load up. It doesn't even pop up
  2. Started working on this again. I removed the picture and added in the code. Easier for me to edit, rather then having to retype, edit, and upload the picture. Which was a hassle.
  3. is it safe enough to start scripting for osbot 2
  4. you get an error on trying to use a script on the SDN, but works when using a local script
  5. ill probably do it tomorrow, im working on other thing. This isnt such a big issue just wanted to know
  6. So what the minimum & maximum amount that you could step the mouse speed to? All i know that the default speed would be 12.
  7. if (!(myPlayer().getAnimation() == _618)) Should be if (myPlayer().getAnimation() != _618)
  8. getZ() return the players plane aka the position(x, y, z) . edit: what about try using client.getMyPlayer().getHeight();
  9. I don't know I've never had it ;P
  10. You could also use that. Which return a rs2Object at the specific location. client.getCurrentRigion.getObjectAtLocal(id, x, y, z);
  11. Joseph

    Looting Bag

    i updated it, but i will fixing two - three methods and i might add in a method. But that will be done later
  12. Joseph

    Looting Bag

    I'll fix up the class and add in more methods
  13. Not everything has to be in he snippet. Snippets are for more advance stuff. You could also check the issues sub-forum. Something someone might have the same question. And another person could answer for them. Here a link: http://osbot.org/forum/topic/46118-following-players/ That method give you a list of people in your area not including your self. You can simply do getPlayer(area).size > 0
  14. I made a drop method I'll see if I can find it
  15. Check it out and let us know
  16. Ya that's what your looking for. You need to activate the change to figure out which config it is. It's hard to explain it, it's better if you see it for your self. A great example would be for you to go into your construction house in building mode. Then change it to non building mode. And you see how config 780 changes from 0 to 1024 when buildings mode is on. You could create you own little method. private boolean buildingModeOn() { return client.getConfig(780) == 1024; }
  17. usually the first ban is a warming temp, the second is usally a perm
  18. dont let onGround extend script, make a constructor for the onGround and like swizz said initialize it. Use this as an example.
  19. its a null pointer exception so check to see if your player isnt null null checking it plane
×
×
  • Create New...