Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. you can remove everything from on start. Closely add in each line and see which line give you the error.
  2. osb supports lunar, it also has the interface value in Magic.LUNAR_INTERFACE check the magic class
  3. i got you with the cave horror (if thats the light house north form barbarian assault then yes i got you, if not your fucked). i got fairy ring but not lunar magic sorry
  4. finding the next available entity is he head ache. one you find it. You do entity.hover(); then your done.
  5. public boolean interactItems(String item1, String item2) throws InterruptedException { if (inventory.getItem(item1).interact("use")) { sleep(700); return inventory.getItem(item2).interact(); // } return false; } try that out for size. If you leave the String...actions empty then the client forces a left click.
  6. you can hover with entity#hover() you can get player area player#getArea(radius); filter entity, using name, if entity not interacting with you, and within your area. base snippet public boolean hoverNextEntity(String name) { RS2Object entity = objects.closest(new Filter<RS2Object>() { @Override public boolean match(RS2Object o) { //filter them out return true; } }); return entity.hover(); }
  7. Want to try it out too? Just lmk Sure I'll give you 40 hours too
  8. ALEK!! Why don't I see my AIO crafter in the new SDN browser.
  9. Thank you man I appreciate it
  10. it use to happen to me, it kinda works but it fucks up the rest of your pc with the sizze different which sucks.
  11. ngl this the first time i open the bot, i like the new look fresh
  12. im looking to release a lite version of my crafter script. i want a logo that will say it's lite. The same logo with like an overlap (slanted from top left to bottom right) saying lite. or even just the word aio crossed out. please and thank you in advance
  13. done i gave you 40 ps people i giving out random hours fuck it. The longer it take me to see your reply the more hours you get lol ;P
  14. Firstie Edit thanks for the update
  15. I think It has the option. If not my crafter script has one
  16. On the onStart add the method czar said. The parameter of that method is asking for any object that implements the message listener interface. The script implements the interface that why he use the keyword this. All you have to do now is override the onMessage
  17. brought it with OSB script money ;P
  18. op: how long until it finishes printing something??
×
×
  • Create New...