Jump to content

HeyImJamie

Lifetime Sponsor
  • Posts

    1096
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by HeyImJamie

  1. I've got The Knights Sword and Dorics. Will post when home
  2. Probably being retarded here but I've been testing accessing a MySQL database and using System.out to check for errors - got it to work fine but since moving it over to osbot I've been trying to use the logger but can't access it Is there a way to use it outside onLoop etc or is there a way I've completely missed to use System.out.println?
  3. All that goodness to stare at 1 monitor
  4. Haven't looked through the code but freezing is normally caused by a null. Check what's in the logger by either leaving it open when starting the script or loading the client via cli and include the -debug command.
  5. True. I think my point was misunderstood, even if it was a copy and paste job (which it shouldn't be but we know it happens), people charging 10m for a script that may require some fixing. If I spend over an hour of my time working on that script I'd of profited more working in Mcdonalds.
  6. X scripter doesn't include the time that comes with 2 months of bug fixes and customer support.
  7. overcharge or refuse to work for slave labour?
  8. He's probably back to school but needs $, Medical school expensive :boge:
  9. We need to stop posting these retarded ass fucking threads
  10. Something like for (String : gloryString) { if bank contains glory string { withdraw glory } }
  11. Pretty sure that option is broken. You could load w/ CLI and set the world using the -world param though.
  12. You can only access the OSBot directory folder for safety's sake which can be reached via getDirectory().
  13. This type of script isn't allowed as far as I'm aware.
  14. Just input the price manually if you can't figure this out.
  15. I've already got most of this written if you want the source. Does: Dorics -> Knights (Not completely finished) -> Smithing 29 - 30. Includes supply buying
  16. Has $83 million and buys a PC with 8GB of RAM REEE
  17. Indicating people read threads before posting on this forum. Are you here every thursday?
  18. What's broken with it? Might look into re-making if scripter decides not to fix.
  19. Why's it take a few tries? Haven't tested but something like this should work ;o private boolean kickPlayer(String username){ if (getMenuAPI().isOpen()){ if (getMenuAPI().selectAction("Kick user")){ return true; } } else { RS2Widget userWidget = getWidgets().getWidgetContainingText(7, username); if (userWidget != null){ if (userWidget.interact()){ new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getMenuAPI().isOpen(); } }.sleep(); } } } return false; } }
  20. Try an InteractionEvent maybe although I'm not sure it'll make a difference, otherwise just use a right click and the menu API although that's a bodge fix IMO
×
×
  • Create New...