Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Everything posted by Extreme Scripts

  1. My bad it's called "LOGIN_SCRIPT", I wrote that off the top of my head :p
  2. Yup you would use the one I provided, placing it in your onStart().
  3. Have never tried it, hooking the randomManager always works for me so never had to explore further. From the sounds of it thought, it doesn't sound right. If you use the solution I provided you then it will run the code you put in the postLoop() everytime it logs in.
  4. I think you're talking about overriding the default random manager so you could perform a task before activating it if I understand correctly... In your onStart(): randomManager.registerHook(new RandomBehaviourHook(randomManager.LOGIN_MANAGER)){ @Override public boolean shouldActivatePostLoop(){ return true; } @Override public int postLoop() throws InterruptedException{ //task to perform return 0; } } Note: If you want to exit the postLoop then have it return -1 2- There are a variety of methods you can override which can be found here
  5. Do you mean Override the default solver so you can implement your own? Or just simply de-activate it in so that it doesn't solve the random?
  6. Use the localWalker class, all you need is: localWalker.walk(AREA.getRandomPosition(0));
  7. As of the moment using osbot's proxy authentication system it's one proxy per client.
  8. If your using an item on an object just set the interaction string to null, that way you won't have to account for nouns.
  9. Very very nice thread layout looks professional, you need some terms of service buddy as a heads up but best of luck for the future!
  10. Yes, you would be able to run it with your computer off. A VPS is essentially another computer accessed online, your able to use it as you would a normal computer only difference is that you would need to connect to it through VNC viewer or some sort of RDP Client. The way it works is you purchase it, download the relevant software (VNC Viewer) on both your computer and the VPS (using terminal) and then you should be able to use it through VNC viewer and view it as a normal Desktop. Hope that helps.
  11. Nice project, why does it seem so disproportional though?
  12. Click on the little settings cog, enable "Ground item info" and drop the item you want the id of on the floor. Alternative you could use itemdb.biz
  13. Watch for that ban hammer my boy, Rooftops is much high ban rate rate. GL ^_^
  14. Could we please get a "Player Animation Debug" in the next release? The current one doesn't seem to debug the player animation with any of the debuggers. Bug: When interacting with interfaces it will sometimes just left click the interface even when you're meant to be interacting with the 3rd option. 2) Can we get a "Deposit All Except" option added to the banking API
  15. Fantastic! Great work as always @Zach ^_^
  16. Bye @Raflesia, good luck in the future and hopefully you achieve all you want from life ^_^
  17. Glad it worked out, thank you @Maldesto. If you have any further issues or questions feel free to create another thread or shoot us a pm, Enjoy OSBot ^_^
  18. When you search for the string it's case sensitive and you have to include the punctuation, have you tried that?
  19. I will have an admin look at your account for you, please wait patiently.
  20. No worries if you feel you need any help don't hesitate to create another thread ^_^
×
×
  • Create New...